rpms/libXcursor/devel libXcursor.spec,1.30,1.31

Matthias Clasen mclasen at fedoraproject.org
Thu Mar 11 22:41:27 UTC 2010


Author: mclasen

Update of /cvs/pkgs/rpms/libXcursor/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25685

Modified Files:
	libXcursor.spec 
Log Message:
make the theme file not a config file



Index: libXcursor.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libXcursor/devel/libXcursor.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -p -r1.30 -r1.31
--- libXcursor.spec	9 Mar 2010 15:35:50 -0000	1.30
+++ libXcursor.spec	11 Mar 2010 22:41:26 -0000	1.31
@@ -1,12 +1,11 @@
 Summary: Cursor management library
 Name: libXcursor
 Version: 1.1.10
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: MIT
 Group: System Environment/Libraries
 URL: http://www.x.org
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
+#VCS: git:git://anongit.freedesktop.org/xorg/lib/libXcursor
 Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
 Source1: index.theme
 # the default cursor theme inherits from this
@@ -74,7 +73,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libXcursor.so.1
 %{_libdir}/libXcursor.so.1.0.2
 %dir %{_datadir}/icons/default
-%config(noreplace) %verify(not md5 size mtime) %{_datadir}/icons/default/index.theme
+%{_datadir}/icons/default/index.theme
 
 %files devel
 %defattr(-,root,root,-)
@@ -89,6 +88,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/Xcursor*.3*
 
 %changelog
+* Thu Mar 11 2010 Matthias Clasen <mclasen at redhat.com> - 1.1.10-5
+- The theme file should _not_ be a config file
+
 * Tue Mar  9 2010 Matthias Clasen <mclasen at redhat.com> - 1.1.10-4
 - Make default cursor theme inherit dmz-aa instead of Bluecurve
 - Also require the cursor theme package



More information about the scm-commits mailing list