rpms/slv2/F-11 slv2-no-date-on-docs.patch,NONE,1.1 slv2.spec,1.4,1.5

Orcan Ogetbil oget at fedoraproject.org
Fri Feb 19 05:39:47 UTC 2010


Author: oget

Update of /cvs/pkgs/rpms/slv2/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16080

Modified Files:
	slv2.spec 
Added Files:
	slv2-no-date-on-docs.patch 
Log Message:
* Fri Feb 19 2010 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 0.6.6-5
- Remove dates from html doc files RHBZ#566345


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

--- NEW FILE slv2-no-date-on-docs.patch ---
diff -rupN slv2-0.6.6.old/doc/no_date_footer.html slv2-0.6.6/doc/no_date_footer.html
--- slv2-0.6.6.old/doc/no_date_footer.html	1969-12-31 19:00:00.000000000 -0500
+++ slv2-0.6.6/doc/no_date_footer.html	2010-02-19 00:06:09.000000000 -0500
@@ -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 slv2-0.6.6.old/doc/reference.doxygen.in slv2-0.6.6/doc/reference.doxygen.in
--- slv2-0.6.6.old/doc/reference.doxygen.in	2009-04-16 20:54:54.000000000 -0400
+++ slv2-0.6.6/doc/reference.doxygen.in	2010-02-19 00:21:39.000000000 -0500
@@ -795,7 +795,7 @@ HTML_HEADER            = 
 # each generated HTML page. If it is left blank doxygen will generate a 
 # standard footer.
 
-HTML_FOOTER            = 
+HTML_FOOTER            = @SLV2_SRCDIR@/doc/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: slv2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/slv2/F-11/slv2.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- slv2.spec	26 May 2009 21:01:14 -0000	1.4
+++ slv2.spec	19 Feb 2010 05:39:47 -0000	1.5
@@ -1,10 +1,12 @@
 Name:			slv2
 Summary:		LV2 host library
 Version:		0.6.6
-Release:		1%{?dist}
+Release:		5%{?dist}
 License:		GPLv2+
 Group:			System Environment/Libraries
 Source0:		http://download.drobilla.net/%{name}-%{version}.tar.bz2
+# Remove dates from html doc files RHBZ#566345
+Patch0:			%{name}-no-date-on-docs.patch
 URL:			http://drobilla.net/software/slv2/
 BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -45,6 +47,7 @@ This package contains the headers and de
 
 %prep
 %setup -q 
+%patch0 -p1 -b .nodates
 
 # Fix possible multilib issues
 sed -i 's|/lib/|/%{_lib}/|g' src/world.c
@@ -90,6 +93,18 @@ rm -rf %{buildroot}
 %{_mandir}/man3/%{name}*
 
 %changelog
+* Fri Feb 19 2010 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 0.6.6-5
+- Remove dates from html doc files RHBZ#566345
+
+* Sun Jan 03 2010 Rex Dieter <rdieter at fedoraproject.org> - 0.6.6-4
+- rebuild (redland)
+
+* Sun Jan 03 2010 Rex Dieter <rdieter at fedoraproject.org> - 0.6.6-3
+- rebuild (rasqal/redland)
+
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6.6-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
 * Tue May 26 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 0.6.6-1
 - Version update: 0.6.6
 - Add Obsoletes/Provides to slv2-examples



More information about the scm-commits mailing list