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