rpms/libSM/devel libSM.spec,1.23,1.24

Adam Jackson ajax at fedoraproject.org
Sat Feb 21 20:15:40 UTC 2009


Author: ajax

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

Modified Files:
	libSM.spec 
Log Message:
* Sat Feb 21 2009 Adam Jackson <ajax at redhat.com> 1.1.0-3
- Package review cleanups. (#226045)



Index: libSM.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libSM/devel/libSM.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- libSM.spec	15 Jul 2008 17:23:49 -0000	1.23
+++ libSM.spec	21 Feb 2009 20:15:08 -0000	1.24
@@ -1,7 +1,7 @@
 Summary: X.Org X11 libSM runtime library
 Name: libSM
 Version: 1.1.0
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: MIT
 Group: System Environment/Libraries
 URL: http://www.x.org
@@ -16,8 +16,6 @@
 # yes, really.  libuuid.
 BuildRequires: e2fsprogs-devel
 
-Obsoletes: XFree86-libs, xorg-x11-libs
-
 %description
 X.Org X11 libSM runtime library
 
@@ -25,12 +23,10 @@
 Summary: X.Org X11 libSM development package
 Group: Development/Libraries
 Requires(pre): xorg-x11-filesystem >= 0.99.2-3
-
 Requires: %{name} = %{version}-%{release}
 Requires: libICE-devel
 Requires: xorg-x11-proto-devel
-
-Obsoletes: XFree86-devel, xorg-x11-devel
+Requires: pkgconfig
 
 %description devel
 X.Org X11 libSM development package
@@ -41,7 +37,7 @@
 %build
 
 %configure --with-libuuid --disable-static
-make
+make %{_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -59,7 +55,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING README ChangeLog
+%doc AUTHORS COPYING ChangeLog
 %{_libdir}/libSM.so.6
 %{_libdir}/libSM.so.6.0.0
 
@@ -74,6 +70,9 @@
 %{_libdir}/pkgconfig/sm.pc
 
 %changelog
+* Sat Feb 21 2009 Adam Jackson <ajax at redhat.com> 1.1.0-3
+- Package review cleanups. (#226045)
+
 * Tue Jul 15 2008 Adam Jackson <ajax at redhat.com> 1.1.0-2
 - Fix license tag.
 




More information about the fedora-extras-commits mailing list