Share Pastebin
Guest
Public paste!

Egner

By: a guest | Feb 9th, 2010 | Syntax: None | Size: 1.99 KB | Hits: 24 | Expires: Never
Copy text to clipboard
  1. Name: memaker
  2. Version: 1.5
  3. Release: 1bdk
  4. Summary: MeMaker is a program that alows you to create themed avatars
  5. License: see /opt/memaker/AUTHOR
  6. Group:   Graphics
  7.  
  8. URL:            http://memaker.org/
  9. Source0:        memaker-1.5.tar.bz2
  10. Patch0:     memaker-karmic.diff
  11. BuildRoot:      %{_tmppath}/%{name}-%{version}-build
  12.  
  13. BuildArch:      noarch
  14. Requires:       python-notify >= 0.1.1, python-imaging >= 1.1.6
  15.  
  16. %description
  17.  
  18. Creador de Avatares que pueden ser utilizados para cualquier propósito y en la red: foros, MSN, Programas e incluso en su pantalla de login. Las imágenes se crean en SVG y se puede escalar para satisfacer sus necesidades. Se recomienda que también instale las librerias de imágenes de python (python-imaging)  no sólo obtener gráficos mejorados, si no tambien mayor la velocidad.
  19. Más información puede encontrarse aquí: http://memaker.org
  20.  
  21.  
  22. that can be used in anything from your webforums to chat
  23. programs and even your login screen.  Images are created in
  24. svg and can be scaled to fit your needs.  It is recommended
  25. that you also install the python-imaging librarys to no only
  26. improved graphics but speed.
  27. More information can be found here: http://memaker.org
  28.  
  29.  
  30. %prep
  31.  
  32. %setup -q -n %{name}-%{version}
  33.  
  34.  
  35. %install
  36. %__install -dm 755 %{buildroot}/opt/memaker
  37.  
  38. cp  $RPM_SOURCE_DIR/memaker-karmic.diff $RPM_BUILD_DIR/%{name}-%{version}/data
  39.  
  40. cd $RPM_BUILD_DIR/%{name}-%{version}/data
  41.  
  42. patch < memaker-karmic.diff
  43.  
  44.  
  45. %mv $RPM_BUILD_DIR/meamker-1.5 $RPM_BUILD_ROOT/opt/memaker
  46.  
  47. # menu-entry
  48. %__install -dm 755 %{buildroot}%{_datadir}/Graphics
  49.  
  50. %__cat > %{buildroot}%{_datadir}/Graphics/%{name}.desktop << EOF
  51. [Desktop Entry]
  52. Encoding=UTF-8
  53. Name=MeMaker
  54. Comment=Generador de Avatares
  55. Exec=python /opt/memaker
  56. Icon=/opt/memaker/data/logo.png
  57. Terminal=false
  58. Type=Application
  59. Categories=Graphics
  60. EOF
  61.  
  62.  
  63.  
  64. %clean
  65.  
  66. rm -rf $RPM_BUILD_ROOT
  67.  
  68. %files
  69. %defattr(-,root,root)
  70. /opt/*
  71.  
  72. %changelog
  73. * Tue Feb 09 2010 Egner Quero <legnerquero@gmail.com> 1.5
  74. - Packaged to Blogdrake Repository