forked from pool/hxtools
Autobuild autoformatter for 77300
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hxtools?expand=0&rev=7
This commit is contained in:
parent
7521314a91
commit
9f6136cfa4
20
hxtools.spec
20
hxtools.spec
@ -16,23 +16,24 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: hxtools
|
Name: hxtools
|
||||||
Version: 20110721
|
Version: 20110721
|
||||||
Release: 1
|
Release: 1
|
||||||
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
|
||||||
License: GPL,PD
|
License: GPL,PD
|
||||||
# freetype2, xorg-x11 for "bdftopcf"
|
# freetype2, xorg-x11 for "bdftopcf"
|
||||||
BuildRequires: freetype2, libHX-devel >= 3.4, libcap-devel
|
BuildRequires: freetype2 libHX-devel >= 3.4 libcap-devel
|
||||||
BuildRequires: pkg-config, xorg-x11, xz
|
BuildRequires: pkg-config xorg-x11 xz
|
||||||
BuildRoot: %_tmppath/%name-%version-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Requires: perl(Data::Dumper), perl(File::Find)
|
Requires: perl(Data::Dumper), perl(File::Find)
|
||||||
Requires: perl(File::Find::Rule)
|
Requires: perl(File::Find::Rule)
|
||||||
Requires: perl(Getopt::Long), perl(IPC::Open2), perl(Text::CSV_XS)
|
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
|
||||||
@ -49,6 +50,7 @@ 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
|
||||||
@ -80,6 +82,7 @@ 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
|
||||||
@ -89,6 +92,7 @@ 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
|
||||||
@ -101,6 +105,7 @@ 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
|
||||||
@ -171,6 +176,7 @@ rm -Rf "$b/%_sysconfdir/profile.d" "$b/%_sysconfdir"/hx*;
|
|||||||
%_datadir/mc
|
%_datadir/mc
|
||||||
|
|
||||||
%if 0%{?build_profile}
|
%if 0%{?build_profile}
|
||||||
|
|
||||||
%files profile
|
%files profile
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%config %_sysconfdir/hxloginpref.conf
|
%config %_sysconfdir/hxloginpref.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user