diff --git a/post-build-checks-1.0.tar.bz2 b/post-build-checks-1.0.tar.bz2 index 60a8b0d..b9069ce 100644 --- a/post-build-checks-1.0.tar.bz2 +++ b/post-build-checks-1.0.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:45af4e0c1b4b863223900b7303e983bcf88bd551e56529c3aa4566b2c4cf515e -size 30648 +oid sha256:5a76c782a898a33a4c1efccdc38fd33c0ab7e5614792a8290aad73393d9a26c5 +size 31228 diff --git a/post-build-checks.changes b/post-build-checks.changes index 5559f87..20d41b7 100644 --- a/post-build-checks.changes +++ b/post-build-checks.changes @@ -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 diff --git a/post-build-checks.spec b/post-build-checks.spec index 56c074a..c976e8f 100644 --- a/post-build-checks.spec +++ b/post-build-checks.spec @@ -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