osc copypac from project:openSUSE:Tools package:obs-service-set_version revision:38
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-set_version?expand=0&rev=42
This commit is contained in:
parent
509414b1e1
commit
c9b4650b1b
2
PKGBUILD
2
PKGBUILD
@ -1,4 +1,4 @@
|
|||||||
asd=yxc
|
asd=yxc
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
md5sums=('6c56205dc76539e518f940aebd7eaafb')
|
md5sums=('801b31dd37c1db8fd7164e4c91dc0eaf')
|
||||||
|
|
||||||
|
2
_service
2
_service
@ -4,7 +4,7 @@
|
|||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="exclude">.git</param>
|
<param name="exclude">.git</param>
|
||||||
<param name="version">git-master</param>
|
<param name="version">git-master</param>
|
||||||
<param name="versionformat">@PARENT_TAG@+git%cd.%h</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="revision">master</param>
|
<param name="revision">master</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
</service>
|
</service>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Format: 1.0
|
Format: 1.0
|
||||||
Source: obs-service-set-version
|
Source: obs-service-set-version
|
||||||
Version: 0.5.0+git20150724.7ee0a9a
|
Version: 0.5.0
|
||||||
Binary: obs-service-set-version
|
Binary: obs-service-set-version
|
||||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||||
Architecture: all
|
Architecture: all
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6672a703705d1c0fa8f8aa2bc88f9c6ec67216b30af2372945023a8bdc82c237
|
|
||||||
size 11667
|
|
3
obs-service-set_version-0.5.0.tar.gz
Normal file
3
obs-service-set_version-0.5.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6ff5ed084613235c85ad89d9c34a5a1be0da0a6e463ad29f16c3ff9fc5cd17af
|
||||||
|
size 11456
|
@ -1,9 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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
|
Fri Jul 24 08:12:15 UTC 2015 - tbechtold@suse.com
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define service set_version
|
%define service set_version
|
||||||
|
|
||||||
Name: obs-service-%{service}
|
Name: obs-service-%{service}
|
||||||
Version: 0.5.0+git20150724.7ee0a9a
|
Version: 0.5.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An OBS source service: Update spec file version
|
Summary: An OBS source service: Update spec file version
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
@ -43,7 +43,9 @@ a given version or to the existing files.
|
|||||||
%build
|
%build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
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
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user