]> git.pld-linux.org Git - projects/template-specs.git/blame - simple.spec
pecl: add example how to make failed tests as XFAIL
[projects/template-specs.git] / simple.spec
CommitLineData
bf2b2dac 1Summary: -
ce39d734 2Summary(pl.UTF-8): -
bf2b2dac
JB
3Name: template-simple
4Version: -
5Release: 0.1
72aa6361 6License: - (enter GPL/GPL v2/GPL v3/LGPL/BSD/BSD-like/other license name here)
bf2b2dac
JB
7Group: Applications
8Source0: %{name}-%{version}.tar.gz
731da12f 9# Source0-md5: -
bf2b2dac 10URL: -
deb9174a 11BuildRequires: -
d77d7aad 12Requires: -
bf2b2dac 13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
d77d7aad 14
15%description
16
9be49f18 17%description -l pl.UTF-8
d77d7aad 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 \
bf2b2dac 30 DESTDIR=$RPM_BUILD_ROOT
d77d7aad 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.060503 seconds and 4 git commands to generate.