]> git.pld-linux.org Git - packages/cvs-nserver.git/blame - cvs-nserver.spec
updated raw cvs-nserver.spec file from original distribution
[packages/cvs-nserver.git] / cvs-nserver.spec
CommitLineData
00af5b94 1Summary: Concurrent Versions System
2Name: cvs-nserver
ffc31017 3Version: @VERSION@
00af5b94 4Release: 1
5Copyright: GPL
6Group: Development/Version Control
ffc31017 7Source: http://alexm.here.ru/cvs-nserver/download/cvs-nserver-@VERSION@.tar.gz
00af5b94 8Packager: Alexey Mahotkin <alexm@hsys.msk.ru>
9Prefix: /usr
10BuildRoot: /var/tmp/cvs-nserver
11
12%description
13CVS is a version control system, which allows you to keep old versions
14of files (usually source code), keep a log of who, when, and why
15changes occurred, etc., like RCS or SCCS. Unlike the simpler systems,
16CVS does not just operate on one file at a time or one directory at a
17time, but operates on hierarchical collections of directories
18consisting of version controlled files. CVS helps to manage releases
19and to control the concurrent editing of source files among multiple
20authors. CVS allows triggers to enable/log/control various
21operations and works well over a wide area network.
22
23%prep
24%setup
25
26%build
27./configure --prefix=$RPM_BUILD_ROOT/usr --enable-pam
28make CFLAGS="$RPM_OPT_FLAGS" LDFLAGS=-s
29
30%install
31make installdirs
32make PAMDIR=$RPM_BUILD_ROOT/etc/pam.d install
ffc31017 33make install-setuid
00af5b94 34rm -f $RPM_BUILD_ROOT/usr/info/cvs*
35make install-info
36gzip -9nf $RPM_BUILD_ROOT/usr/info/cvs*
37
38%files
39%defattr(-, root, root)
40%doc BUGS COPYING COPYING.LIB FAQ HACKING
41%doc INSTALL MINOR-BUGS NEWS PROJECTS README TESTS TODO
42/usr/bin/cvs
43/usr/bin/cvschkpw
ffc31017 44%attr(4750, cvsadmin, cvs)
45/usr/bin/cvspasswd
00af5b94 46/usr/bin/cvs-pserver
47/usr/bin/cvs-nserver
48/usr/bin/checkpassword
49/usr/bin/checkpassword-pam
50/usr/bin/cvsbug
51/usr/bin/rcs2log
52/etc/pam.d/cvspserver
53/usr/man/man1/cvs.1
54/usr/man/man5/cvs.5
55/usr/man/man8/cvsbug.8
56/usr/man/man8/cvs-nserver.8
57/usr/man/man8/cvs-pserver.8
58/usr/man/man8/cvs-server.8
59/usr/info/cvs*
60/usr/lib/cvs
This page took 0.081215 seconds and 4 git commands to generate.