]> git.pld-linux.org Git - packages/erikyyyphone.git/blob - erikyyyphone.spec
- don't override -Ox
[packages/erikyyyphone.git] / erikyyyphone.spec
1 Summary:        Voice over IP
2 Summary(pl):    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 Patch0:         %{name}-make.patch
11 Patch1:         %{name}-ac.patch
12 Patch2:         %{name}-c.patch
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  libgsm-devel
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Voice over IP.
20
21 %description -l pl
22 G³os po IP.
23
24 %prep
25 %setup  -q
26 %patch0 -p1
27 %patch1 -p1
28 %patch2 -p1
29
30 %build
31 rm -f missing
32 %{__aclocal}
33 %{__autoconf}
34 %{__autoheader}
35 %{__automake}
36 CPPFLAGS="-I%{_includedir}/ncurses"; export CPPFLAGS
37 %configure
38 %{__make} CXXFLAGS="%{rpmcflags}"
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc AUTHORS README TODO
52 %attr(755,root,root) %{_bindir}/*
This page took 0.079772 seconds and 3 git commands to generate.