]> git.pld-linux.org Git - projects/template-specs.git/blame - simple.spec
- tabs in preamble
[projects/template-specs.git] / simple.spec
CommitLineData
bf2b2dac 1Summary: -
ce39d734 2Summary(pl.UTF-8): -
bf2b2dac
JB
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
9be49f18 16%description -l pl.UTF-8
d77d7aad 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.046843 seconds and 4 git commands to generate.