rpms/mxml/F-10 mxml-pkgconfig.patch,NONE,1.1 mxml.spec,1.8,1.9

Orcan Ogetbil oget at fedoraproject.org
Thu Oct 29 03:40:42 UTC 2009


Author: oget

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

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-10/mxml.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- mxml.spec	11 Aug 2008 16:06:00 -0000	1.8
+++ mxml.spec	29 Oct 2009 03:40:41 -0000	1.9
@@ -1,12 +1,14 @@
 Summary:      Miniature XML development library
 Name:         mxml
 Version:      2.5
-Release:      2%{?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,15 @@ 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
+
 * Mon Aug 11 2008 Tom "spot" Callaway <tcallawa at redhat.com> 2.5-2
 - fix license tag
 
@@ -105,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