Stephan Kulow 2015-07-21 11:26:16 +00:00 committed by Git OBS Bridge
commit aee813fa58
6 changed files with 23 additions and 9 deletions

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">git://github.com/openSUSE/obs-service-source_validator.git</param>
<param name="changesrevision">b85a5d4b92edd871e77b4af202967ee6290e6d88</param></service></servicedata>
<param name="changesrevision">3c3fa650e956cedce7c1852c4bfad69b11d802c3</param></service></servicedata>

8
debian.dsc Normal file
View File

@ -0,0 +1,8 @@
Format: 1.0
Source: obs-service-source-validator
Version: 0.5+git20150622.3c3fa65
Binary: obs-service-source-validator
Maintainer: Hib Eris <hib@hiberis.nl>
Architecture: all
Standards-Version: 3.9.6
Build-Depends: debhelper (>= 7)

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3a5e50fd2b10bcc99bdf007c409f276b178079368ae19976afae1d5b81b03088
size 18991

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4b5aa70d9668d0a11e12ca6ffff803452f2babcc94c84cddcc23659e54afb310
size 20276

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Jun 24 15:36:20 UTC 2015 - hib@hiberis.nl
- Add debian.dsc
- Use install target from Makefile
- Update to version 0.5+git20150622.3c3fa65:
+ Add install target to Makefile
+ Debianization
-------------------------------------------------------------------
Thu Jun 11 08:58:17 UTC 2015 - adrian@suse.de

View File

@ -20,7 +20,7 @@ Name: obs-service-source_validator
Summary: An OBS source service: running all the osc source-validator checks
License: GPL-2.0+
Group: Development/Tools/Building
Version: 0.5+git20150611.b85a5d4
Version: 0.5+git20150622.3c3fa65
Release: 0
# use osc service dr to update
Source: %{name}-%{version}.tar.bz2
@ -53,10 +53,7 @@ used via project wide defined services.
%build
%install
mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/obs/service/source_validators/
install -m 0755 source_validator $RPM_BUILD_ROOT%{_prefix}/lib/obs/service
install -m 0644 source_validator.service $RPM_BUILD_ROOT%{_prefix}/lib/obs/service
cp -a [0-9]* helpers %{buildroot}%{_prefix}/lib/obs/service/source_validators
%makeinstall
%files
%defattr(-,root,root)