rpms/libXdmcp/devel libXdmcp.spec,1.20,1.21

Adam Jackson ajax at fedoraproject.org
Sat Feb 21 20:59:58 UTC 2009


Author: ajax

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

Modified Files:
	libXdmcp.spec 
Log Message:
* Sat Feb 21 2009 Adam Jackson <ajax at redhat.com> 1.0.2-7
- Merge review cleanups. (#226068)



Index: libXdmcp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libXdmcp/devel/libXdmcp.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- libXdmcp.spec	15 Jul 2008 17:28:02 -0000	1.20
+++ libXdmcp.spec	21 Feb 2009 20:59:26 -0000	1.21
@@ -1,7 +1,7 @@
 Summary: X.Org X11 libXdmcp runtime library
 Name: libXdmcp
 Version: 1.0.2
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: MIT
 Group: System Environment/Libraries
 URL: http://www.x.org
@@ -13,8 +13,6 @@
 BuildRequires: pkgconfig
 BuildRequires: xorg-x11-proto-devel
 
-Obsoletes: XFree86-libs, xorg-x11-libs
-
 %description
 X.Org X11 libXdmcp runtime library
 
@@ -23,11 +21,8 @@
 Group: Development/Libraries
 Requires(pre): xorg-x11-filesystem >= 0.99.2-3
 Requires: %{name} = %{version}-%{release}
-
-# xorg-x11-proto-devel is needed by xdmcp.pc
 Requires: xorg-x11-proto-devel
-
-Obsoletes: XFree86-devel, xorg-x11-devel
+Requires: pkgconfig
 
 %description devel
 X.Org X11 libXdmcp development package
@@ -36,15 +31,9 @@
 %setup -q
 %patch0 -p1 -b .hidden
 
-# Disable static library creation by default.
-%define with_static 0
-
 %build
-%configure \
-%if ! %{with_static}
-	--disable-static
-%endif
-make
+%configure --disable-static
+make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -62,7 +51,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING README ChangeLog
+%doc AUTHORS COPYING ChangeLog
 %{_libdir}/libXdmcp.so.6
 %{_libdir}/libXdmcp.so.6.0.0
 
@@ -70,13 +59,13 @@
 %defattr(-,root,root,-)
 %dir %{_includedir}/X11/
 %{_includedir}/X11/Xdmcp.h
-%if %{with_static}
-%{_libdir}/libXdmcp.a
-%endif
 %{_libdir}/libXdmcp.so
 %{_libdir}/pkgconfig/xdmcp.pc
 
 %changelog
+* Sat Feb 21 2009 Adam Jackson <ajax at redhat.com> 1.0.2-7
+- Merge review cleanups. (#226068)
+
 * Tue Jul 15 2008 Adam Jackson <ajax at redhat.com> 1.0.2-6
 - Fix license tag.
 




More information about the fedora-extras-commits mailing list