rpms/libopm/F-7 libopm-0.1-multilib.patch, NONE, 1.1 libopm.spec, 1.3, 1.4

Robert Scheck (robert) fedora-extras-commits at redhat.com
Fri Dec 14 21:56:08 UTC 2007


Author: robert

Update of /cvs/extras/rpms/libopm/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31302/F-7

Modified Files:
	libopm.spec 
Added Files:
	libopm-0.1-multilib.patch 
Log Message:
Solved multilib problems by removing doxygen timestamps (#342301)


libopm-0.1-multilib.patch:

--- NEW FILE libopm-0.1-multilib.patch ---
Patch by Robert Scheck <robert at fedoraproject> for libopm >= 0.1, which solves the multilib
problem by removing the timestamp within the footer from the doxygen generated files.

--- libopm-0.1/doc/Doxyfile.in				2003-01-06 13:48:21.000000000 +0100
+++ libopm-0.1/doc/Doxyfile.in.multilib			2007-12-14 22:22:04.000000000 +0100
@@ -491,7 +491,7 @@
 # each generated HTML page. If it is left blank doxygen will generate a 
 # standard footer.
 
-HTML_FOOTER            = 
+HTML_FOOTER            = footer_no_timestamp.html
 
 # The HTML_STYLESHEET tag can be used to specify a user defined cascading 
 # style sheet that is used by each HTML page. It can be used to 
--- libopm-0.1/doc/footer_no_timestamp.html		1970-01-01 01:00:00.000000000 +0100
+++ libopm-0.1/doc/footer_no_timestamp.html.multilib	2007-12-14 22:21:35.000000000 +0100
@@ -0,0 +1,5 @@
+<hr size="1"><address style="text-align: right;"><small>Generated for $projectname by 
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> $doxygenversion </small></address>
+</body>
+</html>


Index: libopm.spec
===================================================================
RCS file: /cvs/extras/rpms/libopm/F-7/libopm.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libopm.spec	28 Aug 2007 21:30:21 -0000	1.3
+++ libopm.spec	14 Dec 2007 21:55:30 -0000	1.4
@@ -1,7 +1,7 @@
 Summary:        Blitzed open proxy monitor library
 Name:           libopm
 Version:        0.1
-Release:        5.20050731cvs%{?dist}
+Release:        6.20050731cvs%{?dist}
 License:        GPLv2+
 Group:          System Environment/Libraries
 URL:            http://wiki.blitzed.org/BOPM
@@ -10,6 +10,7 @@
 # find libopm -type d -name CVS -exec rm -rf {} 2>/dev/null ';'
 # mv -f libopm libopm-$(grep AC_INIT libopm/configure.in | sed -e 's/.*\[\(.*\)\].*/\1/')
 Source:         %{name}-%{version}.tar.gz
+Patch:          libopm-0.1-multilib.patch
 BuildRequires:  doxygen
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -30,6 +31,7 @@
 
 %prep
 %setup -q
+%patch -p1 -b .multilib
 
 %build
 %configure --disable-static
@@ -62,6 +64,9 @@
 %{_libdir}/%{name}.so
 
 %changelog
+* Fri Dec 14 2007 Robert Scheck <robert at fedoraproject.org> 0.1-6.20050731cvs
+- Solved multilib problems by removing doxygen timestamps (#342301)
+
 * Tue Aug 28 2007 Robert Scheck <robert at fedoraproject.org> 0.1-5.20050731cvs
 - Updated the license tag according to the guidelines
 - Generate API documentation, added buildrequirement to doxygen




More information about the fedora-extras-commits mailing list