Changes of Revision 10
[-] | Changed | apache2-mod_asn.changes |
x 1
2 ------------------------------------------------------------------- 3 +Thu Jul 30 05:20:00 CEST 2009 - cs@linux-administrator.com 4 + 5 +- update to release 1.2 6 + - documentation updates 7 + - routing data snapshots are now downloaded from a mirror 8 + provided by mirrorbrain.org 9 + 10 +------------------------------------------------------------------- 11 Tue Mar 31 19:04:08 CEST 2009 - poeml@suse.de 12 13 - update to r22: 14 |
||
[-] | Changed | apache2-mod_asn.spec ^ |
50 1
2 %define apache_serverroot %(%{apxs} -q PREFIX) 3 %define apache_localstatedir %(%{apxs} -q LOCALSTATEDIR) 4 %define apache_mmn %(MMN=$(%{apxs} -q LIBEXECDIR)_MMN; test -x $MMN && $MMN) 5 -Version: 1.0 6 +Version: 1.2 7 Release: 0 8 License: Apache License, Version 2.0 9 Group: Productivity/Networking/Web/Servers 10
11 Summary: mod_asn looks up the AS and network prefix of IP address 12 # 13 # http://svn.poeml.de/svn/mod_asn/trunk 14 -Source10: mod_asn.c 15 -Source11: mod_asn.conf 16 -Source20: asn_import.py 17 -Source21: asn_get_routeviews.py 18 -Source22: asn.sql 19 -Source30: README 20 -Source31: INSTALL 21 +Source0: mod_asn-%{version}.tar.gz 22 +#Source10: mod_asn.c 23 +#Source11: mod_asn.conf 24 +#Source20: asn_import.py 25 +#Source21: asn_get_routeviews.py 26 +#Source22: asn.sql 27 +#Source30: README 28 +#Source31: INSTALL 29 # 30 BuildRoot: %{_tmppath}/%{name}-%{version}-build 31 32
33 34 35 %prep 36 -cp -p %{S:10} %{S:11} %{S:20} %{S:21} %{S:22} %{S:30} %{S:31} . 37 +%setup -n mod_asn-%{version} 38 +#cp -p %{S:10} %{S:11} %{S:20} %{S:21} %{S:22} %{S:30} %{S:31} . 39 40 %build 41 %{apxs} -c mod_asn.c 42
43 44 %files 45 %defattr(-,root,root) 46 +%doc CHANGES 47 %doc README 48 %doc INSTALL 49 %doc asn.sql 50 |
||
Added | mod_asn-1.2.tar.gz ^ |