renamed patch - added package name to match naming guidelines
This commit is contained in:
parent
7358da59b3
commit
1fe7e9deed
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user