rpms/liblo/devel liblo-no-date-footer.patch, NONE, 1.1 liblo.spec, 1.15, 1.16

Orcan Ogetbil oget at fedoraproject.org
Mon Jul 19 20:20:59 UTC 2010


Author: oget

Update of /cvs/pkgs/rpms/liblo/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv32686

Modified Files:
	liblo.spec 
Added Files:
	liblo-no-date-footer.patch 
Log Message:
* Mon Jul 19 2010 Orcan Ogetbil <oget [dot] fedora [at] gmail [dot] com> - 0.24-6
- Fix multilib installation bug via no_date_footer.html hack RHBZ#480403


liblo-no-date-footer.patch:
 no_date_footer.html  |    6 ++++++
 reference.doxygen.in |    2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

--- NEW FILE liblo-no-date-footer.patch ---
diff -rupN liblo-0.24.old/doc/no_date_footer.html liblo-0.24/doc/no_date_footer.html
--- liblo-0.24.old/doc/no_date_footer.html	1969-12-31 19:00:00.000000000 -0500
+++ liblo-0.24/doc/no_date_footer.html	2010-07-19 15:44:24.000000000 -0400
@@ -0,0 +1,6 @@
+<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>
diff -rupN liblo-0.24.old/doc/reference.doxygen.in liblo-0.24/doc/reference.doxygen.in
--- liblo-0.24.old/doc/reference.doxygen.in	2007-03-21 19:48:37.000000000 -0400
+++ liblo-0.24/doc/reference.doxygen.in	2010-07-19 15:46:02.000000000 -0400
@@ -530,7 +530,7 @@ HTML_HEADER            = 
 # each generated HTML page. If it is left blank doxygen will generate a 
 # standard footer.
 
-HTML_FOOTER            = 
+HTML_FOOTER            = no_date_footer.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 


Index: liblo.spec
===================================================================
RCS file: /cvs/pkgs/rpms/liblo/devel/liblo.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- liblo.spec	25 Jul 2009 06:02:41 -0000	1.15
+++ liblo.spec	19 Jul 2010 20:20:59 -0000	1.16
@@ -1,11 +1,13 @@
 Summary:      Open Sound Control library
 Name:         liblo
 Version:      0.24
-Release:      5%{?dist}
+Release:      6%{?dist}
 License:      GPLv2+
 Group:        System Environment/Libraries
 URL:          http://liblo.sourceforge.net
 Source0:      http://www.ecs.soton.ac.uk/~njh/liblo/liblo-%{version}.tar.gz
+# Fix multilib installation issue RHBZ#480403
+Patch0:       liblo-no-date-footer.patch
 BuildRoot:    %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: doxygen
@@ -26,14 +28,12 @@ based Open Sound Control applications.
 
 %prep
 %setup -q
+%patch0 -p1 -b .nodate
 
 %build
 %configure --enable-ipv6 --disable-static
 make %{?_smp_mflags}
 
-# Remove timestamps from generated html files.
-find ./ -name \*.html | xargs perl -pi -e 's|Generated on .* for Liblo|Generated for Liblo|g'
-
 %install
 rm -rf %{buildroot}
 make DESTDIR=%{buildroot} install
@@ -64,6 +64,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jul 19 2010 Orcan Ogetbil <oget [dot] fedora [at] gmail [dot] com> - 0.24-6
+- Fix multilib installation bug via no_date_footer.html hack RHBZ#480403
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.24-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 



More information about the scm-commits mailing list