Changes of Revision 14
[-] | Changed | apache2-mod_asn.changes |
x 1
2 ------------------------------------------------------------------- 3 +Thu Jan 9 18:21:30 UTC 2014 - cs@linux-administrator.com 4 + 5 +- update to release 1.6 6 + - see http://mirrorbrain.org/mod_asn/docs/changes/#release-1-6-r100-jan-7-2014 7 + 8 +------------------------------------------------------------------- 9 Mon Sep 6 06:28:48 UTC 2010 - cs@linux-administrator.com 10 11 - update to release 1.5 12 |
||
[-] | Changed | apache2-mod_asn.spec ^ |
32 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.5 6 +Version: 1.6 7 Release: 0 8 License: Apache License, Version 2.0 9 Group: Productivity/Networking/Web/Servers 10
11 # 12 # http://svn.poeml.de/svn/mod_asn/trunk 13 Source0: mod_asn-%{version}.tar.gz 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 # 22 BuildRoot: %{_tmppath}/%{name}-%{version}-build 23 24
25 26 %prep 27 %setup -n mod_asn-%{version} 28 -#cp -p %{S:10} %{S:11} %{S:20} %{S:21} %{S:22} %{S:30} %{S:31} . 29 30 %build 31 %{apxs} -c mod_asn.c 32 |
||
Added | mod_asn-1.6.tar.gz ^ |