rpms/libftdi/F-11 no_date_footer.html, NONE, 1.1 libftdi.spec, 1.6, 1.7

Lucian Langa lucilanga at fedoraproject.org
Tue Jun 30 20:28:45 UTC 2009


Author: lucilanga

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

Modified Files:
	libftdi.spec 
Added Files:
	no_date_footer.html 
Log Message:
* Tue Jun 30 2009 Lucian Langa <cooly at gnome.eu.org> - 0.16-2
- fix doxygen conflict (#508498)


--- NEW FILE 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: libftdi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libftdi/F-11/libftdi.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- libftdi.spec	9 May 2009 20:11:45 -0000	1.6
+++ libftdi.spec	30 Jun 2009 20:28:14 -0000	1.7
@@ -1,12 +1,13 @@
 Name:		libftdi
 Version:	0.16
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Library to program and control the FTDI USB controller
 
 Group:		System Environment/Libraries
 License:	LGPLv2
 URL:		http://www.intra2net.com/de/produkte/opensource/ftdi/
 Source0:	http://www.intra2net.com/de/produkte/opensource/ftdi/TGZ/%{name}-%{version}.tar.gz
+Source1:	no_date_footer.html
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	libusb-devel, doxygen, boost-devel
@@ -25,13 +26,14 @@ FT232BM and FT245BM type chips including
 %description devel
 Header files and static libraries for libftdi
 
-
 %prep
 %setup -q
+sed -i -e 's/HTML_FOOTER            =/HTML_FOOTER            = no_date_footer.html/g' doc/Doxyfile.in
 
 
 %build
 %configure
+cp %{SOURCE1} %{_builddir}/%{name}-%{version}/doc
 make %{?_smp_mflags}
 
 
@@ -74,11 +76,13 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/*.pc
 %{_mandir}/man3/*
 
-
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
 %changelog
+* Tue Jun 30 2009 Lucian Langa <cooly at gnome.eu.org> - 0.16-2
+- fix doxygen conflict (#508498)
+
 * Sat May 09 2009 Lucian Langa <cooly at gnome.eu.org> - 0.16-1
 - new upstream release
 




More information about the fedora-extras-commits mailing list