rpms/libXp/devel libXp.spec,1.31,1.32

Adam Jackson ajax at fedoraproject.org
Thu Feb 26 22:06:21 UTC 2009


Author: ajax

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

Modified Files:
	libXp.spec 
Log Message:
* Thu Feb 26 2009 Adam Jackson <ajax at redhat.com> 1.0.0-13
- Rebuild for new libtool.



Index: libXp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libXp/devel/libXp.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- libXp.spec	25 Feb 2009 13:24:25 -0000	1.31
+++ libXp.spec	26 Feb 2009 22:05:51 -0000	1.32
@@ -1,4 +1,4 @@
-# NOTE: This library has been deprecated in RHEL and Fedora Core for some
+# NOTE: This library has been deprecated in RHEL and Fedora for some
 # time now.  While we have removed the word "deprecated" from the package
 # name in modular X, the library does remain deprecated and will be
 # removed from a future OS release at some point.  Developers should
@@ -12,7 +12,7 @@
 Summary: X.Org X11 libXp runtime library
 Name: libXp
 Version: 1.0.0
-Release: 12%{?dist}
+Release: 13%{?dist}
 License: MIT
 Group: System Environment/Libraries
 URL: http://www.x.org
@@ -52,23 +52,13 @@
 
 %patch0 -p1 -b .add-proto-files
 
-# Disable static library creation by default.
-%define with_static 0
-
 %build
-
-# There is a patch that changes configure.ac, so we have
-# run autoreconf
-
 CPPFLAGS="$CPPFLAGS -I$RPM_BUILD_ROOT%{_includedir}"
 export CPPFLAGS
 
-autoreconf
+autoreconf -v --install
 
-%configure \
-%if ! %{with_static}
-  --disable-static
-%endif
+%configure --disable-static
 make %{?_smp_mflags}
 
 %install
@@ -106,9 +96,6 @@
 %if ! %{without_devel}
 %files devel
 %defattr(-,root,root,-)
-%if %{with_static}
-%{_libdir}/libXp.a
-%endif
 %{_includedir}/X11/extensions/Print.h
 %{_includedir}/X11/extensions/Printstr.h
 %{_libdir}/pkgconfig/printproto.pc
@@ -122,6 +109,9 @@
 %endif
 
 %changelog
+* Thu Feb 26 2009 Adam Jackson <ajax at redhat.com> 1.0.0-13
+- Rebuild for new libtool.
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.0-12
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list