]> git.pld-linux.org Git - projects/template-specs.git/blame - simple.spec
- converted to UTF-8
[projects/template-specs.git] / simple.spec
CommitLineData
bf2b2dac
JB
1Summary: -
2Summary(pl): -
3Name: template-simple
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: -
deb9174a 10BuildRequires: -
d77d7aad 11Requires: -
bf2b2dac 12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
d77d7aad 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 \
bf2b2dac 29 DESTDIR=$RPM_BUILD_ROOT
d77d7aad 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.038341 seconds and 4 git commands to generate.