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