]> git.pld-linux.org Git - packages/FreeIconsProject.git/blobdiff - FreeIconsProject.spec
- tabs in preamle
[packages/FreeIconsProject.git] / FreeIconsProject.spec
index 973fe3c418b522609e2833990f61abfe9cc08c77..56e1887a794d9255555afc3c163b34a2992ca9a6 100644 (file)
@@ -1,40 +1,41 @@
-Name:          FreeIconsProject
+# TODO: icon themes should go to %{_iconsdir}/theme/size/... instead of %{_pixmapsdir}/size/...
 Summary:       Very nice 3D icons
-Summary(pl):   Bardzo ³adne ikonki 3D
-Version:       0.2
-Release:       1
+Summary(pl.UTF-8):     Bardzo ładne ikonki 3D
+Name:          FreeIconsProject
+Version:       0.5
+Release:       4
 License:       GPL
 Group:         X11/Amusements
-Source0:       http://gfx.context.pl/ikons/%{name}_%{version}.tar.bz2
-URL:           http://gfx.context.pl/
+#Source0:      http://www.kde-look.org/content/files/1822-FreeIcons_%{version}.tar.gz
+Source0:       http://carrion.elysium.pl/download/FreeIcons_%{version}.tar.gz
+# Source0-md5: 22eaaba11ff2a90e41c45eaffee867c9
+URL:           http://carrion.elysium.pl/
+Requires:      %{_pixmapsdir}
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Very nice 3D icons.
 
-%description -l pl
-Bardzo ³adne ikonki 3D zrobione przez Polaka.
+%description -l pl.UTF-8
+Bardzo ładne ikonki 3D zrobione przez Polaka.
 
 %prep
-%setup -n %{name}_%{version} -q
+%setup -n FreeIcons_%{version} -q
 
-%build
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_pixmapsdir}/{apps,devices,filesystem,symbols}
-
-install apps/* $RPM_BUILD_ROOT%{_pixmapsdir}/apps
-install devices/* $RPM_BUILD_ROOT%{_pixmapsdir}/devices
-install filesystem/* $RPM_BUILD_ROOT%{_pixmapsdir}/filesystem
-install symbols/* $RPM_BUILD_ROOT%{_pixmapsdir}/symbols
+install -d $RPM_BUILD_ROOT%{_pixmapsdir}/48x48/{apps,devices,filesystems,mimetypes}
 
-gzip -9nf AUTHORS TODO VERSION
+install 48x48/apps/* $RPM_BUILD_ROOT%{_pixmapsdir}/48x48/apps
+install 48x48/devices/* $RPM_BUILD_ROOT%{_pixmapsdir}/48x48/devices
+install 48x48/filesystems/* $RPM_BUILD_ROOT%{_pixmapsdir}/48x48/filesystems
+install 48x48/mimetypes/* $RPM_BUILD_ROOT%{_pixmapsdir}/48x48/mimetypes
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
-%{_pixmapsdir}/*
+#%doc AUTHORS TODO VERSION
+%{_pixmapsdir}/48x48
This page took 0.033978 seconds and 4 git commands to generate.