]> git.pld-linux.org Git - projects/template-specs.git/blame - template.spec
- reordered scripts, docs asciibetically
[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
e8b9df06 12Source1: -
24a89e79 13Patch0: %{name}-what.patch
e8b9df06 14URL: -
19bf1c4b 15BuildRequires: -
77f7693c 16PreReq: -
352b3a3c 17Requires: -
1927f23c 18Requires(pre,post): -
352b3a3c
TP
19Requires(preun): -
20Requires(postun): -
9b1ba2b6
JB
21Provides: -
22Obsoletes: -
352b3a3c 23Conflicts: -
e8b9df06
SZ
24BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26%description
27
e8b9df06
SZ
28%description -l pl
29
352b3a3c
TP
30%package subpackage
31Summary: -
32Summary(pl): -
33Group: -
352b3a3c
TP
34
35%description subpackage
36
37%description subpackage -l pl
38
e8b9df06 39%prep
f1b2d418 40%setup -q -n %{name}-%{version}.orig -a 1
e8b9df06 41%patch0 -p1
e8b9df06
SZ
42
43%build
cc4d607e 44%{__aclocal}
12bfdf96 45%{__autoconf}
cc4d607e 46%{__autoheader}
12bfdf96 47%{__automake}
19bf1c4b 48%configure
e8b9df06
SZ
49%{__make}
50
51%install
52rm -rf $RPM_BUILD_ROOT
352b3a3c 53install -d $RPM_BUILD_ROOT
e8b9df06
SZ
54
55%{__make} install DESTDIR=$RPM_BUILD_ROOT
56
f5bb3874
JB
57%clean
58rm -rf $RPM_BUILD_ROOT
59
e8b9df06
SZ
60%pre
61
e8b9df06
SZ
62%post
63
b187ef53
JB
64%preun
65
e8b9df06
SZ
66%postun
67
e8b9df06
SZ
68%files
69%defattr(644,root,root,755)
b187ef53 70%doc ChangeLog README
0b279ca0 71%attr(755,root,root) %{_bindir}/*
72%{_datadir}/%{name}
f1b2d418
TP
73
74%files subpackage
75%defattr(644,root,root,755)
76%doc extras/*.gz
77%{_datadir}/%{name}-ext
This page took 0.10208 seconds and 4 git commands to generate.