SPECS: ipset.spec - updated to 2.3.3a
kosmo
kosmo at pld-linux.org
Wed Aug 13 17:41:04 CEST 2008
Author: kosmo Date: Wed Aug 13 15:41:04 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 2.3.3a
---- Files affected:
SPECS:
ipset.spec (1.14 -> 1.15)
---- Diffs:
================================================================
Index: SPECS/ipset.spec
diff -u SPECS/ipset.spec:1.14 SPECS/ipset.spec:1.15
--- SPECS/ipset.spec:1.14 Tue Dec 11 07:53:32 2007
+++ SPECS/ipset.spec Wed Aug 13 17:40:59 2008
@@ -3,19 +3,16 @@
# TODO:
# - Requires and BuildRequires with proper versions
#
-%define version_base 2.3.0
-%define version_tstamp 20070828
Summary: IP sets utility
Summary(pl.UTF-8): Narzędzie do zarządzania zbiorami IP
Name: ipset
-Version: %{version_base}_%{version_tstamp}
+Version: 2.3.3a
Release: 1
License: GPL
Group: Networking/Admin
-Source0: http://ipset.netfilter.org/%{name}-%{version_base}-%{version_tstamp}.tar.bz2
-# Source0-md5: 9e17798dfd8ed87c63a1f3498f9fe64d
+Source0: http://ipset.netfilter.org/%{name}-%{version}.tar.bz2
+# Source0-md5: c7d2f165242edaef5581db0f7d5af520
Source1: %{name}.init
-Patch0: %{name}-no_kernel_headers.patch
URL: http://ipset.netfilter.org/
BuildRequires: linux-libc-headers >= 7:2.6.22.1-2
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -56,11 +53,11 @@
Ipset initialization script.
%prep
-%setup -qn %{name}-%{version_base}
-%patch0 -p1
+%setup -q
%build
-%{__make} \
+%{__make} binaries \
+ CC="%{__cc}" \
PREFIX="%{_prefix}" \
LIBDIR="%{_libdir}" \
MANDIR="%{_mandir}" \
@@ -71,7 +68,7 @@
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT{/etc/rc.d/init.d,%{_includedir}}
-%{__make} install \
+%{__make} binaries_install \
DESTDIR="$RPM_BUILD_ROOT" \
PREFIX="%{_prefix}" \
LIBDIR="%{_libdir}" \
@@ -115,6 +112,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.15 2008/08/13 15:40:59 kosmo
+- updated to 2.3.3a
+
Revision 1.14 2007/12/11 06:53:32 pluto
- adapterized, init script updated.
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ipset.spec?r1=1.14&r2=1.15&f=u
More information about the pld-cvs-commit
mailing list