]> git.pld-linux.org Git - packages/FreeIconsProject.git/commitdiff
- updated to 0.5 FreeIconsProject-0_5-1 RA-1_0 STABLE
authorMariusz Witkowski <maryush@gmail.com>
Mon, 20 May 2002 11:02:32 +0000 (11:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- STBR

Changed files:
    FreeIconsProject.spec -> 1.5

FreeIconsProject.spec

index 973fe3c418b522609e2833990f61abfe9cc08c77..d623a623123f3c6827221695e49563f18bff0c36 100644 (file)
@@ -1,11 +1,11 @@
 Name:          FreeIconsProject
 Summary:       Very nice 3D icons
 Summary(pl):   Bardzo ³adne ikonki 3D
-Version:       0.2
+Version:       0.5
 Release:       1
 License:       GPL
 Group:         X11/Amusements
-Source0:       http://gfx.context.pl/ikons/%{name}_%{version}.tar.bz2
+Source0:       http://www.kde-look.org/content/files/1822-FreeIcons_%{version}.tar.gz
 URL:           http://gfx.context.pl/
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -17,24 +17,25 @@ Very nice 3D icons.
 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 -d $RPM_BUILD_ROOT%{_pixmapsdir}/48x48/{apps,devices,filesystems,mimetypes}
+#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 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
 
-gzip -9nf AUTHORS TODO VERSION
+#gzip -9nf AUTHORS TODO VERSION
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
-%{_pixmapsdir}/*
+#%doc *.gz
+%{_pixmapsdir}/*/*
This page took 0.073621 seconds and 4 git commands to generate.