]> git.pld-linux.org Git - packages/erikyyyphone.git/blob - erikyyyphone.spec
- use more macros, some cosmetics, added missing "rm -f missing" and use new %doc
[packages/erikyyyphone.git] / erikyyyphone.spec
1 Summary:        Voice over IP
2 Summary(pl):    G³os po IP
3 Name:           erikyyyphone
4 Version:        1.0.0
5 Release:        1
6 Group:          Applications/Communications
7 License:        GPL
8 Source0:        http://www.erikyyy.de/erikyyyphone/%{name}-%{version}.tar.gz
9 Patch0:         %{name}-make.patch
10 BuildRequires:  autoconf
11 BuildRequires:  automake
12 BuildRequires:  libgsm-devel
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Voice over IP.
17
18 %description -l pl
19 G³os po IP.
20
21 %prep
22 %setup  -q
23 %patch0 -p1
24
25 %build
26 rm -f missing
27 %{__aclocal}
28 %{__autoconf}
29 %{__automake}
30 CPPFLAGS="-I%{_includedir}/ncurses" ; export CPPFLAGS
31 %configure
32 %{__make}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36
37 %{__make} install DESTDIR=$RPM_BUILD_ROOT
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc AUTHORS README TODO
45 %attr(755,root,root) %{_bindir}/*
This page took 0.094543 seconds and 3 git commands to generate.