]> git.pld-linux.org Git - projects/template-specs.git/blame - template.spec
- adapterized.
[projects/template-specs.git] / template.spec
CommitLineData
e8b9df06
SZ
1Summary: -
2Summary(de): -
3Summary(fr): -
4Summary(pl): -
5Summary(tr): -
6Name: -
7Version: -
8Release: -
9b1ba2b6
JB
9Epoch: -
10License: - (enter GPL/LGPL/BSD/BSD-like/other license name here)
e8b9df06 11Group: -
352b3a3c 12Vendor: -
e8b9df06
SZ
13Icon: -
14Source0: -
15Source1: -
16Source2: -
17Patch0: -
18Patch1: -
19Patch2: -
20URL: -
19bf1c4b 21BuildRequires: -
77f7693c 22PreReq: -
352b3a3c
TP
23Requires: -
24Requires(pre): -
25Requires(post): -
26Requires(preun): -
27Requires(postun): -
9b1ba2b6
JB
28Provides: -
29Obsoletes: -
352b3a3c 30Conflicts: -
e8b9df06
SZ
31BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
32
33%description
34
35%description -l de
36
37%description -l fr
38
39%description -l pl
40
41%description -l tr
42
352b3a3c
TP
43%package subpackage
44Summary: -
45Summary(pl): -
46Group: -
352b3a3c
TP
47
48%description subpackage
49
50%description subpackage -l pl
51
e8b9df06
SZ
52%prep
53%setup -q
54%patch0 -p1
55%patch1 -p1
56%patch2 -p1
57
58%build
19bf1c4b 59%configure
e8b9df06
SZ
60%{__make}
61
62%install
63rm -rf $RPM_BUILD_ROOT
352b3a3c 64install -d $RPM_BUILD_ROOT
e8b9df06
SZ
65
66%{__make} install DESTDIR=$RPM_BUILD_ROOT
67
19bf1c4b 68gzip -9nf README ChangeLog
e8b9df06 69
f5bb3874
JB
70%clean
71rm -rf $RPM_BUILD_ROOT
72
e8b9df06
SZ
73%pre
74
75%preun
76
77%post
78
79%postun
80
e8b9df06
SZ
81%files
82%defattr(644,root,root,755)
This page took 0.040874 seconds and 4 git commands to generate.