rpms/mxml/F-11 mxml-pkgconfig.patch,NONE,1.1 mxml.spec,1.9,1.10

Orcan Ogetbil oget at fedoraproject.org
Thu Oct 29 03:39:59 UTC 2009


Author: oget

Update of /cvs/pkgs/rpms/mxml/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14130

Modified Files:
	mxml.spec 
Added Files:
	mxml-pkgconfig.patch 
Log Message:
* Wed Oct 28 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.5-5
- Fix typo in the .pc file (RHBZ#503628). Patch by Robert Szalai


mxml-pkgconfig.patch:
 mxml.pc.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE mxml-pkgconfig.patch ---
--- mxml.pc.in.BAD      2009-06-02 01:34:38.246231737 +0100
+++ mxml.pc.in  2009-06-02 01:35:33.450207895 +0100
@@ -6,5 +6,5 @@
 Name: Mini-XML
 Description: Lightweight XML support library
 Version: @VERSION@
-Libs: @PC_LIBS@ @PHTREAD_LIBS@
+Libs: @PC_LIBS@ @PTHREAD_LIBS@
 Cflags: @PC_CFLAGS@ @PTHREAD_FLAGS@


Index: mxml.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mxml/F-11/mxml.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- mxml.spec	26 Feb 2009 03:32:05 -0000	1.9
+++ mxml.spec	29 Oct 2009 03:39:59 -0000	1.10
@@ -1,12 +1,14 @@
 Summary:      Miniature XML development library
 Name:         mxml
 Version:      2.5
-Release:      3%{?dist}
+Release:      5%{?dist}
 License:      LGPLv2+
 Group:        System Environment/Libraries
 URL:          http://www.easysw.com/~mike/mxml/
 Source0:      http://ftp.easysw.com/pub/mxml/%{version}/mxml-%{version}.tar.gz
 Patch0:       mxml-no-rpath.patch
+# Fix the typo in .pc file. Already fixed in upstream trunk
+Patch1:       mxml-pkgconfig.patch
 BuildRoot:    %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # This is requires because we patch configure.in.
@@ -30,6 +32,7 @@ applications.
 %prep
 %setup -q
 %patch0 -p0
+%patch1 -p0 -b .pthread
 
 %build
 # Run autoconf since we patched configure.in.
@@ -74,6 +77,12 @@ rm -rf %{buildroot}
 %{_libdir}/pkgconfig/mxml.pc
 
 %changelog
+* Wed Oct 28 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.5-5
+- Fix typo in the .pc file (RHBZ#503628). Patch by Robert Szalai
+
+* Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.5-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.5-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
@@ -108,7 +117,7 @@ rm -rf %{buildroot}
 - Fix License (LGPL, not GPL).
 - Move programming documentation to devel package.
 - Build shared library, and no static library.
-- Add %post(un).
+- Add %%post(un).
 - Remove rpath with mxml-no-rpath.patch.
 - First Fedora Extras build.
 




More information about the fedora-extras-commits mailing list