source: trunk/dasscm/dasscm.spec@ 229

Last change on this file since 229 was 229, checked in by joergs, on Oct 2, 2008 at 2:19:16 PM

beautified

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