]> git.pld-linux.org Git - packages/erikyyyphone.git/commitdiff
- upgraded to 1.0.1,
authorTomasz Pala <gotar@pld-linux.org>
Wed, 27 Aug 2003 22:02:38 +0000 (22:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added ac and c patches,
- use new %configure.

Changed files:
    erikyyyphone.spec -> 1.14

erikyyyphone.spec

index 2000d4f8a82e9a7e421b4e3fafc170737efc0965..ca12bc777880d12a1d5bf0db53ac4f6aab42d6df 100644 (file)
@@ -1,13 +1,15 @@
 Summary:       Voice over IP
 Summary(pl):   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
 Patch0:                %{name}-make.patch
+Patch1:                %{name}-ac.patch
+Patch2:                %{name}-c.patch
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: libgsm-devel
@@ -22,14 +24,17 @@ G
 %prep
 %setup  -q
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
 rm -f missing
 %{__aclocal}
 %{__autoconf}
+%{__autoheader}
 %{__automake}
 CPPFLAGS="-I%{_includedir}/ncurses" ; export CPPFLAGS
-%configure
+%configure2_13
 %{__make}
 
 %install
This page took 0.092282 seconds and 4 git commands to generate.