| 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 1248 2020-01-07 13:13:16Z joergs $
|
|---|
| 7 |
|
|---|
| 8 | Name: dassbuild
|
|---|
| 9 | URL: https://trac.dass-it.de/pub/
|
|---|
| 10 | License: GPL-3.0-or-later
|
|---|
| 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 | BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|---|
| 19 | BuildArch: noarch
|
|---|
| 20 | %if 0%{?suse_version}
|
|---|
| 21 | BuildRequires: gzip tar
|
|---|
| 22 | %endif
|
|---|
| 23 |
|
|---|
| 24 | %description
|
|---|
| 25 | dassbuild is a collection of tools for easier building RPMs directly from subversion repositories.
|
|---|
| 26 | It uses tools like (SuSE) build, osc and Subversion.
|
|---|
| 27 |
|
|---|
| 28 | Authors:
|
|---|
| 29 | --------
|
|---|
| 30 | Joerg Steffens
|
|---|
| 31 |
|
|---|
| 32 | %prep
|
|---|
| 33 | %setup -c
|
|---|
| 34 |
|
|---|
| 35 | %build
|
|---|
| 36 |
|
|---|
| 37 | %install
|
|---|
| 38 | mkdir -p $RPM_BUILD_ROOT/etc/dassbuild/
|
|---|
| 39 | mkdir -p $RPM_BUILD_ROOT/usr/bin/
|
|---|
| 40 | install -m 644 etc/dassbuild/dassbuild.conf $RPM_BUILD_ROOT/etc/dassbuild/
|
|---|
| 41 | install -m 755 usr/bin/*.sh $RPM_BUILD_ROOT/usr/bin/
|
|---|
| 42 | # don't install dassbuild_all.pl,
|
|---|
| 43 | # because it is outdated
|
|---|
| 44 |
|
|---|
| 45 | %clean
|
|---|
| 46 | rm -rf $RPM_BUILD_ROOT
|
|---|
| 47 |
|
|---|
| 48 | %files
|
|---|
| 49 | %defattr(-,root,root)
|
|---|
| 50 | %dir /etc/dassbuild/
|
|---|
| 51 | /usr/bin/dassbuild*.sh
|
|---|
| 52 | /usr/bin/dass_sign_rpm.sh
|
|---|
| 53 | /usr/bin/make_and_publish_sles_patch_description.sh
|
|---|
| 54 | %config(noreplace) /etc/dassbuild/*
|
|---|
| 55 | %doc doc/* macros
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.