From dc0fdde7203e87653f5c94324d09cbcc7a370cd7 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Apr 04 2008 08:22:34 +0000 Subject: - Fix multilib doxygen conflicts --- diff --git a/alsa-lib-1.0.16-no-dox-date.patch b/alsa-lib-1.0.16-no-dox-date.patch new file mode 100644 index 0000000..88f46fc --- /dev/null +++ b/alsa-lib-1.0.16-no-dox-date.patch @@ -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 @@ ++
++Generated for $projectname by doxygen ++$doxygenversion
++ ++ +--- 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 diff --git a/alsa-lib.spec b/alsa-lib.spec index e19567d..1e8deac 100644 --- a/alsa-lib.spec +++ b/alsa-lib.spec @@ -4,13 +4,14 @@ Summary: The Advanced Linux Sound Architecture (ALSA) library Name: alsa-lib Version: 1.0.16 -Release: 2%{?prever_dot}%{?dist} +Release: 3%{?prever_dot}%{?dist} License: LGPLv2+ Group: System Environment/Libraries Source: ftp://ftp.alsa-project.org/pub/lib/%{name}-%{version}%{?prever}%{?postver}.tar.bz2 Patch0: alsa-lib-1.0.14rc1-config.patch Patch2: alsa-lib-1.0.14-glibc-open.patch Patch3: alsa-lib-pulse-default.patch +Patch4: alsa-lib-1.0.16-no-dox-date.patch URL: http://www.alsa-project.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: doxygen @@ -42,6 +43,7 @@ against the ALSA libraries and interfaces. %patch0 -p1 -b .config %patch2 -p1 -b .glibc-open %patch3 -p1 -b .pulse-default +%patch4 -p1 -b .no-dox-date %build %configure --with-configdir=%{_sysconfdir}/alsa @@ -89,6 +91,9 @@ ln -snf ../../etc/alsa %{_datadir}/alsa %{_datadir}/aclocal/alsa.m4 %changelog +* Thu Apr 3 2008 Jim Radford - 1.0.16-3 +- Fix multilib doxygen conflicts + * Tue Feb 19 2008 Fedora Release Engineering - 1.0.16-2 - Autorebuild for GCC 4.3