]> git.pld-linux.org Git - packages/aMule.git/commitdiff
- up to 2.2.6
authortommat <tommat@pld-linux.org>
Sun, 20 Sep 2009 12:24:46 +0000 (12:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- ac fixes

Changed files:
    aMule-ac.patch -> 1.1
    aMule.spec -> 1.121

aMule-ac.patch [new file with mode: 0644]
aMule.spec

diff --git a/aMule-ac.patch b/aMule-ac.patch
new file mode 100644 (file)
index 0000000..240facb
--- /dev/null
@@ -0,0 +1,24 @@
+diff -Nur aMule-2.2.5-orig/configure.in aMule-2.2.5/configure.in
+--- aMule-2.2.5-orig/configure.in      2009-05-16 09:38:01.000000000 +0200
++++ aMule-2.2.5/configure.in   2009-09-18 20:01:47.000000000 +0200
+@@ -538,7 +538,7 @@
+ AS_IF([test -n "$with_libupnp_prefix"], [libupnp_place=" (in $with_libupnp_prefix)"])
+ AS_IF([test x${ENABLE_UPNP} = xyes], [dnl
+ echo "                                       libupnp               ${LIBUPNP_VERSION:-Not detected}${libupnp_place:-}"
+-])dnl
++])
+ if test x${WEB:-no} != xno; then
+ AS_IF([test $regex_found = no], 
+       [regex_found="Not detected"],
+diff -Nur aMule-2.2.5-orig/m4/libupnp.m4 aMule-2.2.5/m4/libupnp.m4
+--- aMule-2.2.5-orig/m4/libupnp.m4     2009-03-28 20:29:59.000000000 +0100
++++ aMule-2.2.5/m4/libupnp.m4  2009-09-18 20:01:01.000000000 +0200
+@@ -76,7 +76,7 @@
+               ], [dnl
+                       result=no
+                       resultstr=" (pkg-config not found)"
+-              ])dnl
++              ])
+               AC_MSG_RESULT([$result$resultstr])
+               libupnp_error="libupnp >= MIN_LIBUPNP_VERSION not found$resultstr"
+       ], [dnl
index e395174388e649a14a243ea3345b3148b3d52daa..2196a20a439621a9077eea64bd5bcf477a2527fd 100644 (file)
@@ -1,14 +1,15 @@
 Summary:       Unix port of eMule client
 Summary(pl.UTF-8):     Uniksowy port klienta eMule
 Name:          aMule
-Version:       2.2.5
-Release:       3
+Version:       2.2.6
+Release:       0.1
 License:       GPL
 Group:         X11/Applications
 Source0:       http://download.berlios.de/amule/%{name}-%{version}.tar.bz2
-# Source0-md5: d26048f8e00a1ca801b3b41156b4268d
+# Source0-md5: 530d9b48187e36f78fc21bb19e94326d
 Patch0:                %{name}-desktop.patch
 Patch1:                %{name}-cas-datadir.patch
+Patch2:                %{name}-ac.patch
 URL:           http://www.amule.org/
 BuildRequires: GeoIP-devel
 BuildRequires: autoconf
@@ -80,6 +81,7 @@ NarzÄ™dzie do generownia statystyk aMule.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__aclocal} -I m4
This page took 0.16842 seconds and 4 git commands to generate.