source: trunk/dasscm/dasscm.spec@ 220

Last change on this file since 220 was 219, checked in by joergs, on Oct 15, 2007 at 10:10:31 AM

bugfix: doc path

  • Property svn:keywords set to Id
File size: 1.3 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#
[214]8# $Id: dasscm.spec 219 2007-10-15 08:10:31Z joergs $
[200]9
[214]10Name: dasscm
11URL: http://www.dass-it.de/
12License: GPL
13Group: Development/Tools/Version Control
14Autoreqprov: on
15Summary: dass configuration file management tool
16Version: 0.7
17Release: 0
18Requires: subversion perl perl-TermReadKey perl-libconfigfile
19Source: %{name}-%{version}.tar.bz2
20BuildRoot: /var/tmp/%{name}-build
21BuildArch: noarch
22BuildRequires: gzip pam-modules tar
[200]23
24
25%description
[214]26tools for handling configuration files with subversion
[200]27
28Authors:
29--------
30 Joerg Steffens
31
32%prep
33%setup -c %{name}-%{version}
34
35
36
37%build
38
39%install
40mkdir -p $RPM_BUILD_ROOT/usr/bin/
[210]41install -m 755 dasscm $RPM_BUILD_ROOT/usr/bin/
[202]42mkdir -p $RPM_BUILD_ROOT/etc/subversion/
43install servers.dass-it $RPM_BUILD_ROOT/etc/subversion/
[210]44install -m 640 dasscm.conf $RPM_BUILD_ROOT/etc/
[214]45mkdir -p $RPM_BUILD_ROOT/var/lib/dasscm/
[200]46
47
48%clean
49rm -rf $RPM_BUILD_ROOT
50
51
52
53%files
54%defattr(-,root,root)
[214]55%dir /var/lib/dasscm/
[215]56/usr/bin/dasscm
[202]57/etc/subversion/servers.dass-it
[210]58%config(noreplace) /etc/dasscm.conf
[219]59%doc Changes doc/*
Note: See TracBrowser for help on using the repository browser.