renamed patch - added package name to match naming guidelines

This commit is contained in:
Frantisek Kluknavsky 2012-12-05 11:03:42 +01:00
parent 7358da59b3
commit 1fe7e9deed
2 changed files with 6 additions and 3 deletions

View File

@ -1,13 +1,13 @@
Name: libburn
Version: 1.2.4
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Library for reading, mastering and writing optical discs
Group: System Environment/Libraries
License: GPLv2+
URL: http://libburnia-project.org/
Source0: http://files.libburnia-project.org/releases/%{name}-%{version}.tar.gz
Patch0: multilib-doc.patch
Patch0: libburn-multilib_doc.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libtool intltool gettext doxygen graphviz
@ -46,7 +46,7 @@ features from the command line.
%prep
%setup -q
%patch0 -p1 -b .backup
%patch0 -p1 -b .multilibdoc
echo "<!-- empty html footer do defeat multilib conflicts - do not insert current time -->" > doc/empty_footer.html
@ -89,6 +89,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}.la
%changelog
* Wed Dec 05 2012 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.2.4-5
- renamed patch - added package name to match naming guidelines
* Tue Dec 04 2012 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.2.4-4
- current time in doxygen footer caused multilib difference - inserted empty footer instead