]> git.pld-linux.org Git - projects/template-specs.git/blame - template.spec
- "rm missing" is not necessary in general, so don't propagate it everywhere
[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
cce1910d 46%{__gettextize}
cc4d607e 47%{__aclocal}
12bfdf96 48%{__autoconf}
cc4d607e 49%{__autoheader}
12bfdf96 50%{__automake}
19bf1c4b 51%configure
e8b9df06
SZ
52%{__make}
53
54%install
55rm -rf $RPM_BUILD_ROOT
d43856e1
JB
56# create directories if necessary
57#install -d $RPM_BUILD_ROOT
e8b9df06 58
c6e6fd4f 59%{__make} install \
60 DESTDIR=$RPM_BUILD_ROOT
e8b9df06 61
f5bb3874
JB
62%clean
63rm -rf $RPM_BUILD_ROOT
64
e8b9df06
SZ
65%pre
66
e8b9df06
SZ
67%post
68
b187ef53
JB
69%preun
70
e8b9df06
SZ
71%postun
72
e8b9df06
SZ
73%files
74%defattr(644,root,root,755)
024e628a 75%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
0b279ca0 76%attr(755,root,root) %{_bindir}/*
77%{_datadir}/%{name}
f1b2d418
TP
78
79%files subpackage
80%defattr(644,root,root,755)
81%doc extras/*.gz
82%{_datadir}/%{name}-ext
This page took 0.122063 seconds and 4 git commands to generate.