Accepting request 318409 from home:hiberis:branches:openSUSE:Tools

OBS-URL: https://build.opensuse.org/request/show/318409
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-set_version?expand=0&rev=41
This commit is contained in:
Adrian Schröter 2015-07-27 08:23:56 +00:00 committed by Git OBS Bridge
parent 68f4df8b6d
commit 509414b1e1
7 changed files with 15 additions and 10 deletions

View File

@ -1,4 +1,4 @@
asd=yxc
pkgrel=0
md5sums=('801b31dd37c1db8fd7164e4c91dc0eaf')
md5sums=('6c56205dc76539e518f940aebd7eaafb')

View File

@ -4,7 +4,7 @@
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="version">git-master</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionformat">@PARENT_TAG@+git%cd.%h</param>
<param name="revision">master</param>
<param name="changesgenerate">enable</param>
</service>

View File

@ -1,6 +1,6 @@
Format: 1.0
Source: obs-service-set-version
Version: 0.5.0
Version: 0.5.0+git20150724.7ee0a9a
Binary: obs-service-set-version
Maintainer: Adrian Schroeter <adrian@suse.de>
Architecture: all

View File

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

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jul 24 09:26:53 UTC 2015 - hib@hiberis.nl
- Use install target from Makefile
- Include git revision in version number
-------------------------------------------------------------------
Fri Jul 24 08:12:15 UTC 2015 - tbechtold@suse.com

View File

@ -19,13 +19,14 @@
%define service set_version
Name: obs-service-%{service}
Version: 0.5.0
Version: 0.5.0+git20150724.7ee0a9a
Release: 0
Summary: An OBS source service: Update spec file version
License: GPL-2.0+
Group: Development/Tools/Building
Url: https://github.com/openSUSE/obs-service-%{service}
Source: %{name}-%{version}.tar.gz
Requires: python-packaging
Requires: sed
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
@ -42,9 +43,7 @@ a given version or to the existing files.
%build
%install
mkdir -p %{buildroot}%{_prefix}/lib/obs/service
install -m 0755 set_version %{buildroot}%{_prefix}/lib/obs/service
install -m 0644 set_version.service %{buildroot}%{_prefix}/lib/obs/service
%makeinstall
%files
%defattr(-,root,root)