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