rpms/libxml++/EL-6 import.log, NONE, 1.1 .cvsignore, 1.12, 1.13 libxml++.spec, 1.29, 1.30 sources, 1.12, 1.13

Lubomir Rintel lkundrak at fedoraproject.org
Wed Jul 14 06:54:18 UTC 2010


Author: lkundrak

Update of /cvs/pkgs/rpms/libxml++/EL-6
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv17818/EL-6

Modified Files:
	.cvsignore libxml++.spec sources 
Added Files:
	import.log 
Log Message:
Pull from devel



--- NEW FILE import.log ---
libxml++-2_30_0-1_fc14:EL-6:libxml++-2.30.0-1.fc14.src.rpm:1279112026


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libxml++/EL-6/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- .cvsignore	12 Apr 2009 08:59:35 -0000	1.12
+++ .cvsignore	14 Jul 2010 06:54:16 -0000	1.13
@@ -1 +1 @@
-libxml++-2.26.0.tar.bz2
+libxml++-2.30.0.tar.bz2


Index: libxml++.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libxml++/EL-6/libxml++.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -p -r1.29 -r1.30
--- libxml++.spec	7 Nov 2009 11:21:17 -0000	1.29
+++ libxml++.spec	14 Jul 2010 06:54:17 -0000	1.30
@@ -1,6 +1,7 @@
+%global 	apiver 2.6
 Name:           libxml++
-Version:        2.26.0
-Release:        2%{?dist}
+Version:        2.30.0
+Release:        1%{?dist}
 Summary:        C++ wrapper for the libxml2 XML parser library
 
 Group:          System Environment/Libraries
@@ -31,7 +32,8 @@ This package contains the headers and li
 
 %prep
 %setup -q
-
+# fix wrong end of line
+sed -i s'#\r##' examples/dom_parser/example_with_namespace.xml
 
 %build
 %configure --disable-static
@@ -45,8 +47,9 @@ find $RPM_BUILD_ROOT -name "*.la" -o -na
 # Modify temporary working directories for files section.
 rm -rf _reference _examples _manual
 mkdir -m 755 _reference _examples _manual
-cp -a $RPM_BUILD_ROOT%{_docdir}/*/docs/reference/html _reference/reference
-cp -a $RPM_BUILD_ROOT%{_docdir}/*/docs/manual _manual/manual
+cp -a $RPM_BUILD_ROOT%{_docdir}/%{name}-%{apiver}/reference/html _reference/reference
+#cp -a $RPM_BUILD_ROOT%{_docdir}/%{name}-%{apiver}/manual _manual/manual
+mv docs/manual/html _manual/manual
 rm -rf $RPM_BUILD_ROOT%{_docdir}
 cp -a examples _examples/examples
 
@@ -55,6 +58,11 @@ cp -a examples _examples/examples
 find _examples -type f -a \( -name Makefile\* -o -name \*.o \
     -o \( -name example -a -perm +0111 \) -o -empty \) | xargs rm -f
 find _examples -type d -name '*.libs' -o -name '.deps' | xargs rm -rf
+# fix devhelp index file 
+sed -i "s#"$RPM_BUILD_ROOT"##g" \
+	$RPM_BUILD_ROOT%{_datadir}/devhelp/books/%{name}-%{apiver}/%{name}-%{apiver}.devhelp2
+sed -i "s#"/%{name}-%{apiver}/reference/html"#"/%{name}-devel-%{version}/reference"#" \
+        $RPM_BUILD_ROOT%{_datadir}/devhelp/books/%{name}-%{apiver}/%{name}-%{apiver}.devhelp2
 
 
 %post -p /sbin/ldconfig
@@ -79,12 +87,15 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/*
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*
-%dir %{_libdir}/%{name}-2.6
-%dir %{_libdir}/%{name}-2.6/include
-%{_libdir}/%{name}-2.6/include/*.h
-
+%dir %{_libdir}/%{name}-%{apiver}
+%dir %{_libdir}/%{name}-%{apiver}/include
+%{_libdir}/%{name}-%{apiver}/include/*.h
+%{_datadir}/devhelp/books/%{name}-%{apiver}/%{name}-%{apiver}.devhelp2
 
 %changelog
+* Fri Apr 09 2010 Haïkel Guémar <hguemar at gmail.com> - 2.30.0-1
+- Update to upstream 2.30.0
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.26.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libxml++/EL-6/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- sources	12 Apr 2009 08:59:35 -0000	1.12
+++ sources	14 Jul 2010 06:54:17 -0000	1.13
@@ -1 +1 @@
-a52fc7e6e44bb5cc187672930b843f72  libxml++-2.26.0.tar.bz2
+ae752b65c016391cbca40bc73bcc67c0  libxml++-2.30.0.tar.bz2



More information about the scm-commits mailing list