- Fix multilib doxygen conflicts
This commit is contained in:
parent
8ff8b3814a
commit
dc0fdde720
17
alsa-lib-1.0.16-no-dox-date.patch
Normal file
17
alsa-lib-1.0.16-no-dox-date.patch
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
--- alsa-lib-1.0.16/doc/no_date_footer.html 1969-12-31 16:00:00.000000000 -0800
|
||||||
|
+++ alsa-lib-1.0.16-dox/doc/no_date_footer.html 2008-04-03 17:52:52.000000000 -0700
|
||||||
|
@@ -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>
|
||||||
|
--- alsa-lib-1.0.16/doc/doxygen.cfg 2008-02-05 01:23:44.000000000 -0800
|
||||||
|
+++ alsa-lib-1.0.16-dox/doc/doxygen.cfg 2008-04-03 17:58:01.000000000 -0700
|
||||||
|
@@ -117,3 +117,5 @@
|
||||||
|
|
||||||
|
#INPUT_FILTER = inputfilter
|
||||||
|
#FILTER_SOURCE_FILES = YES
|
||||||
|
+
|
||||||
|
+HTML_FOOTER = no_date_footer.html
|
@ -4,13 +4,14 @@
|
|||||||
Summary: The Advanced Linux Sound Architecture (ALSA) library
|
Summary: The Advanced Linux Sound Architecture (ALSA) library
|
||||||
Name: alsa-lib
|
Name: alsa-lib
|
||||||
Version: 1.0.16
|
Version: 1.0.16
|
||||||
Release: 2%{?prever_dot}%{?dist}
|
Release: 3%{?prever_dot}%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source: ftp://ftp.alsa-project.org/pub/lib/%{name}-%{version}%{?prever}%{?postver}.tar.bz2
|
Source: ftp://ftp.alsa-project.org/pub/lib/%{name}-%{version}%{?prever}%{?postver}.tar.bz2
|
||||||
Patch0: alsa-lib-1.0.14rc1-config.patch
|
Patch0: alsa-lib-1.0.14rc1-config.patch
|
||||||
Patch2: alsa-lib-1.0.14-glibc-open.patch
|
Patch2: alsa-lib-1.0.14-glibc-open.patch
|
||||||
Patch3: alsa-lib-pulse-default.patch
|
Patch3: alsa-lib-pulse-default.patch
|
||||||
|
Patch4: alsa-lib-1.0.16-no-dox-date.patch
|
||||||
URL: http://www.alsa-project.org/
|
URL: http://www.alsa-project.org/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
@ -42,6 +43,7 @@ against the ALSA libraries and interfaces.
|
|||||||
%patch0 -p1 -b .config
|
%patch0 -p1 -b .config
|
||||||
%patch2 -p1 -b .glibc-open
|
%patch2 -p1 -b .glibc-open
|
||||||
%patch3 -p1 -b .pulse-default
|
%patch3 -p1 -b .pulse-default
|
||||||
|
%patch4 -p1 -b .no-dox-date
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --with-configdir=%{_sysconfdir}/alsa
|
%configure --with-configdir=%{_sysconfdir}/alsa
|
||||||
@ -89,6 +91,9 @@ ln -snf ../../etc/alsa %{_datadir}/alsa
|
|||||||
%{_datadir}/aclocal/alsa.m4
|
%{_datadir}/aclocal/alsa.m4
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 3 2008 Jim Radford <radford@blackbean.org> - 1.0.16-3
|
||||||
|
- Fix multilib doxygen conflicts
|
||||||
|
|
||||||
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.0.16-2
|
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.0.16-2
|
||||||
- Autorebuild for GCC 4.3
|
- Autorebuild for GCC 4.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user