rpms/ip-sentinel/devel sources, 1.2, 1.3 ip-sentinel.spec, 1.3, 1.4 .cvsignore, 1.2, 1.3

Enrico Scholz (ensc) fedora-extras-commits at redhat.com
Tue Mar 29 22:27:41 UTC 2005


Author: ensc

Update of /cvs/extras/rpms/ip-sentinel/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23723/devel

Modified Files:
	sources ip-sentinel.spec .cvsignore 
Log Message:
version 0.12



Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ip-sentinel/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	2 Feb 2005 23:21:16 -0000	1.2
+++ sources	29 Mar 2005 22:27:39 -0000	1.3
@@ -1,2 +1,2 @@
-4cf7988f8e7eff68c535dec50ba79ba3  ip-sentinel-0.11.tar.bz2
-f8e4e911ec72bc28ba3c09bd39456b39  ip-sentinel-0.11.tar.bz2.asc
+eb83cda53fcfed7d9826eab1640a2d2a  ip-sentinel-0.12.tar.bz2
+d00e5e0c6ea8354d2c1ba1257e8f5cf3  ip-sentinel-0.12.tar.bz2.sig


Index: ip-sentinel.spec
===================================================================
RCS file: /cvs/extras/rpms/ip-sentinel/devel/ip-sentinel.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ip-sentinel.spec	3 Mar 2005 21:46:22 -0000	1.3
+++ ip-sentinel.spec	29 Mar 2005 22:27:39 -0000	1.4
@@ -1,6 +1,6 @@
 ## $id: ip-sentinel.spec.in,v 1.3 2003/05/26 21:53:02 ensc Exp $		--*- rpm-spec -*--
 
-# Copyright (C) 2004 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de>
+# Copyright (C) 2004,2005 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de>
 #  
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -17,9 +17,9 @@
 
 
 ## This package understands the following switches:
-## --without dietlibc        ...   disable usage of dietlibc
-## --without minit           ...   disable creation of 'minit' subpackage
-## --with    fedora          ...   enable fedora.us specific parts
+## --without dietlibc	     ...   disable usage of dietlibc
+## --without minit	     ...   disable creation of 'minit' subpackage
+## --with    fedora	     ...   enable fedora.us specific parts
 ## --define  username\ name  ...   set the name of the user running the daemon
 
 
@@ -29,32 +29,32 @@
 ##
 
 
-%define uid		1
-%define useradd		/usr/sbin/%{?_with_fedora:fedora-}useradd  %{?_with_fedora:%uid }
-%define groupadd	/usr/sbin/%{?_with_fedora:fedora-}groupadd %{?_with_fedora:%uid}
-%define userdel		/usr/sbin/%{?_with_fedora:fedora-}userdel
-%define groupdel	/usr/sbin/%{?_with_fedora:fedora-}groupdel
+%global uid		1
+%global useradd		/usr/sbin/%{?_with_fedora:fedora-}useradd  %{?_with_fedora:%uid }
+%global groupadd	/usr/sbin/%{?_with_fedora:fedora-}groupadd %{?_with_fedora:%uid}
+%global userdel		/usr/sbin/%{?_with_fedora:fedora-}userdel
+%global groupdel	/usr/sbin/%{?_with_fedora:fedora-}groupdel
 
 %{!?username:%global username	ip-sentinel}
-%define service		ip-sentinel
-%define homedir		%_var/lib/ip-sentinel
-%define minitdir	%_sysconfdir/minit
-%define minitsvcdir	%minitdir/services/%name
+%global service		ip-sentinel
+%global homedir		%_var/lib/ip-sentinel
+%global minitdir	%_sysconfdir/minit
+%global minitsvcdir	%minitdir/services/%name
 
 
-%{!?release_func:%global release_func() %1}
+%{!?release_func:%global release_func() %1%{?disttag}}
 
 Summary:	Tool to prevent unauthorized usage of IP addresses
 Name:		ip-sentinel
-Version:	0.11
+Version:	0.12
 Release:	%release_func 1
 License:	GPL
 Group:		System Environment/Daemons
-URL:		http://www.tu-chemnitz.de/~ensc/ip-sentinel
-Source0:	http://www.tu-chemnitz.de/~ensc/ip-sentinel/files/%name-%version.tar.bz2
-Source1:	http://www.tu-chemnitz.de/~ensc/ip-sentinel/files/%name-%version.tar.bz2.asc
+URL:		http://www.nongnu.org/ip-sentinel/
+Source0:	http://savannah.nongnu.org/download/ip-sentinel/%name-%version.tar.bz2
+Source1:	http://savannah.nongnu.org/download/ip-sentinel/%name-%version.tar.bz2.sig
 BuildRoot:	%_tmppath/%name-%version-%release-buildroot
-Requires:	init(ip-sentinel)
+Requires:		init(ip-sentinel)
 
 %{!?_without_dietlibc:BuildRequires:	dietlibc}
 
@@ -81,7 +81,7 @@
 Summary:		minit initscripts for ip-sentinel
 Group:			System Environment/Base
 Provides:		init(ip-sentinel)
-Requires:		%name = %epoch:%version-%release
+Requires:		%name = %version-%release
 Requires(pre):		minit-setup
 Requires(postun):	minit-setup
 
@@ -111,23 +111,17 @@
 with the minit initconcept.
 
 
-
-
 %prep
 %setup -q
 
 
-
-
 %build
 %configure --enable-release \
-           --with-initrddir=%{_initrddir} \
-           --with-username=%username %{?_without_dietlibc:--disable-dietlibc}
+	   --with-initrddir=%_initrddir \
+	   --with-username=%username %{?_without_dietlibc:--disable-dietlibc}
 %__make %{?_smp_mflags} all
 
 
-
-
 %install
 rm -rf $RPM_BUILD_ROOT
 
@@ -137,20 +131,14 @@
 %{?_without_minit:rm -rf $RPM_BUILD_ROOT%minitsvcdir}
 
 
-
-
 %check
 %__make check
 
 
-
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 
-
-
 %pre
 %groupadd -r %username &>/dev/null || :
 %useradd  -r -s /sbin/nologin -M -d %homedir		\
@@ -176,7 +164,6 @@
 test "$1" = 0 || %_initrddir/%service condrestart &>/dev/null
 
 
-
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING ChangeLog NEWS README THANKS
@@ -204,6 +191,9 @@
 
 
 %changelog
+* Wed Mar 30 2005 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.12-1
+- updated to 0.12
+
 * Thu Aug 19 2004 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0:0.10.2-0
 - added support for 'fedora-usermgmt' (enabled with '--with fedora' switch)
 


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ip-sentinel/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	2 Feb 2005 23:21:16 -0000	1.2
+++ .cvsignore	29 Mar 2005 22:27:39 -0000	1.3
@@ -1 +1,2 @@
 ip-sentinel*.tar.bz2*
+ip-sentinel*.tar.bz2.asc




More information about the fedora-extras-commits mailing list