]> git.pld-linux.org Git - projects/template-specs.git/blob - simple.spec
33d877141948b0e288b4d6ee20214a28e866bf02
[projects/template-specs.git] / simple.spec
1 Summary:        -
2 Summary(pl.UTF-8):      -
3 Name:           template-simple
4 Version:        -
5 Release:        0.1
6 License:        - (enter GPL/GPL v2/LGPL/BSD/BSD-like/other license name here)
7 Group:          Applications
8 Source0:        %{name}-%{version}.tar.gz
9 URL:            -
10 BuildRequires:  -
11 Requires:       -
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15
16 %description -l pl.UTF-8
17
18 %prep
19 %setup -q
20
21 %build
22 %configure
23 %{__make}
24
25 %install
26 rm -rf $RPM_BUILD_ROOT
27
28 %{__make} install \
29         DESTDIR=$RPM_BUILD_ROOT
30
31 %clean
32 rm -rf $RPM_BUILD_ROOT
33
34 %files
35 %defattr(644,root,root,755)
36 %doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
37 %attr(755,root,root) %{_bindir}/*
This page took 0.112344 seconds and 3 git commands to generate.