From 1fe7e9deed710cc511f2eb4efe18876ac0f6d159 Mon Sep 17 00:00:00 2001 From: Frantisek Kluknavsky Date: Wed, 5 Dec 2012 11:03:42 +0100 Subject: [PATCH] renamed patch - added package name to match naming guidelines --- multilib-doc.patch => libburn-multilib_doc.patch | 0 libburn.spec | 9 ++++++--- 2 files changed, 6 insertions(+), 3 deletions(-) rename multilib-doc.patch => libburn-multilib_doc.patch (100%) 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