forked from pool/schily
- Update to new upstream release 2018.05.02
OBS-URL: https://build.opensuse.org/package/show/utilities/schily?expand=0&rev=16
This commit is contained in:
27
schily.spec
27
schily.spec
@@ -16,12 +16,12 @@
|
||||
#
|
||||
|
||||
|
||||
%global box_version 2018.03.16
|
||||
%global box_version 2018.05.02
|
||||
%global cdr_version 3.02~a09
|
||||
%define rver 2018-03-16
|
||||
%define rver 2018-05-02
|
||||
|
||||
Name: schily
|
||||
Version: 2018.03.16
|
||||
Version: 2018.05.02
|
||||
Release: 0
|
||||
Summary: A collection of command-line utilities maintained by J.Schilling
|
||||
License: CDDL-1.0 AND GPL-2.0-only AND GPL-2.0-or-later AND BSD-2-Clause AND BSD-3-Clause AND HPND AND ISC
|
||||
@@ -31,9 +31,8 @@ Url: http://cdrtools.sourceforge.net/private/cdrecord.html
|
||||
|
||||
Source: https://downloads.sf.net/schilytools/%name-%rver.tar.bz2
|
||||
Patch1: gcc48wa.diff
|
||||
Patch2: mkisofs-j-crash.diff
|
||||
Patch3: iconv-name.diff
|
||||
Patch4: gccwarns.diff
|
||||
Patch2: iconv-name.diff
|
||||
Patch3: gccwarns.diff
|
||||
# Honor https://en.opensuse.org/openSUSE:Packaging_Patches_guidelines#Upstream_policy
|
||||
# and submit patches upstream FIRST (cc to the bspkg maintainer perhaps).
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@@ -148,12 +147,12 @@ Group: System/Libraries
|
||||
The library implements a heuristic file type determinator,
|
||||
similar to file/libmagic1.
|
||||
|
||||
%package -n libfind1_0
|
||||
%package -n libfind2_0
|
||||
Summary: A library for /usr/bin/find-like functionality
|
||||
License: CDDL-1.0
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libfind1_0
|
||||
%description -n libfind2_0
|
||||
libfind allows to be used for adding find(1)-like command-line features
|
||||
to programs.
|
||||
|
||||
@@ -251,7 +250,7 @@ Requires: libdeflt1_0 = %box_version
|
||||
Requires: libedc_ecc1_0 = %cdr_version
|
||||
Requires: libedc_ecc_dec1_0 = %cdr_version
|
||||
Requires: libfile1_0 = %box_version
|
||||
Requires: libfind1_0 = %box_version
|
||||
Requires: libfind2_0 = %box_version
|
||||
Requires: librmt1_0 = %box_version
|
||||
Requires: libschily1_0 = %box_version
|
||||
Requires: libxtermcap1_0 = %box_version
|
||||
@@ -397,7 +396,7 @@ Features:
|
||||
|
||||
%prep
|
||||
%setup -qn %name-%rver
|
||||
%patch -P 1 -P 2 -P 3 -P 4 -p1
|
||||
%patch -P 1 -P 2 -P 3 -p1
|
||||
find . "(" -type d -o -type f ")" -exec chmod u+w "{}" "+"
|
||||
|
||||
%build
|
||||
@@ -678,8 +677,8 @@ fi
|
||||
%postun -n libedc_ecc_dec1_0 -p /sbin/ldconfig
|
||||
%post -n libfile1_0 -p /sbin/ldconfig
|
||||
%postun -n libfile1_0 -p /sbin/ldconfig
|
||||
%post -n libfind1_0 -p /sbin/ldconfig
|
||||
%postun -n libfind1_0 -p /sbin/ldconfig
|
||||
%post -n libfind2_0 -p /sbin/ldconfig
|
||||
%postun -n libfind2_0 -p /sbin/ldconfig
|
||||
%post -n libparanoia1_0 -p /sbin/ldconfig
|
||||
%postun -n libparanoia1_0 -p /sbin/ldconfig
|
||||
%post -n librmt1_0 -p /sbin/ldconfig
|
||||
@@ -765,9 +764,9 @@ fi
|
||||
%license libfile/LEGAL.NOTICE
|
||||
%_libdir/libfile.so.1.0
|
||||
|
||||
%files -n libfind1_0
|
||||
%files -n libfind2_0
|
||||
%license CDDL.Schily.txt
|
||||
%_libdir/libfind.so.1.0
|
||||
%_libdir/libfind.so.2.0
|
||||
|
||||
%files -n libparanoia1_0
|
||||
%license libparanoia/LICENSE
|
||||
|
Reference in New Issue
Block a user