rpms/boolstuff/EL-4 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
Mon Dec 17 22:24:57 UTC 2007


Author: pertusus

Update of /cvs/extras/rpms/boolstuff/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5695/EL-4

Modified Files:
	boolstuff.spec 
Added Files:
	boolstuff-0.1.11-footer.patch boolstuff-no_date_footer.html 
Log Message:
sync with devel

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/EL-4/boolstuff.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- boolstuff.spec	10 May 2007 07:25:03 -0000	1.1
+++ boolstuff.spec	17 Dec 2007 22:24:20 -0000	1.2
@@ -1,12 +1,20 @@
 Name:           boolstuff
 Version:        0.1.11
-Release:        1%{?dist}
+Release:        3%{?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
@@ -77,16 +87,16 @@
 
 rm $RPM_BUILD_ROOT%{_libdir}/libboolstuff-*.la
 
-rm -rf __fedora_docs
-mkdir __fedora_docs
-cp -pR src/boolstuff/html __fedora_docs/api-html
+rm -rf __dist_docs
+mkdir __dist_docs
+cp -pR src/boolstuff/html __dist_docs/api-html
 # fix the timestamp of the generated docs such that it is the same on all
 # architectures
-touch -r NEWS __fedora_docs/api-html/*
-cp -pR examples/ __fedora_docs/
-mv __fedora_docs/examples/test-booldnf.pl __fedora_docs/
-chmod a-x __fedora_docs/test-booldnf.pl
-rm -rf __fedora_docs/examples/Makefile* __fedora_docs/examples/.deps
+touch -r NEWS __dist_docs/api-html/*
+cp -pR examples/ __dist_docs/
+mv __dist_docs/examples/test-booldnf.pl __dist_docs/
+chmod a-x __dist_docs/test-booldnf.pl
+rm -rf __dist_docs/examples/Makefile* __dist_docs/examples/.deps
 
 
 %check
@@ -110,14 +120,14 @@
 
 %files -n booldnf
 %defattr(-,root,root,-)
-%doc __fedora_docs/test-booldnf.pl
+%doc __dist_docs/test-booldnf.pl
 %{_bindir}/booldnf
 %{_mandir}/man1/booldnf.1*
 
 
 %files devel
 %defattr(-,root,root,-)
-%doc __fedora_docs/examples __fedora_docs/api-html
+%doc __dist_docs/examples __dist_docs/api-html
 %{_includedir}/boolstuff*/
 %{_libdir}/*.so
 %{_mandir}/man3/boolstuff.3*
@@ -125,6 +135,12 @@
 
 
 %changelog
+* Wed Nov 28 2007 Patrice Dumas <pertusus at free.fr> 0.1.11-3
+- rebuild for newer doxygen that creates reproducible anchors
+
+* 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