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