rpms/gnome-icon-theme/devel gnome-icon-theme.spec,1.125,1.126

Matthias Clasen mclasen at fedoraproject.org
Sun Jun 13 04:59:36 UTC 2010


Author: mclasen

Update of /cvs/pkgs/rpms/gnome-icon-theme/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv11578

Modified Files:
	gnome-icon-theme.spec 
Log Message:
Another attempt to split off legacy



Index: gnome-icon-theme.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-icon-theme/devel/gnome-icon-theme.spec,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -p -r1.125 -r1.126
--- gnome-icon-theme.spec	27 May 2010 15:31:34 -0000	1.125
+++ gnome-icon-theme.spec	13 Jun 2010 04:59:35 -0000	1.126
@@ -1,7 +1,7 @@
 Summary: GNOME icon theme
 Name: gnome-icon-theme
 Version: 2.30.3
-Release: 1%{?dist}
+Release: 2%{?dist}
 #VCS: git:git://git.gnome.org/gnome-icon-theme
 Source0: http://download.gnome.org/sources/gnome-icon-theme/2.30/%{name}-%{version}.tar.bz2
 License: GPL+
@@ -38,7 +38,7 @@ available under old names.
 autoreconf -i -f
 
 %build
-%configure
+%configure --enable-icon-mapping
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
@@ -57,12 +57,13 @@ mkdir -p scalable/status
 
 (cd $RPM_BUILD_ROOT%{_datadir}
  echo "%%defattr(-,root,root)"
- find icons/gnome -name "gtk-\*" -or -not -type l -printf "%%%%{_datadir}/%%p\n"
+ find icons/gnome \( -name gtk-* -or -type f \) -printf "%%%%{_datadir}/%%p\n"
+ find icons/gnome -type d -printf "%%%%dir %%%%{_datadir}/%%p\n"
 ) > files.txt
 
 (cd $RPM_BUILD_ROOT%{_datadir}
  echo "%%defattr(-,root,root)"
- find icons/gnome -type l -and -not -name "gtk-\*" -printf "%%%%{_datadir}/%%p\n"
+ find icons/gnome \( -type l -and -not -name gtk-* \) -printf "%%%%{_datadir}/%%p\n"
 ) > legacy.txt
 
 %posttrans
@@ -83,8 +84,12 @@ gtk-update-icon-cache --quiet %{_datadir
 %{_datadir}/pkgconfig/gnome-icon-theme.pc
 
 %files legacy -f legacy.txt
+%defattr(-,root,root)
 
 %changelog
+* Sun Jun 13 2010 Matthias Clasen <mclasen at redhat.com> 2.30.3-2
+- Another attempt to split legacy off
+
 * Thu May 27 2010 Matthias Clasen <mclasen at redhat.com> 2.30.3-1
 - Update to 2.30.3
 



More information about the scm-commits mailing list