rpms/libSM/devel libSM.spec,1.22,1.23 sources,1.9,1.10

Adam Jackson (ajax) fedora-extras-commits at redhat.com
Tue Jul 15 17:24:38 UTC 2008


Author: ajax

Update of /cvs/pkgs/rpms/libSM/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14971

Modified Files:
	libSM.spec sources 
Log Message:
* Tue Jul 15 2008 Adam Jackson <ajax at redhat.com> 1.1.0-2
- Fix license tag.



Index: libSM.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libSM/devel/libSM.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- libSM.spec	20 Feb 2008 02:05:45 -0000	1.22
+++ libSM.spec	15 Jul 2008 17:23:49 -0000	1.23
@@ -1,8 +1,8 @@
 Summary: X.Org X11 libSM runtime library
 Name: libSM
-Version: 1.0.2
-Release: 5%{?dist}
-License: MIT/X11
+Version: 1.1.0
+Release: 2%{?dist}
+License: MIT
 Group: System Environment/Libraries
 URL: http://www.x.org
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -13,6 +13,8 @@
 BuildRequires: xorg-x11-proto-devel
 BuildRequires: xorg-x11-xtrans-devel >= 1.0.3-4
 BuildRequires: libICE-devel
+# yes, really.  libuuid.
+BuildRequires: e2fsprogs-devel
 
 Obsoletes: XFree86-libs, xorg-x11-libs
 
@@ -36,15 +38,9 @@
 %prep
 %setup -q
 
-# Disable static library creation by default.
-%define with_static 0
-
 %build
 
-%configure \
-%if ! %{with_static}
-	--disable-static
-%endif
+%configure --with-libuuid --disable-static
 make
 
 %install
@@ -74,13 +70,16 @@
 %{_includedir}/X11/SM/SM.h
 %{_includedir}/X11/SM/SMlib.h
 %{_includedir}/X11/SM/SMproto.h
-%if %{with_static}
-%{_libdir}/libSM.a
-%endif
 %{_libdir}/libSM.so
 %{_libdir}/pkgconfig/sm.pc
 
 %changelog
+* Tue Jul 15 2008 Adam Jackson <ajax at redhat.com> 1.1.0-2
+- Fix license tag.
+
+* Wed Jul 02 2008 Adam Jackson <ajax at redhat.com> 1.1.0-1
+- libSM 1.1.0
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.0.2-5
 - Autorebuild for GCC 4.3
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libSM/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	20 Nov 2006 15:05:45 -0000	1.9
+++ sources	15 Jul 2008 17:23:49 -0000	1.10
@@ -1 +1 @@
-a254771550c01db372e88d1a1dc2e13a  libSM-1.0.2.tar.bz2
+05a04c2b6382fb0054f6c70494e22733  libSM-1.1.0.tar.bz2




More information about the scm-commits mailing list