]> git.pld-linux.org Git - packages/eggdrop.git/commitdiff
- autothingies vs. adamg: round 1! fight! autothingies win...
authorAdam Gołębiowski <adamg@pld-linux.org>
Fri, 13 Jun 2003 20:14:16 +0000 (20:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eggdrop.spec -> 1.63

eggdrop.spec

index c6c4b72ba7495a38709965e1141b64594bb4e387..3871e3850159787784d4c675e1d93d9cecf53399 100644 (file)
@@ -7,8 +7,8 @@ Version:        1.6.15
 Release:       0.3
 License:       GPL
 Group:         Applications/Communications
-# Source0-md5: b5016e34942ff4113e97a8449b15dfce
 Source0:       ftp://ftp.eggheads.org/pub/eggdrop/source/1.6/%{name}%{version}.tar.bz2
+# Source0-md5: b5016e34942ff4113e97a8449b15dfce
 # In order to unify filenames, following language packs and third-party modules were
 # repackaged. Some files were renamed, but none modified. Original archives can be
 # found by looking at http://www.egghelp.org/
@@ -157,7 +157,18 @@ Eggdrop 
 CFLAGS="%{rpmcflags}"; export CFLAGS
 # There is no sense in using configure macro, as the eggdrop makes no use
 # of provided settings, or at least of those given with --*dir options
-./configure --enable-ipv6
+# HUMPF! At least one thing sucks: 
+# eggdrop's configure thingie, or my linux knowledge.
+#./configure --enable-ipv6
+#%{__aclocal}
+#%{__autoconf}
+#%{__autoheader}
+#cd src/mod/compress.mod
+#%{__autoconf}
+#cd ../dns.mod
+#%{__autoconf}
+#cd ../../..
+%configure2_13 --enable-ipv6
 %{__make} config
 %{__make}
 
This page took 0.080755 seconds and 4 git commands to generate.