File: cvsutils.spec.in

package info (click to toggle)
cvsutils 0.0.20020311-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 248 kB
  • ctags: 34
  • sloc: perl: 686; sh: 354; makefile: 88
file content (36 lines) | stat: -rw-r--r-- 615 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
36
Summary: CVS Utilities
Name: cvsutils
Version: @VERSION@
Release: 1
Copyright: 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}

#make prefix=${RPM_BUILD_ROOT}%{_prefix} install
%makeinstall

%clean
rm -rf ${RPM_BUILD_ROOT}

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