]> git.pld-linux.org Git - projects/template-specs.git/blob - template.spec
- completed Patch field
[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:         %{name}-what.patch
14 URL:            -
15 BuildRequires:  -
16 PreReq:         -
17 Requires:       -
18 Requires(pre,post):     -
19 Requires(preun):        -
20 Requires(postun):       -
21 Provides:       -
22 Obsoletes:      -
23 Conflicts:      -
24 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26 %description
27
28 %description -l pl
29
30 %package subpackage
31 Summary:        -
32 Summary(pl):    -
33 Group:          -
34
35 %description subpackage
36
37 %description subpackage -l pl
38
39 %prep
40 %setup -q -n %{name}-%{version}.orig -a 1
41 %patch0 -p1
42
43 %build
44 %{__aclocal}
45 %{__autoconf}
46 %{__autoheader}
47 %{__automake}
48 %configure
49 %{__make}
50
51 %install
52 rm -rf $RPM_BUILD_ROOT
53 install -d $RPM_BUILD_ROOT
54
55 %{__make} install DESTDIR=$RPM_BUILD_ROOT
56
57 %clean
58 rm -rf $RPM_BUILD_ROOT
59
60 %pre
61
62 %preun
63
64 %post
65
66 %postun
67
68 %files
69 %defattr(644,root,root,755)
70 %doc README ChangeLog
71 %attr(755,root,root) %{_bindir}/*
72 %{_datadir}/%{name}
73
74 %files subpackage
75 %defattr(644,root,root,755)
76 %doc extras/*.gz
77 %{_datadir}/%{name}-ext
This page took 0.041453 seconds and 4 git commands to generate.