packages: radsecproxy/radsecproxy.spec, radsecproxy/radsecproxy-logformat.p...
blues
blues at pld-linux.org
Wed Jun 16 16:20:51 CEST 2010
Author: blues Date: Wed Jun 16 14:20:51 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- 1.4
---- Files affected:
packages/radsecproxy:
radsecproxy.spec (1.7 -> 1.8) , radsecproxy-logformat.patch (1.1 -> NONE) (REMOVED)
---- Diffs:
================================================================
Index: packages/radsecproxy/radsecproxy.spec
diff -u packages/radsecproxy/radsecproxy.spec:1.7 packages/radsecproxy/radsecproxy.spec:1.8
--- packages/radsecproxy/radsecproxy.spec:1.7 Wed Jun 17 13:33:20 2009
+++ packages/radsecproxy/radsecproxy.spec Wed Jun 16 16:20:46 2010
@@ -1,16 +1,20 @@
# $Revision$, $Date$
+####
+# TODO:
+# - docbook2x is required for manual build
Summary: RADIUS proxy that in addition to to usual RADIUS UDP transport, also supports TLS (RadSec)
Name: radsecproxy
-Version: 1.3
-Release: 1
+Version: 1.4
+Release: 0.9
License: GPLv2+ or BSD-like
Group: Networking/Daemons/Radius
Source0: http://software.uninett.no/radsecproxy/%{name}-%{version}.tar.gz
-# Source0-md5: a352ae4efeeed0528cee8efa21f460b6
+# Source0-md5: 7b5248b2a7a133561cf685730824c893
Source1: %{name}.init
Source2: %{name}.logrotate
-Patch0: %{name}-logformat.patch
URL: http://software.uninett.no/radsecproxy/
+#For manual creation:
+#BuildRequires: docbook2x-to-man
BuildRequires: openssl-devel
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -24,7 +28,6 @@
%prep
%setup -q
-%patch0 -p1
%build
%configure
@@ -38,8 +41,7 @@
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
-mv $RPM_BUILD_ROOT%{_sysconfdir}/radsecproxy.conf-example \
- $RPM_BUILD_ROOT%{_sysconfdir}/radsecproxy.conf
+install radsecproxy.conf-example $RPM_BUILD_ROOT%{_sysconfdir}/%{name}.conf
install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name}
install %{SOURCE2} $RPM_BUILD_ROOT/etc/logrotate.d/%{name}
@@ -61,13 +63,14 @@
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog README
%attr(640,root,root) %config(noreplace,missingok) %verify(not md5 mtime size) %{_sysconfdir}/radsecproxy.conf
-%attr(640,root,root) %config(noreplace,missingok) %verify(not md5 mtime size) /etc/logrotate.d/radsecproxy.conf
+%attr(640,root,root) %config(noreplace,missingok) %verify(not md5 mtime size) /etc/logrotate.d/%{name}
%attr(750,root,root) %dir %{_sysconfdir}/radsecproxy.conf.d
%attr(755,root,root) %{_sbindir}/radsecproxy
+%attr(755,root,root) %{_bindir}/catgconf
%attr(754,root,root) /etc/rc.d/init.d/%{name}
%{_mandir}/man1/*
-%{_mandir}/man5/*
-
+# With manual created:
+#%{_mandir}/man5/*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -75,6 +78,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.8 2010/06/16 14:20:46 blues
+- 1.4
+
Revision 1.7 2009/06/17 11:33:20 blues
- add logrotate file
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/radsecproxy/radsecproxy.spec?r1=1.7&r2=1.8&f=u
More information about the pld-cvs-commit
mailing list