forked from pool/hxtools
Accepting request 99313 from devel:libraries:c_c++
- Update to new upstream release 20120107 * make `qtar -x` ignore CVS directories as well * gpsh: -OM option for passthrough of mplayer options * gpsh: make -l option functional again * gpsh: print extra status messages * printcaps: allow lookup by PID * clock_info: new tool - Update to new upstream release 20111204 * update code for libHX 3.12 API * git-forest: work together with git 1.7.7 rebases * gpsh: massively speed up reading index file * ssa2srt: new utility OBS-URL: https://build.opensuse.org/request/show/99313 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hxtools?expand=0&rev=11
This commit is contained in:
parent
164d30eb16
commit
ca22b76476
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5f5642c75f94b207fa32088bdf73429a6b447af2a81b139d977435fbb2c32eed
|
|
||||||
size 270020
|
|
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v2.0.16 (GNU/Linux)
|
|
||||||
|
|
||||||
iF4EABEIAAYFAk4oO80ACgkQkb3j62iiDkWNpgD/SK7lXN3/J7oV+qiQ8JI2z6Uu
|
|
||||||
+OjJQ6jD53NoLWqomUIA/3vGRX/4nNomEPyFMKmwPFCIBh1kiNYDCpWAEYNzixWl
|
|
||||||
=Zf96
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
hxtools-20120107.tar.xz
Normal file
3
hxtools-20120107.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:aeb4a860049ebdcc23eafe15f48f8f254a4a1ec18342911b6e8f12ccfef2f1d1
|
||||||
|
size 272460
|
17
hxtools-20120107.tar.xz.asc
Normal file
17
hxtools-20120107.tar.xz.asc
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v2.0.18 (GNU/Linux)
|
||||||
|
|
||||||
|
iQIcBAABAgAGBQJPB5k2AAoJEN//LNsZ/DONS0gP+wccSet66gG++FoqvX721KAK
|
||||||
|
APYOAiPpmTlXFRkCBsuFykwOU4lZMNQQjhGbopAfzQnQu1RYWon9S6TzuOoX3dH9
|
||||||
|
+eYBtFdgPvKnKtIMLix5RiGfYgRiiKFN0oS0pcysqpCaUksaS8abL0stFfgSqVWX
|
||||||
|
EqGfl27NFkEXEG3RdeoN5P9zzxOipsMRsHalGCBPh5nOjNzXy2xmvwdk0n21ZQK8
|
||||||
|
PSFjio6c9Q6+P+6pJsaU8PrpGfoZD1HOkTl+CoXpfxWNpDPEkKqS8PM2rQjQUcMy
|
||||||
|
Dq/dTCzO3xIuXmThUGX1zauJZEN7HLHXh6d6jE6ohOtLTWnSxMLpu/hDCR+49yaE
|
||||||
|
uaAhuis9zq2d+LegJ7LT0e6fR5v2iW3d+VsDVdqMYP523slYXR2c58+A5LabprTz
|
||||||
|
ZUQz1SC3g+jg6xpa2g0sbBPqoxH2v6Pj/B8f0WdmACh1edETXL+o0rPZLl5NYPxS
|
||||||
|
4LHsw2E4j4U4ZaZ7APjftz2Ut3oDlpGjTOBR3eNZor/Wa6RK7o0rgUXoXP/nyWBR
|
||||||
|
UsMRvuEJLaFICl65BQfyqDhCB0GhuQvZBbbn9CrdZmd3Xul4YXhNCObEBOqV7kRQ
|
||||||
|
3XUQCy3Lhd1uWtapGaXmbsLO+/VKrVqEC0W5PsVy8+txBZm5tNWEx259b+bkagh7
|
||||||
|
gBoQ2Oqfbs4IF1klxz/N
|
||||||
|
=xnEu
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,12 +0,0 @@
|
|||||||
Index: hxtools-20110721/sadmin/newns.c
|
|
||||||
===================================================================
|
|
||||||
--- hxtools-20110721.orig/sadmin/newns.c
|
|
||||||
+++ hxtools-20110721/sadmin/newns.c
|
|
||||||
@@ -2,6 +2,7 @@
|
|
||||||
* newns - start a new mount namespace
|
|
||||||
* released in the Public Domain
|
|
||||||
*/
|
|
||||||
+#define _GNU_SOURCE 1
|
|
||||||
#include <sys/types.h>
|
|
||||||
#include <sys/wait.h>
|
|
||||||
#include <sched.h>
|
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 7 01:01:53 UTC 2012 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- Update to new upstream release 20120107
|
||||||
|
* make `qtar -x` ignore CVS directories as well
|
||||||
|
* gpsh: -OM option for passthrough of mplayer options
|
||||||
|
* gpsh: make -l option functional again
|
||||||
|
* gpsh: print extra status messages
|
||||||
|
* printcaps: allow lookup by PID
|
||||||
|
* clock_info: new tool
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Dec 4 20:47:31 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- Update to new upstream release 20111204
|
||||||
|
* update code for libHX 3.12 API
|
||||||
|
* git-forest: work together with git 1.7.7 rebases
|
||||||
|
* gpsh: massively speed up reading index file
|
||||||
|
* ssa2srt: new utility
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 29 11:31:52 UTC 2011 - aj@suse.de
|
Mon Aug 29 11:31:52 UTC 2011 - aj@suse.de
|
||||||
|
|
||||||
|
30
hxtools.spec
30
hxtools.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package hxtools
|
# spec file for package hxtools
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,23 +18,19 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: hxtools
|
Name: hxtools
|
||||||
Version: 20110721
|
Version: 20120107
|
||||||
Release: 3
|
Release: 0
|
||||||
Group: System/Base
|
Group: System/Base
|
||||||
Url: http://jengelh.medozas.de/projects/hxtools/
|
Url: http://jengelh.medozas.de/projects/hxtools/
|
||||||
Summary: Collection of day-to-day tools (binaries)
|
Summary: Collection of day-to-day tools (binaries)
|
||||||
|
|
||||||
Source: %name-%version.tar.xz
|
Source: %name-%version.tar.xz
|
||||||
Source2: %name-%version.tar.xz.asc
|
Source2: %name-%version.tar.xz.asc
|
||||||
Patch1: hxtools-fix-clone.patch
|
|
||||||
License: GPL,PD
|
License: GPL,PD
|
||||||
# freetype2, xorg-x11 for "bdftopcf"
|
# xorg-x11 for "bdftopcf"
|
||||||
BuildRequires: freetype2 libHX-devel >= 3.4 libcap-devel
|
BuildRequires: libcap-devel xorg-x11 xz
|
||||||
BuildRequires: pkg-config xorg-x11 xz
|
BuildRequires: pkgconfig >= 0.23 pkgconfig(libHX) >= 3.12
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Requires: perl(Data::Dumper), perl(File::Find)
|
|
||||||
Requires: perl(File::Find::Rule)
|
|
||||||
Requires: perl(Getopt::Long), perl(IPC::Open2), perl(Text::CSV_XS)
|
|
||||||
Recommends: %name-scripts = %version, %name-man = %version
|
Recommends: %name-scripts = %version, %name-man = %version
|
||||||
|
|
||||||
%define build_profile 1
|
%define build_profile 1
|
||||||
@ -51,12 +47,13 @@ A collection of various tools. Some of the important ones:
|
|||||||
* vfontas(1) — VGA font file assembler
|
* vfontas(1) — VGA font file assembler
|
||||||
|
|
||||||
%package scripts
|
%package scripts
|
||||||
|
|
||||||
|
|
||||||
Group: System/Base
|
Group: System/Base
|
||||||
Summary: Collection of day-to-day tools (scripts)
|
Summary: Collection of day-to-day tools (scripts)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Recommends: %name, %name-man
|
Recommends: %name, %name-man
|
||||||
|
Requires: perl(Data::Dumper), perl(File::Find)
|
||||||
|
Requires: perl(File::Find::Rule)
|
||||||
|
Requires: perl(Getopt::Long), perl(IPC::Open2), perl(Text::CSV_XS)
|
||||||
|
|
||||||
%description scripts
|
%description scripts
|
||||||
Architecture-independent programs from hxtools.
|
Architecture-independent programs from hxtools.
|
||||||
@ -84,8 +81,6 @@ Architecture-independent programs from hxtools.
|
|||||||
* wktimer(1) — work timer
|
* wktimer(1) — work timer
|
||||||
|
|
||||||
%package man
|
%package man
|
||||||
|
|
||||||
|
|
||||||
Group: Documentation/Man
|
Group: Documentation/Man
|
||||||
Summary: Manual pages for the hxtools suite
|
Summary: Manual pages for the hxtools suite
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -95,8 +90,6 @@ This package contains the manual pages for the binaries and scripts
|
|||||||
from hxtools.
|
from hxtools.
|
||||||
|
|
||||||
%package data
|
%package data
|
||||||
|
|
||||||
|
|
||||||
Group: System/Base
|
Group: System/Base
|
||||||
Summary: Collection of day-to-day tools (data)
|
Summary: Collection of day-to-day tools (data)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -109,8 +102,6 @@ Architecture-independent data from hxtools.
|
|||||||
* additional syntax highlighting definitions for mcedit
|
* additional syntax highlighting definitions for mcedit
|
||||||
|
|
||||||
%package profile
|
%package profile
|
||||||
|
|
||||||
|
|
||||||
Group: System/Base
|
Group: System/Base
|
||||||
Summary: The hxtools shell environment
|
Summary: The hxtools shell environment
|
||||||
Requires: %name = %version, %name-scripts = %version
|
Requires: %name = %version, %name-scripts = %version
|
||||||
@ -124,7 +115,6 @@ only important parts of a path.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
@ -169,7 +159,7 @@ rm -Rf "$b/%_sysconfdir/profile.d" "$b/%_sysconfdir"/hx*;
|
|||||||
|
|
||||||
%files man
|
%files man
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc %_mandir/*/*
|
%doc %_mandir/man*/*
|
||||||
|
|
||||||
%files data
|
%files data
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user