forked from pool/hxtools
Accepting request 221968 from utilities
- Package license files. - change WTFPL license to new spelling - Update to new upstream release 20131222 * New utilities: bin2c (replaces png2wx), peicon OBS-URL: https://build.opensuse.org/request/show/221968 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hxtools?expand=0&rev=23
This commit is contained in:
committed by
Git OBS Bridge
parent
93203d233a
commit
bcebdcdc87
19
hxtools.spec
19
hxtools.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package hxtools
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,11 +17,11 @@
|
||||
|
||||
|
||||
Name: hxtools
|
||||
Summary: Collection of day-to-day tools (binaries)
|
||||
License: GPL-2.0+ and SUSE-WTFPL-2.0
|
||||
Group: Productivity/Other
|
||||
Version: 20130605
|
||||
Version: 20131222
|
||||
Release: 0
|
||||
Summary: Collection of day-to-day tools (binaries)
|
||||
License: GPL-2.0+ and WTFPL
|
||||
Group: Productivity/Other
|
||||
Url: http://inai.de/projects/hxtools/
|
||||
|
||||
Source: http://jftp.inai.de/hxtools/%name-%version.tar.xz
|
||||
@@ -73,7 +73,6 @@ A collection of various tools. Some of the important ones:
|
||||
|
||||
* declone(1) — break hardlinks
|
||||
* fd0ssh(1) — pipe for password-over-stdin support to ssh
|
||||
* newns(8) — clone current filesystem namespace and start a process
|
||||
* ofl(1) — open file lister (replaces fuser and lsof -m)
|
||||
* sysinfo(1) — system configuration summary
|
||||
* tailhex(1) — hex dumper with tail-following support
|
||||
@@ -211,6 +210,7 @@ o="$PWD";
|
||||
b="%buildroot";
|
||||
make install DESTDIR="$b";
|
||||
|
||||
mv "$b/%_bindir/rot13" "$b/%_libexecdir/%name/"
|
||||
install -dm0755 "$b/%_datadir/mc/syntax";
|
||||
install -pm0644 cooledit/*.syntax "$b/%_datadir/mc/syntax/";
|
||||
install -dm0755 "$b/%_sysconfdir/openldap/schema";
|
||||
@@ -230,23 +230,27 @@ rm -Rf "$b/%_sysconfdir/profile.d" "$b/%_sysconfdir"/hx*;
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc LICENSE*
|
||||
%_bindir/bin2c
|
||||
%_bindir/declone
|
||||
%_bindir/hcdplay
|
||||
%_bindir/newns
|
||||
%_bindir/omixer
|
||||
%_bindir/oplay
|
||||
%_bindir/orec
|
||||
%_bindir/tailhex
|
||||
%_bindir/xcp
|
||||
%dir %hldir
|
||||
%hldir/437cipher
|
||||
%hldir/bsvplay
|
||||
%hldir/cctypeinfo
|
||||
%hldir/pcmdiff
|
||||
%hldir/peicon
|
||||
%hldir/printcaps
|
||||
%hldir/proc_iomem_count
|
||||
%hldir/proc_stat_parse
|
||||
%hldir/psthreads
|
||||
%hldir/qplay
|
||||
%hldir/rot13
|
||||
%hldir/utmp_register
|
||||
%hldir/vfontas
|
||||
|
||||
@@ -274,7 +278,6 @@ rm -Rf "$b/%_sysconfdir/profile.d" "$b/%_sysconfdir"/hx*;
|
||||
%hldir/git-*
|
||||
%hldir/logontime
|
||||
%hldir/mailsplit
|
||||
%hldir/png2wx*
|
||||
%hldir/recursive_lower
|
||||
%hldir/shared.pm
|
||||
%hldir/sourcefuncsize
|
||||
|
Reference in New Issue
Block a user