]> git.pld-linux.org Git - packages/erikyyyphone.git/blob - erikyyyphone.spec
perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
[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:  automake
11 BuildRequires:  libgsm-devel
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 Voice over IP.
16
17 %description -l pl
18 G³os po IP.
19
20 %prep
21 %setup  -q
22 %patch0 -p1
23
24 %build
25 aclocal
26 %{__automake}
27 CPPFLAGS="-I%{_includedir}/ncurses" ; export CPPFLAGS
28 %configure
29 %{__make}
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33
34 gzip -9nf AUTHORS README TODO
35
36 %{__make} install DESTDIR=$RPM_BUILD_ROOT
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc {AUTHORS,README,TODO}.gz
44 %attr(755,root,root) %{_bindir}/*
This page took 0.045851 seconds and 3 git commands to generate.