Line | |
---|
1 | #
|
---|
2 | # Copyright (c) 2004-2009 dass IT GmbH, Koeln, Germany.
|
---|
3 | # This file and all modifications and additions to the pristine
|
---|
4 | # package are under the same license as the package itself.
|
---|
5 | #
|
---|
6 | # $Id: dassbuild.spec 948 2011-06-17 05:51:34Z joergs $
|
---|
7 |
|
---|
8 | Name: dassbuild
|
---|
9 | URL: https://trac.dass-it.de/pub/
|
---|
10 | License: GPL
|
---|
11 | Group: Development/Tools/Building
|
---|
12 | Autoreqprov: on
|
---|
13 | Summary: scripts for RPM building
|
---|
14 | Version: 1.0
|
---|
15 | Release: 0
|
---|
16 | Requires: build
|
---|
17 | Source: %{name}_%{version}.orig.tar.gz
|
---|
18 | Packager: joerg.steffens@dass-it.de
|
---|
19 | BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
---|
20 | BuildArch: noarch
|
---|
21 | %if 0%{?suse_version}
|
---|
22 | BuildRequires: gzip pam-modules tar
|
---|
23 | %endif
|
---|
24 |
|
---|
25 | %description
|
---|
26 | dassbuild is a collection of tools for easier building RPMs directly from subversion repositories.
|
---|
27 | It uses tools like (SuSE) build, osc and Subversion.
|
---|
28 |
|
---|
29 | Authors:
|
---|
30 | --------
|
---|
31 | Joerg Steffens
|
---|
32 |
|
---|
33 | %prep
|
---|
34 | %setup -c
|
---|
35 |
|
---|
36 | %build
|
---|
37 |
|
---|
38 | %install
|
---|
39 | mkdir -p $RPM_BUILD_ROOT/etc/dassbuild/
|
---|
40 | mkdir -p $RPM_BUILD_ROOT/usr/bin/
|
---|
41 | install -m 644 etc/dassbuild/dassbuild.conf $RPM_BUILD_ROOT/etc/dassbuild/
|
---|
42 | install -m 755 usr/bin/*.sh $RPM_BUILD_ROOT/usr/bin/
|
---|
43 | # don't install dassbuild_all.pl,
|
---|
44 | # because it is outdated
|
---|
45 |
|
---|
46 | %clean
|
---|
47 | rm -rf $RPM_BUILD_ROOT
|
---|
48 |
|
---|
49 | %files
|
---|
50 | %defattr(-,root,root)
|
---|
51 | %dir /etc/dassbuild/
|
---|
52 | /usr/bin/dassbuild*.sh
|
---|
53 | /usr/bin/dass_sign_rpm.sh
|
---|
54 | /usr/bin/make_and_publish_sles_patch_description.sh
|
---|
55 | %config(noreplace) /etc/dassbuild/*
|
---|
56 | %doc doc/* macros
|
---|
Note:
See
TracBrowser
for help on using the repository browser.