]> git.pld-linux.org Git - projects/template-specs.git/blame - template.spec
- converted to UTF-8
[projects/template-specs.git] / template.spec
CommitLineData
52ff2772 1#
66c7fa65
ER
2# Conditional build:
3%bcond_with tests # build with tests
4%bcond_without tests # build without tests
52ff2772 5#
e8b9df06 6Summary: -
e8b9df06 7Summary(pl): -
5e539df2
ER
8Name: template
9Version: _
c1981b58 10Release: 0.1
73d26d4a 11License: - (enter GPL/GPL v2/LGPL/BSD/BSD-like/other license name here)
4b97f9d0 12Group: Applications
f1b2d418 13Source0: %{name}-%{version}.tar.gz
023a0cc4 14# Source0-md5: -
4b97f9d0 15#Source1: -
023a0cc4 16# Source1-md5: -
49683e54 17#Patch0: %{name}-DESTDIR.patch
e8b9df06 18URL: -
c0c12927
ER
19%if %{with initscript}
20BuildRequires: rpmbuild(macros) >= 1.228
c0c12927
ER
21Requires(post,preun): /sbin/chkconfig
22%endif
5e539df2 23#BuildRequires: -
6d0e4f88 24#BuildRequires: autoconf
fdeb11aa 25#BuildRequires: automake
bd5b2cfe 26#BuildRequires: intltool
6d0e4f88 27#BuildRequires: libtool
5e539df2 28#Requires(postun): -
4b97f9d0
ER
29#Requires(pre,post): -
30#Requires(preun): -
4b97f9d0 31#Requires: -
44d5bb3a 32#Provides: -
c0c12927
ER
33#Provides: group(foo)
34#Provides: user(foo)
4b97f9d0
ER
35#Obsoletes: -
36#Conflicts: -
c1981b58 37#BuildArch: noarch
5e539df2 38#ExclusiveArch: %{ix86}
e8b9df06
SZ
39BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
40
41%description
42
e8b9df06
SZ
43%description -l pl
44
352b3a3c
TP
45%package subpackage
46Summary: -
47Summary(pl): -
48Group: -
352b3a3c
TP
49
50%description subpackage
51
52%description subpackage -l pl
53
5261abf9
ER
54%package libs
55Summary: -
56Summary(pl): -
57Group: Libraries
58
59%description libs
60
61%description libs -l pl
62
88a5dbe9 63%package devel
c934cc1b
JB
64Summary: Header files for ... library
65