]> git.pld-linux.org Git - projects/template-specs.git/blob - template.spec
f50c50edc52b7e7c6ce59c5c8b6328b28c5e8e84
[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:       -
20 Requires(pre,post):     -
21 Requires(preun):        -
22 Requires(postun):       -
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 rm -f missing
47 %{__gettextize}
48 %{__aclocal}
49 %{__autoconf}
50 %{__autoheader}
51 %{__automake}
52 %configure
53 %{__make}
54
55 %install
56 rm -rf $RPM_BUILD_ROOT
57 # create directories if necessary
58 #install -d $RPM_BUILD_ROOT
59
60 %{__make} install \
61         DESTDIR=$RPM_BUILD_ROOT
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.288253 seconds and 2 git commands to generate.