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