]> git.pld-linux.org Git - projects/template-specs.git/blame - simple.spec
- for simple programs, which needs to work only, configure, make, make install
[projects/template-specs.git] / simple.spec
CommitLineData
d77d7aad 1Summary: -
2Summary(pl): -
3Name: template
4Version: -
5Release: 0.1
6License: - (enter GPL/GPL v2/LGPL/BSD/BSD-like/other license name here)
7Group: Applications
8Source0: %{name}-%{version}.tar.gz
9URL: -
10BuildRequires: -
11Requires: -
12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14%description
15
16%description -l pl
17
18%prep
19%setup -q
20
21%build
22%configure
23%{__make}
24
25%install
26rm -rf $RPM_BUILD_ROOT
27
28%{__make} install \
29 DESTDIR=$RPM_BUILD_ROOT
30
31%clean
32rm -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.02734 seconds and 4 git commands to generate.