]> git.pld-linux.org Git - packages/erikyyyphone.git/blobdiff - erikyyyphone.spec
- tabs in preamble
[packages/erikyyyphone.git] / erikyyyphone.spec
index 2000d4f8a82e9a7e421b4e3fafc170737efc0965..10fad54a3fe3aa1f64fcf2027e7d4131114fdccd 100644 (file)
@@ -1,13 +1,16 @@
 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
 License:       GPL
 Source0:       http://www.erikyyy.de/erikyyyphone/%{name}-%{version}.tar.gz
-# Source0-md5: 73f970392906a0bbadae025758c2faca
+# Source0-md5: 1d8b3327d158e81e28ebe89550c236fe
+URL:           http://www.erikyyy.de/erikyyyphone/
 Patch0:                %{name}-make.patch
+Patch1:                %{name}-ac.patch
+Patch2:                %{name}-c.patch
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: libgsm-devel
@@ -16,21 +19,24 @@ 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
 rm -f missing
 %{__aclocal}
 %{__autoconf}
+%{__autoheader}
 %{__automake}
-CPPFLAGS="-I%{_includedir}/ncurses" ; export CPPFLAGS
+CPPFLAGS="-I/usr/include/ncurses"; export CPPFLAGS
 %configure
-%{__make}
+%{__make} CXXFLAGS="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.070432 seconds and 4 git commands to generate.