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