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