forked from pool/hxtools
Autobuild autoformatter for 61518
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hxtools?expand=0&rev=5
This commit is contained in:
parent
422445950f
commit
14165a7c5d
33
hxtools.spec
33
hxtools.spec
@ -1,18 +1,36 @@
|
|||||||
|
#
|
||||||
|
# spec file for package hxtools
|
||||||
|
#
|
||||||
|
# Copyright (c) 2011 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
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: hxtools
|
Name: hxtools
|
||||||
Version: 20110214
|
Version: 20110214
|
||||||
Release: 0
|
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: libHX-devel >= 3.4, freetype2, libcap-devel
|
BuildRequires: freetype2 libHX-devel >= 3.4 libcap-devel
|
||||||
BuildRequires: xorg-x11, pkg-config, xz
|
BuildRequires: pkg-config xorg-x11 xz
|
||||||
BuildRoot: %_tmppath/%name-%version-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Recommends: %name-scripts = %version, %name-man = %version
|
Recommends: %name-scripts = %version, %name-man = %version
|
||||||
|
|
||||||
%define build_profile 1
|
%define build_profile 1
|
||||||
@ -29,6 +47,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
|
||||||
|
License: GPL,PD
|
||||||
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
|
||||||
@ -60,6 +79,7 @@ Architecture-independent programs from hxtools.
|
|||||||
* wktimer(1) — work timer
|
* wktimer(1) — work timer
|
||||||
|
|
||||||
%package man
|
%package man
|
||||||
|
License: GPL,PD
|
||||||
Group: Documentation/Man
|
Group: Documentation/Man
|
||||||
Summary: Manual pages for the hxtools suite
|
Summary: Manual pages for the hxtools suite
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -69,6 +89,7 @@ This package contains the manual pages for the binaries and scripts
|
|||||||
from hxtools.
|
from hxtools.
|
||||||
|
|
||||||
%package data
|
%package data
|
||||||
|
License: GPL,PD
|
||||||
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
|
||||||
@ -81,6 +102,7 @@ Architecture-independent data from hxtools.
|
|||||||
* additional syntax highlighting definitions for mcedit
|
* additional syntax highlighting definitions for mcedit
|
||||||
|
|
||||||
%package profile
|
%package profile
|
||||||
|
License: GPL,PD
|
||||||
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
|
||||||
@ -154,6 +176,7 @@ rm -Rf "%buildroot";
|
|||||||
%_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…
x
Reference in New Issue
Block a user