forked from pool/schily
- Update to release 2020.11.04
OBS-URL: https://build.opensuse.org/package/show/utilities/schily?expand=0&rev=118
This commit is contained in:
parent
17b53cb65a
commit
290b8b3368
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:94f4634226bbc9c4184d962f97253db494919480884e07087d56eea4a3a22561
|
|
||||||
size 4818571
|
|
3
schily-2020-11-04.tar.bz2
Normal file
3
schily-2020-11-04.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ca3ebf65554d9356a33a6641a1796971aabf4915262f92b71f923bf5fc98356e
|
||||||
|
size 4842782
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 5 00:13:45 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 2020.11.04
|
||||||
|
* Bourne Shell: If a background job did finish during an
|
||||||
|
implicit wait for a foreground job, the exit code for the
|
||||||
|
background job was lost, which was fixed.
|
||||||
|
* star: ACLs and Linux xattrs did not work if the path name to a
|
||||||
|
file was longer than PATH_MAX, which was fixed.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 9 22:54:57 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
Fri Oct 9 22:54:57 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
29
schily.spec
29
schily.spec
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
# grep -Pir 'define\s+VERSION|strvers'
|
# grep -Pir 'define\s+VERSION|strvers'
|
||||||
%global box_version 2020.10.09
|
%global box_version 2020.11.04
|
||||||
%global cdr_version 3.02~a10
|
%global cdr_version 3.02~a10
|
||||||
%global sccs_version 5.09
|
%global sccs_version 5.09
|
||||||
%global smake_version 1.3
|
%global smake_version 1.3
|
||||||
%global star_version 1.6.1
|
%global star_version 1.6.1
|
||||||
%global libfind_version 1.8
|
%global libfind_version 1.8
|
||||||
%global ved_version 1.7
|
%global ved_version 1.8
|
||||||
%define rver 2020-10-09
|
%define rver 2020-11-04
|
||||||
|
|
||||||
Name: schily
|
Name: schily
|
||||||
Version: %box_version
|
Version: %box_version
|
||||||
@ -100,6 +100,21 @@ cdrecord is a program to record (slang: "burn") data or audio Compact Discs
|
|||||||
on an Orange Book CD recorder, to write DVD media on a DVD recorder or to
|
on an Orange Book CD recorder, to write DVD media on a DVD recorder or to
|
||||||
write BluRay media on a BluRay recorder.
|
write BluRay media on a BluRay recorder.
|
||||||
|
|
||||||
|
%package ctags
|
||||||
|
Summary: A program to generate tag files for ex/vi
|
||||||
|
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
|
||||||
|
Group: Development/Tools/Building
|
||||||
|
Conflicts: ctags
|
||||||
|
|
||||||
|
%description ctags
|
||||||
|
Ctags makes a tags file for ex(1) from the specified C, Pascal,
|
||||||
|
Fortran, YACC, lex, and lisp sources. A tags file gives the locations
|
||||||
|
of specified objects in a group of files. Each line of the tags file
|
||||||
|
contains the object name, the file in which it is defined, and a
|
||||||
|
search pattern for the object definition, separated by whitespace.
|
||||||
|
Using the tags file, ex(1) can quickly locate these object
|
||||||
|
definitions.
|
||||||
|
|
||||||
%package -n libcdrdeflt1_0
|
%package -n libcdrdeflt1_0
|
||||||
Summary: Library to parse the cdrecord config file
|
Summary: Library to parse the cdrecord config file
|
||||||
License: CDDL-1.0
|
License: CDDL-1.0
|
||||||
@ -531,6 +546,8 @@ ls -l "$b/%_mandir"/man*/*mt*
|
|||||||
# get rid of things that upset rpmlint
|
# get rid of things that upset rpmlint
|
||||||
find "$b/usr/share/doc" -type f -name "*big*" -print -delete
|
find "$b/usr/share/doc" -type f -name "*big*" -print -delete
|
||||||
|
|
||||||
|
cp ctags/vctags.1 "$b/%_mandir/man1/"
|
||||||
|
|
||||||
# deal with this another time
|
# deal with this another time
|
||||||
find "$b"
|
find "$b"
|
||||||
rm -Rfv "$b/usr/ccs" "$b/usr/xpg4" "$b/%_bindir/sccs"
|
rm -Rfv "$b/usr/ccs" "$b/usr/xpg4" "$b/%_bindir/sccs"
|
||||||
@ -760,6 +777,12 @@ fi
|
|||||||
%verify(not mode caps) %attr(0755,root,root) %_bindir/cdrecord
|
%verify(not mode caps) %attr(0755,root,root) %_bindir/cdrecord
|
||||||
%_mandir/man1/cdrecord.1*
|
%_mandir/man1/cdrecord.1*
|
||||||
|
|
||||||
|
%files ctags
|
||||||
|
%license CDDL.Schily.txt
|
||||||
|
%_bindir/ctags
|
||||||
|
%_bindir/vctags
|
||||||
|
%_mandir/man1/vctags.1*
|
||||||
|
|
||||||
%files -n libcdrdeflt1_0
|
%files -n libcdrdeflt1_0
|
||||||
%license CDDL.Schily.txt
|
%license CDDL.Schily.txt
|
||||||
%_libdir/libcdrdeflt.so.1.0
|
%_libdir/libcdrdeflt.so.1.0
|
||||||
|
Loading…
Reference in New Issue
Block a user