forked from pool/cdparanoia
- Adjust licenses to be installed with %license not %doc
- libraries are covered by LGPL-2.1-or-greater and the command-line tool is GPL-2.0-or-greater OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/cdparanoia?expand=0&rev=26
This commit is contained in:
parent
3dfc3c2a15
commit
0f02d1847e
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 18 09:03:42 UTC 2018 - adam.majer@suse.de
|
||||
|
||||
- Adjust licenses to be installed with %license not %doc
|
||||
- libraries are covered by LGPL-2.1-or-greater and the command-line
|
||||
tool is GPL-2.0-or-greater
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 17 14:42:49 UTC 2018 - schwab@suse.de
|
||||
|
||||
|
@ -16,6 +16,8 @@
|
||||
#
|
||||
|
||||
|
||||
%define filever III-10.2
|
||||
|
||||
Name: cdparanoia
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
@ -28,7 +30,6 @@ Summary: A Program for Extracting, Verifying, and Fixing Audio Tracks fro
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Multimedia/CD/Grabbers
|
||||
Url: http://www.xiph.org/paranoia/index.html
|
||||
%define filever III-10.2
|
||||
Source: http://downloads.xiph.org/releases/%{name}/%{name}-%{filever}.src.tgz
|
||||
Source2: baselibs.conf
|
||||
Patch1: 010_build_system.patch
|
||||
@ -47,15 +48,18 @@ BuildRequires: automake
|
||||
|
||||
%package -n libcdda_interface0
|
||||
Summary: Extracting, Verifying, and Fixing Audio Tracks from CDs - runtime library
|
||||
License: LGPL-2.1-or-later
|
||||
Group: System/Libraries
|
||||
Suggests: ImageMagick-extra = %{version}
|
||||
|
||||
%package -n libcdda_paranoia0
|
||||
Summary: Extracting, Verifying, and Fixing Audio Tracks from CDs - runtime library
|
||||
License: LGPL-2.1-or-later
|
||||
Group: System/Libraries
|
||||
|
||||
%package devel
|
||||
Summary: Include Files and Libraries Mandatory for Development
|
||||
License: LGPL-2.1-or-later
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libcdda_interface0 = %{version}
|
||||
Requires: libcdda_paranoia0 = %{version}
|
||||
@ -125,24 +129,28 @@ install -m644 cdparanoia.1.jp $JAPN_MANDIR/cdparanoia.1
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc README COPYING*
|
||||
%doc README
|
||||
%license COPYING-GPL
|
||||
%{_mandir}/man1/*
|
||||
%{_mandir}/ja
|
||||
%{_bindir}/*
|
||||
|
||||
%files -n libcdda_interface0
|
||||
%defattr(-,root,root)
|
||||
%license COPYING-LGPL
|
||||
%{_libdir}/libcdda_interface.so.0
|
||||
%{_libdir}/libcdda_interface.so.0.*
|
||||
|
||||
%files -n libcdda_paranoia0
|
||||
%defattr(-,root,root)
|
||||
%license COPYING-LGPL
|
||||
%{_libdir}/libcdda_paranoia.so.0
|
||||
%{_libdir}/libcdda_paranoia.so.0.*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/*
|
||||
%{_libdir}/lib*.so
|
||||
%{_libdir}/libcdda_paranoia.so
|
||||
%{_libdir}/libcdda_interface.so
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user