]> git.pld-linux.org Git - projects/template-specs.git/blob - simple.spec
pecl: add example how to make failed tests as XFAIL
[projects/template-specs.git] / simple.spec
1 Summary:        -
2 Summary(pl.UTF-8):      -
3 Name:           template-simple
4 Version:        -
5 Release:        0.1
6 License:        - (enter GPL/GPL v2/GPL v3/LGPL/BSD/BSD-like/other license name here)
7 Group:          Applications
8 Source0:        %{name}-%{version}.tar.gz
9 # Source0-md5:  -
10 URL:            -
11 BuildRequires:  -
12 Requires:       -
13 BuildRoot:      %{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
27 rm -rf $RPM_BUILD_ROOT
28
29 %{__make} install \
30         DESTDIR=$RPM_BUILD_ROOT
31
32 %clean
33 rm -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.0689 seconds and 3 git commands to generate.