rpms/mxml/devel mxml-pkgconfig.patch,NONE,1.1 mxml.spec,1.10,1.11

Orcan Ogetbil oget at fedoraproject.org
Thu Oct 29 03:38:54 UTC 2009


Author: oget

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

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/devel/mxml.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- mxml.spec	25 Jul 2009 15:28:28 -0000	1.10
+++ mxml.spec	29 Oct 2009 03:38:53 -0000	1.11
@@ -1,12 +1,14 @@
 Summary:      Miniature XML development library
 Name:         mxml
 Version:      2.5
-Release:      4%{?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,9 @@ 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
 
@@ -111,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