]> git.pld-linux.org Git - projects/template-specs.git/blob - template.spec
- s/{__make}/{makeinstall}
[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 # if ac/am/* rebuilding is necessary, do it in this order and add
47 # appropriate BuildRequires
48 #%%{__gettextize}
49 #%%{__aclocal}
50 #%%{__autoconf}
51 #%%{__autoheader}
52 #%%{__automake}
53 %configure
54 %{__make}
55
56 %install
57 rm -rf $RPM_BUILD_ROOT
58 # create directories if necessary
59 #install -d $RPM_BUILD_ROOT
60
61 %{makeinstall}
62
63 %clean
64 rm -rf $RPM_BUILD_ROOT
65
66 %pre
67
68 %post
69
70 %preun
71
72 %postun
73
74 %files
75 %defattr(644,root,root,755)
76 %doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
77 %attr(755,root,root) %{_bindir}/*
78 %{_datadir}/%{name}
79
80 %files subpackage
81 %defattr(644,root,root,755)
82 %doc extras/*.gz
83 %{_datadir}/%{name}-ext
This page took 0.300709 seconds and 4 git commands to generate.