Accepting request 318377 from openSUSE:Tools
1 OBS-URL: https://build.opensuse.org/request/show/318377 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-service-recompress?expand=0&rev=11
This commit is contained in:
commit
14e5fea390
2
_service
2
_service
@ -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>
|
||||
|
4
_servicedata
Normal file
4
_servicedata
Normal file
@ -0,0 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git@github.com:openSUSE/obs-service-recompress.git</param>
|
||||
<param name="changesrevision">d908b54ba0197706bf9a5e5781717f8e4ad6a62d</param></service></servicedata>
|
@ -1,6 +1,6 @@
|
||||
Format: 1.0
|
||||
Source: obs-service-recompress
|
||||
Version: 0.3.1
|
||||
Version: 0.3.1+git20150622.d908b54
|
||||
Binary: obs-service-recompress
|
||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||
Architecture: all
|
||||
|
3
obs-service-recompress-0.3.1+git20150622.d908b54.tar.gz
Normal file
3
obs-service-recompress-0.3.1+git20150622.d908b54.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b69e750cbb0c945357271ffc22cb56d559aee061cfb0f68e693a6605f91cd6d9
|
||||
size 2860
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0e5628cb32e326e53a87321900cd0842cad2bff6dbf1745fc3949451c5f0858a
|
||||
size 3489
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 24 15:56:34 UTC 2015 - hib@hiberis.nl
|
||||
|
||||
- Fix build for Debian 8.0
|
||||
- Use install target from Makefile
|
||||
- Include git revision in version number
|
||||
- Update to version 0.3.1+git20150622.d908b54:
|
||||
+ Tell rm not to prompt
|
||||
+ Change debian source format to 'native'
|
||||
+ Add Makefile with install target
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 9 15:36:43 UTC 2014 - jblunck@infradead.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package obs-service-recompress
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,7 +19,7 @@
|
||||
%define service recompress
|
||||
|
||||
Name: obs-service-%{service}
|
||||
Version: 0.3.1
|
||||
Version: 0.3.1+git20150622.d908b54
|
||||
Release: 0
|
||||
Summary: An OBS source service: Recompress files
|
||||
License: GPL-2.0+
|
||||
@ -49,9 +49,7 @@ It supports to compress, uncompress or recompress files from or to
|
||||
%build
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}%{_prefix}/lib/obs/service
|
||||
install -m 0755 recompress %{buildroot}%{_prefix}/lib/obs/service
|
||||
install -m 0644 recompress.service %{buildroot}%{_prefix}/lib/obs/service
|
||||
%makeinstall
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
Reference in New Issue
Block a user