]> git.pld-linux.org Git - projects/template-specs.git/blame - template.spec
- Requires are placed after Requires()
[projects/template-specs.git] / template.spec
CommitLineData
e8b9df06 1Summary: -
e8b9df06 2Summary(pl): -
e8b9df06
SZ
3Name: -
4Version: -
5Release: -
9b1ba2b6
JB
6Epoch: -
7License: - (enter GPL/LGPL/BSD/BSD-like/other license name here)
e8b9df06 8Group: -
352b3a3c 9Vendor: -
e8b9df06 10Icon: -
f1b2d418 11Source0: %{name}-%{version}.tar.gz
023a0cc4 12# Source0-md5: -
e8b9df06 13Source1: -
023a0cc4 14# Source1-md5: -
24a89e79 15Patch0: %{name}-what.patch
e8b9df06 16URL: -
19bf1c4b 17BuildRequires: -
77f7693c 18PreReq: -
1927f23c 19Requires(pre,post): -
352b3a3c
TP
20Requires(preun): -
21Requires(postun): -
6d0960dd 22Requires: -
9b1ba2b6
JB
23Provides: -
24Obsoletes: -
352b3a3c 25Conflicts: -
e8b9df06
SZ
26BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28%description
29
e8b9df06
SZ
30%description -l pl
31
352b3a3c
TP
32%package subpackage
33Summary: -
34Summary(pl): -
35Group: -
352b3a3c
TP
36
37%description subpackage
38
39%description subpackage -l pl
40
e8b9df06 41%prep
f1b2d418 42%setup -q -n %{name}-%{version}.orig -a 1
e8b9df06 43%patch0 -p1
e8b9df06
SZ
44
45%build
8712891e 46rm -f missing
cce1910d 47%{__gettextize}
cc4d607e 48%{__aclocal}
12bfdf96 49%{__autoconf}
cc4d607e 50%{__autoheader}
12bfdf96 51%{__automake}
19bf1c4b 52%configure
e8b9df06
SZ
53%{__make}
54
55%install
56rm -rf $RPM_BUILD_ROOT
d43856e1
JB
57# create directories if necessary
58#install -d $RPM_BUILD_ROOT
e8b9df06 59
c6e6fd4f 60%{__make} install \
61 DESTDIR=$RPM_BUILD_ROOT
e8b9df06 62
f5bb3874
JB
63%clean
64rm -rf $RPM_BUILD_ROOT
65
e8b9df06
SZ
66%pre
67
e8b9df06
SZ
68%post
69
b187ef53
JB
70%preun
71
e8b9df06
SZ
72%postun
73
e8b9df06
SZ
74%files
75%defattr(644,root,root,755)
024e628a 76%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
0b279ca0 77%attr(755,root,root) %{_bindir}/*
78%{_datadir}/%{name}
f1b2d418
TP
79
80%files subpackage
81%defattr(644,root,root,755)
82%doc extras/*.gz
83%{_datadir}/%{name}-ext
This page took 0.167444 seconds and 4 git commands to generate.