fix exclude expansion
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-tar_scm?expand=0&rev=16
This commit is contained in:
parent
6b9dfe95ee
commit
17be28e649
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 12 11:51:07 UTC 2011 - adrian@suse.de
|
||||
|
||||
- fix exclude expansion
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 20 08:48:12 UTC 2011 - cthiel@novell.com
|
||||
|
||||
|
@ -30,7 +30,6 @@ Requires: subversion git mercurial bzr
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
|
||||
|
||||
%description
|
||||
This is a source service for openSUSE Build Service.
|
||||
|
||||
@ -40,21 +39,16 @@ It supports downloading from svn, git, hg and bzr repositories.
|
||||
%prep
|
||||
%setup -q -D -T 0 -n .
|
||||
|
||||
|
||||
%build
|
||||
|
||||
|
||||
%install
|
||||
mkdir -p $RPM_BUILD_ROOT/usr/lib/obs/service
|
||||
install -m 0755 %{SOURCE0} $RPM_BUILD_ROOT/usr/lib/obs/service
|
||||
install -m 0644 %{SOURCE1} $RPM_BUILD_ROOT/usr/lib/obs/service
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%dir /usr/lib/obs
|
||||
/usr/lib/obs/service
|
||||
|
||||
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user