]> git.pld-linux.org Git - packages/erikyyyphone.git/blob - erikyyyphone.spec
- tabs in preamble
[packages/erikyyyphone.git] / erikyyyphone.spec
1 Summary:        Voice over IP
2 Summary(pl.UTF-8):      Głos po IP
3 Name:           erikyyyphone
4 Version:        1.0.1
5 Release:        1
6 Group:          Applications/Communications
7 License:        GPL
8 Source0:        http://www.erikyyy.de/erikyyyphone/%{name}-%{version}.tar.gz
9 # Source0-md5:  1d8b3327d158e81e28ebe89550c236fe
10 URL:            http://www.erikyyy.de/erikyyyphone/
11 Patch0:         %{name}-make.patch
12 Patch1:         %{name}-ac.patch
13 Patch2:         %{name}-c.patch
14 BuildRequires:  autoconf
15 BuildRequires:  automake
16 BuildRequires:  libgsm-devel
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Voice over IP.
21
22 %description -l pl.UTF-8
23 Głos po IP.
24
25 %prep
26 %setup  -q
27 %patch0 -p1
28 %patch1 -p1
29 %patch2 -p1
30
31 %build
32 rm -f missing
33 %{__aclocal}
34 %{__autoconf}
35 %{__autoheader}
36 %{__automake}
37 CPPFLAGS="-I/usr/include/ncurses"; export CPPFLAGS
38 %configure
39 %{__make} CXXFLAGS="%{rpmcflags}"
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 %{__make} install \
45         DESTDIR=$RPM_BUILD_ROOT
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc AUTHORS README TODO
53 %attr(755,root,root) %{_bindir}/*
This page took 0.081731 seconds and 3 git commands to generate.