rpms/boolstuff/devel boolstuff-0.1.11-footer.patch, NONE, 1.1 boolstuff-no_date_footer.html, NONE, 1.1 boolstuff.spec, 1.1, 1.2

Patrice Dumas (pertusus) fedora-extras-commits at redhat.com
Sun Oct 21 08:48:12 UTC 2007


Author: pertusus

Update of /cvs/extras/rpms/boolstuff/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27409

Modified Files:
	boolstuff.spec 
Added Files:
	boolstuff-0.1.11-footer.patch boolstuff-no_date_footer.html 
Log Message:
* Sat Oct 20 2007 Patrice Dumas <pertusus at free.fr> 0.1.11-2
- remove date from doxygen footers


boolstuff-0.1.11-footer.patch:

--- NEW FILE boolstuff-0.1.11-footer.patch ---
diff -up boolstuff-0.1.11/src/boolstuff/boolstuff.dox.footer boolstuff-0.1.11/src/boolstuff/boolstuff.dox
--- boolstuff-0.1.11/src/boolstuff/boolstuff.dox.footer	2007-10-20 23:29:07.000000000 +0200
+++ boolstuff-0.1.11/src/boolstuff/boolstuff.dox	2007-10-20 23:33:06.000000000 +0200
@@ -456,7 +456,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 


--- NEW FILE boolstuff-no_date_footer.html ---
<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: boolstuff.spec
===================================================================
RCS file: /cvs/extras/rpms/boolstuff/devel/boolstuff.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- boolstuff.spec	9 May 2007 22:28:27 -0000	1.1
+++ boolstuff.spec	21 Oct 2007 08:47:39 -0000	1.2
@@ -1,12 +1,20 @@
 Name:           boolstuff
 Version:        0.1.11
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Disjunctive Normal Form boolean expression library
 Group:          System Environment/Libraries
 
-License:        GPL
+License:        GPLv2+
 URL:            http://perso.b2b2c.ca/sarrazip/dev/boolstuff.html
 Source0:        http://perso.b2b2c.ca/sarrazip/dev/boolstuff-%{version}.tar.gz
+
+# To remove the date from the doxygen footers, use a footer file done after
+# doxygen -w html header.html footer.html stylesheet.css
+# and edition (with version doxygen-1.5.2-1.fc7).
+# date is removed to have the same files for multilib installations
+Patch0:         boolstuff-0.1.11-footer.patch
+Source1:        boolstuff-no_date_footer.html
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # for testcases
@@ -59,6 +67,8 @@
 
 %prep
 %setup -q
+%patch0 -p1 -b .footer
+cp -p %{SOURCE1} src/boolstuff/no_date_footer.html
 
 %build
 %configure
@@ -125,6 +135,9 @@
 
 
 %changelog
+* Sat Oct 20 2007 Patrice Dumas <pertusus at free.fr> 0.1.11-2
+- remove date from doxygen footers
+
 * Sun May  6 2007 Patrice Dumas <pertusus at free.fr> 0.1.11-1
 - update to 0.1.11
 - use a directory for in-source docs




More information about the fedora-extras-commits mailing list