source: trunk/dasscm/dasscm.spec@ 210

Last change on this file since 210 was 210, checked in by joergs, on Jul 2, 2007 at 6:06:04 PM

adapted to config file and removed dasscm_chkconf

File size: 1.3 KB
Line 
1#
2# spec file for package sc_base
3#
4# Copyright (c) 2004 dass /IT GmbH, Koeln, Germany.
5# This file and all modifications and additions to the pristine
6# package are under the same license as the package itself.
7#
8# $Id: sc_base.spec 2323 2004-08-15 09:59:15Z joergs $
9
10# neededforbuild
11# usedforbuild gzip pam-modules tar
12
13Name: dasscm
14URL: http://www.dass-it.de/
15License: GPL
16Group: Development/Tools/Version Control
17Autoreqprov: on
18Summary: dass configuration file management tool
19Version: 0.7
20Release: 0
21Requires: subversion perl perl-TermReadKey perl-libconfigfile
22Source: %{name}-%{version}.tar.bz2
23BuildRoot: /var/tmp/%{name}-build
24BuildArch: noarch
25
26
27%description
28tools for handling configurations file with subversion
29
30Authors:
31--------
32 Joerg Steffens
33
34%prep
35%setup -c %{name}-%{version}
36
37
38
39%build
40
41%install
42mkdir -p $RPM_BUILD_ROOT/usr/bin/
43install -m 755 dasscm $RPM_BUILD_ROOT/usr/bin/
44install -m 755 dasscm_dumpperm $RPM_BUILD_ROOT/usr/bin/
45mkdir -p $RPM_BUILD_ROOT/etc/subversion/
46install servers.dass-it $RPM_BUILD_ROOT/etc/subversion/
47install -m 640 dasscm.conf $RPM_BUILD_ROOT/etc/
48
49
50%clean
51rm -rf $RPM_BUILD_ROOT
52
53
54
55%files
56%defattr(-,root,root)
57/usr/bin/dasscm*
58/etc/subversion/servers.dass-it
59%config(noreplace) /etc/dasscm.conf
60%doc Changes README
Note: See TracBrowser for help on using the repository browser.