]> git.pld-linux.org Git - packages/erikyyyphone.git/blobdiff - erikyyyphone.spec
- tabs in preamble
[packages/erikyyyphone.git] / erikyyyphone.spec
index b56b01fb622ab86c251f535f71ffc62ee0a0618d..10fad54a3fe3aa1f64fcf2027e7d4131114fdccd 100644 (file)
@@ -1,45 +1,53 @@
 Summary:       Voice over IP
-Summary(pl):   G³os po IP
+Summary(pl.UTF-8):     Głos po IP
 Name:          erikyyyphone
-Version:       1.0.0
+Version:       1.0.1
 Release:       1
 Group:         Applications/Communications
-Group(de):     Applikationen/Kommunikation
-Group(pl):     Aplikacje/Komunikacja
 License:       GPL
 Source0:       http://www.erikyyy.de/erikyyyphone/%{name}-%{version}.tar.gz
+# Source0-md5: 1d8b3327d158e81e28ebe89550c236fe
+URL:           http://www.erikyyy.de/erikyyyphone/
 Patch0:                %{name}-make.patch
-BuildRequires: libgsm
+Patch1:                %{name}-ac.patch
+Patch2:                %{name}-c.patch
+BuildRequires: autoconf
 BuildRequires: automake
+BuildRequires: libgsm-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Voice over IP.
 
-%description -l pl
-G³os po IP.
+%description -l pl.UTF-8
+Głos po IP.
 
 %prep
 %setup  -q
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
-automake -a -c
-CPPFLAGS="-I%{_includedir}/ncurses" ; export CPPFLAGS
+rm -f missing
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+CPPFLAGS="-I/usr/include/ncurses"; export CPPFLAGS
 %configure
-%{__make}
+%{__make} CXXFLAGS="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-gzip -9nf AUTHORS README TODO
-
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc {AUTHORS,README,TODO}.gz
+%doc AUTHORS README TODO
 %attr(755,root,root) %{_bindir}/*
This page took 0.384448 seconds and 4 git commands to generate.