]> git.pld-linux.org Git - packages/FreeIconsProject.git/commitdiff
- finished.
authorkloczek <kloczek@pld-linux.org>
Sat, 20 Apr 2002 02:53:43 +0000 (02:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    FreeIconsProject.spec -> 1.2

FreeIconsProject.spec

index 0fabac9b7ca91b8e58b2eaaa74666a8cc95d2cdb..73431df2f7aae5b3be3407c5f1a0910e0704f1f5 100644 (file)
@@ -3,46 +3,38 @@ Summary:      Very nice 3D icons
 Summary(pl):   Bardzo ³adne ikonki 3D
 Version:       0.2
 Release:       1
-Group:         X11/Other
-Group(pl):     X11/Ró¿ne
 License:       GPL
+Group:         X11/Amusements
 URL:           http://gfx.contex.pl
 Source0:       http://gfx.contex.pl/ikons/%{name}_%{version}.tar.bz2
-BuildRoot:     %{tmpdir}/%{name}_%{version}-build-root-%(id -u -n)
 BuildArch:     noarch
-
-%define        _x11pixdir      %{_prefix}/X11R6/share/pixmaps
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Very nice 3D icons
+Very nice 3D icons.
 
 %description -l pl
-Bardzo ³adne ikonki 3D zrobione przez Polaka
-
+Bardzo ³adne ikonki 3D zrobione przez Polaka.
 
 %prep
 %setup -n %{name}_%{version} -q
 
 %build
-gzip -9nf LICENCE AUTHORS TODO VERSION
-
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_pixmapsdir}/{apps,devices,filesystem,symbols}
 
-install -d $RPM_BUILD_ROOT%{_x11pixdir}/{apps,devices,filesystem,symbols}
-install -d $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
-install apps/* $RPM_BUILD_ROOT%{_x11pixdir}/apps
-install devices/* $RPM_BUILD_ROOT%{_x11pixdir}/devices
-install filesystem/* $RPM_BUILD_ROOT%{_x11pixdir}/filesystem
-install symbols/* $RPM_BUILD_ROOT%{_x11pixdir}/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
 
-%files
-%defattr(644,root,root,755)
-%doc *.gz
-%{_x11pixdir}/apps
-%{_x11pixdir}/devices
-%{_x11pixdir}/filesystem
-%{_x11pixdir}/symbols
+gzip -9nf AUTHORS TODO VERSION
 
 %clean
 rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *.gz
+%{_pixmapsdir}/*
This page took 0.065958 seconds and 4 git commands to generate.