diff --git a/multilib-doc.patch b/libburn-multilib_doc.patch similarity index 100% rename from multilib-doc.patch rename to libburn-multilib_doc.patch diff --git a/libburn.spec b/libburn.spec index 44b9e92..2d6c26f 100644 --- a/libburn.spec +++ b/libburn.spec @@ -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 "" > doc/empty_footer.html @@ -89,6 +89,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}.la %changelog +* Wed Dec 05 2012 Frantisek Kluknavsky - 1.2.4-5 +- renamed patch - added package name to match naming guidelines + * Tue Dec 04 2012 Frantisek Kluknavsky - 1.2.4-4 - current time in doxygen footer caused multilib difference - inserted empty footer instead