Update to upstream 1.0.6
This commit is contained in:
parent
2867377a57
commit
2a5b7adcba
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,3 +1 @@
|
|||||||
libburn-0.8.0.pl00.tar.gz
|
libburn-1.0.6.pl00.tar.gz
|
||||||
/libburn-1.0.0.pl00.tar.gz
|
|
||||||
/libburn-1.0.2.pl00.tar.gz
|
|
||||||
|
13
libburn.spec
13
libburn.spec
@ -1,7 +1,7 @@
|
|||||||
%define tbpostfix pl00
|
%define tbpostfix pl00
|
||||||
|
|
||||||
Name: libburn
|
Name: libburn
|
||||||
Version: 1.0.2
|
Version: 1.0.6
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Library for reading, mastering and writing optical discs
|
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
|
Source0: http://files.libburnia-project.org/releases/%{name}-%{version}.%{tbpostfix}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildRequires: libtool intltool gettext doxygen graphviz
|
BuildRequires: libtool intltool gettext doxygen graphviz
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -27,7 +27,7 @@ classical (and valuable) Linux tools.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
Requires: pkgconfig
|
Requires: pkgconfig
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
@ -59,8 +59,8 @@ doxygen doc/doxygen.conf
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p' install
|
||||||
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}.la
|
||||||
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -93,6 +93,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Feb 28 2011 Honza Horak <hhorak@redhat.com> - 1.0.2-1
|
||||||
- Update to upstream 1.0.2
|
- Update to upstream 1.0.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user