File: cvsutils.spec.in

package info (click to toggle)
cvsutils 0.0.20020311-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 328 kB
  • ctags: 42
  • sloc: perl: 735; sh: 354; python: 291; makefile: 90
file content (35 lines) | stat: -rw-r--r-- 564 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Summary: CVS Utilities
Name: cvsutils
Version: @VERSION@
Release: 1
License: GPL
Group: Development/Tools
Source: http://www.red-bean.com/cvsutils/cvsutils-@VERSION@.tar.gz
Requires: cvs
BuildArchitectures: noarch
BuildRoot: %{_tmppath}/%{name}-root

%description
CVS Utilities is a collection of tools to facilitate working with
Concurrent Versions System (CVS).

%prep
%setup -q

%build
%configure
make

%install
rm -rf ${RPM_BUILD_ROOT}

%makeinstall

%clean
rm -rf ${RPM_BUILD_ROOT}

%files
%defattr(-,root,root)
%{_bindir}/*
%{_mandir}/*
%doc NEWS README FAQ