SPECS: cvsnt.spec - fill part of todo. up to 2.5.04.2980
arekm
arekm at pld-linux.org
Wed Mar 26 00:19:02 CET 2008
Author: arekm Date: Tue Mar 25 23:19:02 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fill part of todo. up to 2.5.04.2980
---- Files affected:
SPECS:
cvsnt.spec (1.4 -> 1.5)
---- Diffs:
================================================================
Index: SPECS/cvsnt.spec
diff -u SPECS/cvsnt.spec:1.4 SPECS/cvsnt.spec:1.5
--- SPECS/cvsnt.spec:1.4 Wed Mar 26 00:10:54 2008
+++ SPECS/cvsnt.spec Wed Mar 26 00:18:57 2008
@@ -16,14 +16,15 @@
Summary: Concurrent Versioning System
Summary(pl.UTF-8): Concurrent Versioning System
Name: cvsnt
-Version: 2.5.03.2382
+Version: 2.5.04.2980
Release: 0.1
License: GPL v2+/LGPL v2+
Group: Development/Version Control
-Source0: http://unifacecm.de/archive/%{name}-%{version}.tar.gz
-# Source0-md5: 4f7d2e54c5529829a43b089f9b37c86e
+Source0: http://www.cvsnt.org/archive/%{name}-%{version}.tar.gz
+# Source0-md5: 2f82c5b76cd450edcde714eed52b6377
Source1: %{name}.inetd
Source2: %{name}-cvslockd.init
+Source3: %{name}.pam
URL: http://www.cvsnt.org/
BuildRequires: autoconf >= 2.58
BuildRequires: automake >= 1:1.7.9
@@ -39,7 +40,6 @@
BuildRequires: postgresql-devel
BuildRequires: rpmbuild(macros) >= 1.268
BuildRequires: sqlite3-devel
-BuildRequires: texinfo
BuildRequires: unixODBC-devel
BuildRequires: xmlto
BuildRequires: zlib-devel
@@ -136,13 +136,14 @@
%install
rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{/etc/{rc.d/init.d,sysconfig/rc-inetd},%{_cvs_root}}
+install -d $RPM_BUILD_ROOT{/etc/{pam.d,rc.d/init.d,sysconfig/rc-inetd},%{_cvs_root}}
%{__make} install -j1 \
DESTDIR=$RPM_BUILD_ROOT
install %{SOURCE1} $RPM_BUILD_ROOT/etc/sysconfig/rc-inetd/%{name}
install %{SOURCE2} $RPM_BUILD_ROOT/etc/rc.d/init.d/cvslockd
+install %{SOURCE3} $RPM_BUILD_ROOT/etc/pam.d/cvsnt
mv $RPM_BUILD_ROOT%{_sysconfdir}/cvsnt/PServer{.example,}
mv $RPM_BUILD_ROOT%{_sysconfdir}/cvsnt/Plugins{.example,}
@@ -187,6 +188,7 @@
%doc doc/html_cvsclient
%doc AUTHORS FAQ README
%dir %{_sysconfdir}/cvsnt
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/cvsnt
%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/cvsnt/*
%attr(754,root,root) /etc/rc.d/init.d/cvslockd
%attr(755,root,root) %{_bindir}/*
@@ -209,6 +211,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.5 2008-03-25 23:18:57 arekm
+- fill part of todo. up to 2.5.04.2980
+
Revision 1.4 2008-03-25 23:10:54 glen
- make -jN problem, unpackaged files
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/cvsnt.spec?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list