source: trunk/dasscm/dasscm.spec@ 200

Last change on this file since 200 was 200, checked in by joergs, on Dec 7, 2004 at 1:26:41 PM

initial

File size: 1.0 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.6
20Release: 0
21Requires: subversion perl
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 644 dasscm* $RPM_BUILD_ROOT/usr/bin/
44
45
46
47%clean
48rm -rf $RPM_BUILD_ROOT
49
50
51
52%files
53%defattr(-,root,root)
54/usr/bin/dasscm*
55%doc Changes README
Note: See TracBrowser for help on using the repository browser.