source: trunk/dasscm/dasscm.spec@ 205

Last change on this file since 205 was 205, checked in by joergs, on Jul 2, 2007 at 5:15:47 PM

improvements. login, password caching, init, config file, perltidy

File size: 1.2 KB
RevLine 
[200]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
[205]19Version: 0.7
[200]20Release: 0
[205]21Requires: subversion perl perl-TermReadKey perl-libconfigfile
[200]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/
[202]43install -m 755 dasscm* $RPM_BUILD_ROOT/usr/bin/
44mkdir -p $RPM_BUILD_ROOT/etc/subversion/
45install servers.dass-it $RPM_BUILD_ROOT/etc/subversion/
[200]46
47
48%clean
49rm -rf $RPM_BUILD_ROOT
50
51
52
53%files
54%defattr(-,root,root)
55/usr/bin/dasscm*
[202]56/etc/subversion/servers.dass-it
[200]57%doc Changes README
Note: See TracBrowser for help on using the repository browser.