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