Accepting request 574397 from home:adra:branches:multimedia:libs
Update to 1.4.8 OBS-URL: https://build.opensuse.org/request/show/574397 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libburn?expand=0&rev=10
This commit is contained in:
parent
4e33aac621
commit
59e5df042d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9d36faab25478c01122a65873133b7fc60eb5ffbe12710d5757a7c3574227071
|
||||
size 975088
|
3
libburn-1.4.8.tar.gz
Normal file
3
libburn-1.4.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3e81a2e359376c38d96239a9c9967be715f706d150d89c337de0fc85ecb79da6
|
||||
size 977757
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 8 20:25:18 UTC 2018 - asterios.dramis@gmail.com
|
||||
|
||||
- Update to 1.4.8:
|
||||
* Bug fix: Option -dummy did not affect writing by
|
||||
direct_write_amount=
|
||||
* New API call burn_drive_reset_simulate()
|
||||
* New API call burn_drive_get_bd_r_pow()
|
||||
* Refusing to write to BD-R if formatted to Pseudo Overwrite
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 29 20:16:18 UTC 2017 - asterios.dramis@gmail.com
|
||||
|
||||
|
19
libburn.spec
19
libburn.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libburn
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%define so_ver 4
|
||||
Name: libburn
|
||||
Version: 1.4.6
|
||||
Version: 1.4.8
|
||||
Release: 0
|
||||
Summary: Library for Writing Preformatted Data onto Optical Media
|
||||
License: GPL-2.0+
|
||||
@ -27,8 +27,7 @@ Url: http://libburnia-project.org/
|
||||
Source0: http://files.libburnia-project.org/releases/%{name}-%{version}.tar.gz
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: pkg-config
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: pkgconfig
|
||||
|
||||
%description
|
||||
Libburn is a library for writing preformatted data onto optical media such as
|
||||
@ -74,34 +73,30 @@ doxygen doc/doxygen.conf
|
||||
# Remove libtool config files
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
|
||||
# Install devel docs (do it manually to fix also rpmlint warning "files-duplicate" with %%fdupes)
|
||||
# Install devel docs
|
||||
mkdir -p %{buildroot}%{_docdir}/%{name}-devel
|
||||
install -pm 0644 AUTHORS CONTRIBUTORS COPYING COPYRIGHT ChangeLog README %{buildroot}%{_docdir}/%{name}-devel/
|
||||
install -pm 0644 doc/{cdtext.txt,cookbook.txt,mediainfo.txt} %{buildroot}%{_docdir}/%{name}-devel/
|
||||
cp -a doc/html/ %{buildroot}%{_docdir}/%{name}-devel/
|
||||
|
||||
%fdupes -s %{buildroot}%{_docdir}/%{name}-devel/
|
||||
|
||||
%post -n libburn%{so_ver} -p /sbin/ldconfig
|
||||
|
||||
%postun -n libburn%{so_ver} -p /sbin/ldconfig
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%doc %{_docdir}/%{name}-devel/
|
||||
%doc AUTHORS CONTRIBUTORS COPYING COPYRIGHT ChangeLog README
|
||||
%doc doc/{cdtext.txt,cookbook.txt,mediainfo.txt}
|
||||
%doc %{_docdir}/%{name}-devel/html/
|
||||
%{_includedir}/libburn/
|
||||
%{_libdir}/pkgconfig/libburn-1.pc
|
||||
%{_libdir}/libburn.so
|
||||
|
||||
%files -n cdrskin
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING COPYRIGHT
|
||||
%doc cdrskin/{README,cdrskin_eng.html,changelog.txt,wiki_plain.txt}
|
||||
%{_bindir}/cdrskin
|
||||
%{_mandir}/man1/cdrskin.1*
|
||||
|
||||
%files -n libburn%{so_ver}
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/libburn.so.%{so_ver}*
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user