- Update to upstream 0.7.0

- Fixed binary installation
- Removed rpath
This commit is contained in:
Denis Leroy 2009-09-30 11:50:57 +00:00
parent c5688bc50a
commit d5b2a66973
3 changed files with 15 additions and 11 deletions

View File

@ -1 +1 @@
libburn-0.6.0.pl01.tar.gz
libburn-0.7.0.pl00.tar.gz

View File

@ -1,8 +1,8 @@
%define tbpostfix pl01
%define tbpostfix pl00
Name: libburn
Version: 0.6.0
Release: 4%{?dist}
Version: 0.7.0
Release: 1%{?dist}
Summary: Library for reading, mastering and writing optical discs
Group: System Environment/Libraries
@ -51,6 +51,8 @@ features from the command line.
%build
%configure --disable-static
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
make %{?_smp_mflags}
doxygen doc/doxygen.conf
@ -58,10 +60,6 @@ doxygen doc/doxygen.conf
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_bindir}
install -m 0755 cdrskin/cdrskin $RPM_BUILD_ROOT%{_bindir}/cdrskin
install -d $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/html
install -m 0644 doc/html/* $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/html/
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
@ -71,6 +69,7 @@ rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
@ -79,21 +78,26 @@ rm -rf $RPM_BUILD_ROOT
%doc AUTHORS COPYING COPYRIGHT README
%{_libdir}/%{name}*.so.*
%files devel
%defattr(-,root,root,-)
%doc doc/html
%{_includedir}/%{name}
%{_libdir}/%{name}*.so
%{_libdir}/pkgconfig/%{name}*.pc
%doc doc/html
%files -n cdrskin
%defattr(-,root,root,-)
%doc
%{_mandir}/*/*
%{_bindir}/cdrskin
%changelog
* Wed Sep 30 2009 Denis Leroy <denis@poolshark.org> - 0.7.0-1
- Update to upstream 0.7.0
- Fixed binary installation
- Removed rpath
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

View File

@ -1 +1 @@
9ad48fe011dd5cbe9a15367ae8173647 libburn-0.6.0.pl01.tar.gz
57ac20c1b951be17f8100f6106d471c6 libburn-0.7.0.pl00.tar.gz