forked from pool/post-build-checks
- maintain sources in git
OBS-URL: https://build.opensuse.org/package/show/Base:System/post-build-checks?expand=0&rev=31
This commit is contained in:
parent
5a6a98e164
commit
9eb287d1ee
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:45af4e0c1b4b863223900b7303e983bcf88bd551e56529c3aa4566b2c4cf515e
|
||||
size 30648
|
||||
oid sha256:5a76c782a898a33a4c1efccdc38fd33c0ab7e5614792a8290aad73393d9a26c5
|
||||
size 31228
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 30 10:11:31 UTC 2010 - lnussel@suse.de
|
||||
|
||||
- maintain sources in git
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 8 12:27:21 UTC 2010 - lnussel@suse.de
|
||||
|
||||
|
@ -26,8 +26,16 @@ Summary: post checks for build after rpms have been created
|
||||
Version: 1.0
|
||||
Release: 81
|
||||
PreReq: aaa_base permissions sed
|
||||
Url: http://gitorious.org/opensuse/post-build-checks
|
||||
#
|
||||
# Note: don't rebuild this manually. Instead submit your patches
|
||||
# for inclusion in the git repo!
|
||||
#
|
||||
# git clone git://gitorious.org/opensuse/post-build-checks.git
|
||||
# cd post-build-checks
|
||||
# make package
|
||||
#
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
Source1: suse-buildsystem.sh
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
@ -55,7 +63,7 @@ install -d $RPM_BUILD_ROOT/usr/lib/build/helper
|
||||
install -m 755 checks/* $RPM_BUILD_ROOT/usr/lib/build/checks
|
||||
install -m 644 checks-data/* $RPM_BUILD_ROOT/usr/lib/build/checks-data
|
||||
install -m 755 helper/* $RPM_BUILD_ROOT/usr/lib/build/helper
|
||||
install -m 644 -D %{S:1} $RPM_BUILD_ROOT/etc/profile.d/suse-buildsystem.sh
|
||||
install -m 644 -D suse-buildsystem.sh $RPM_BUILD_ROOT/etc/profile.d/suse-buildsystem.sh
|
||||
chmod 755 $RPM_BUILD_ROOT/usr/lib/build/checks-data/check*
|
||||
|
||||
%check
|
||||
|
Loading…
Reference in New Issue
Block a user