1
0

Updating link to change in openSUSE:Factory/obs-service-format_spec_file revision 4.0

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-format_spec_file?expand=0&rev=243506146534c93f65c341787a97dab7
This commit is contained in:
OBS User buildservice-autocommit 2011-06-17 09:36:25 +00:00 committed by Git OBS Bridge
parent 8f0d677756
commit 4c468439f8

View File

@ -22,7 +22,7 @@ License: GPL v2 or later
Group: Development/Tools/Building
Summary: An OBS source service: reformats a spec file to SUSE standard.
Version: 0.1
Release: 1
Release: 3
Source: format_spec_file
Source1: format_spec_file.service
Source2: prepare_spec
@ -30,7 +30,6 @@ Requires: osc-source_validator
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
This is a source service for openSUSE Build Service.
@ -44,22 +43,17 @@ spec file instead of creating a new one.
%setup -q -D -T 0 -n .
%build
%install
mkdir -p $RPM_BUILD_ROOT/usr/lib/obs/service/format_spec_file.files
install -m 0755 %{SOURCE0} $RPM_BUILD_ROOT/usr/lib/obs/service
install -m 0644 %{SOURCE1} $RPM_BUILD_ROOT/usr/lib/obs/service
install -m 0755 %{SOURCE2} $RPM_BUILD_ROOT/usr/lib/obs/service/format_spec_file.files
%files
%defattr(-,root,root)
%dir /usr/lib/obs
/usr/lib/obs/service
%changelog