Update to upstream 1.0.6

This commit is contained in:
Robert Scheck 2011-04-17 17:53:09 +02:00
parent 2867377a57
commit 2a5b7adcba
3 changed files with 10 additions and 9 deletions

4
.gitignore vendored
View File

@ -1,3 +1 @@
libburn-0.8.0.pl00.tar.gz
/libburn-1.0.0.pl00.tar.gz
/libburn-1.0.2.pl00.tar.gz
libburn-1.0.6.pl00.tar.gz

View File

@ -1,7 +1,7 @@
%define tbpostfix pl00
Name: libburn
Version: 1.0.2
Version: 1.0.6
Release: 1%{?dist}
Summary: Library for reading, mastering and writing optical discs
@ -11,7 +11,7 @@ URL: http://libburnia-project.org/
Source0: http://files.libburnia-project.org/releases/%{name}-%{version}.%{tbpostfix}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libtool intltool gettext doxygen graphviz
BuildRequires: libtool intltool gettext doxygen graphviz
%description
@ -27,7 +27,7 @@ classical (and valuable) Linux tools.
%package devel
Summary: Development files for %{name}
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: pkgconfig
%description devel
@ -59,8 +59,8 @@ doxygen doc/doxygen.conf
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
make DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p' install
rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}.la
%clean
@ -93,6 +93,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Sun Apr 17 2011 Robert Scheck <robert@fedoraproject.org> 1.0.6-1
- Update to upstream 1.0.6
* Mon Feb 28 2011 Honza Horak <hhorak@redhat.com> - 1.0.2-1
- Update to upstream 1.0.2

View File

@ -1 +1 @@
34ebee1dc4a4933c933f9701825a435a libburn-1.0.2.pl00.tar.gz
7c3bd62964e5885f7733cf904089f82d libburn-1.0.6.pl00.tar.gz