add arch
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-recompress?expand=0&rev=27
This commit is contained in:
parent
de253b2e7f
commit
e0060b5583
20
PKGBUILD
Normal file
20
PKGBUILD
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
pkgname=obs-service-recompress
|
||||||
|
pkgver=0.3.1+git20170704.59bf231
|
||||||
|
pkgrel=0
|
||||||
|
pkgdesc="An OBS source service: Recompress files"
|
||||||
|
arch=('i686' 'x86_64')
|
||||||
|
url="https://www.github.com/openSUSE/obs-service-recompress"
|
||||||
|
license=('GPL-2.0+' 'GPL-2.0')
|
||||||
|
groups=('base-devel')
|
||||||
|
depends=('python')
|
||||||
|
source=(obs-service-recompress-${pkgver}.tar.gz)
|
||||||
|
md5sums=('SKIP')
|
||||||
|
|
||||||
|
package() {
|
||||||
|
msg "Installing build ..."
|
||||||
|
cd "${srcdir}"/obs-service-recompress-${pkgver}
|
||||||
|
mkdir -p ${pkgdir}/usr/lib/obs/service
|
||||||
|
install -m 0755 recompress ${pkgdir}/usr/lib/obs/service
|
||||||
|
install -m 0644 recompress.service ${pkgdir}/usr/lib/obs/service
|
||||||
|
}
|
||||||
|
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">git@github.com:openSUSE/obs-service-recompress.git</param>
|
<param name="url">git@github.com:openSUSE/obs-service-recompress.git</param>
|
||||||
<param name="changesrevision">7897d3fd693fb16a4726da3cc258194c97e619de</param></service></servicedata>
|
<param name="changesrevision">e79e48c8d95b85a2d1fbd47d365b3a287441cfc8</param></service></servicedata>
|
@ -1,6 +1,6 @@
|
|||||||
Format: 1.0
|
Format: 1.0
|
||||||
Source: obs-service-recompress
|
Source: obs-service-recompress
|
||||||
Version: 0.3.1+git20160217.7897d3f
|
Version: 0.3.1+git20170704.59bf231-0
|
||||||
Binary: obs-service-recompress
|
Binary: obs-service-recompress
|
||||||
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:0deab67c3840d133e7bb7c91a1f72d63fc1a83ce9825607ad1dec18cff55a377
|
|
||||||
size 3914
|
|
3
obs-service-recompress-0.3.1+git20170704.59bf231.tar.gz
Normal file
3
obs-service-recompress-0.3.1+git20170704.59bf231.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:97dce1a64ad263b118fac385832d40e837af070af94230295ff12f1ff5d37a23
|
||||||
|
size 4666
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 01 11:11:35 UTC 2017 - adrian@suse.de
|
||||||
|
|
||||||
|
- Update to version 0.3.1+git20170704.59bf231:
|
||||||
|
* Add README.md file
|
||||||
|
* [dist] added spec file to git
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 17 13:14:50 UTC 2016 - opensuse-packaging@opensuse.org
|
Wed Feb 17 13:14:50 UTC 2016 - opensuse-packaging@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package obs-service-recompress
|
# spec file for package obs-service-recompress
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%define service recompress
|
%define service recompress
|
||||||
|
|
||||||
Name: obs-service-%{service}
|
Name: obs-service-%{service}
|
||||||
Version: 0.3.1+git20160217.7897d3f
|
Version: 0.3.1+git20170704.59bf231
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An OBS source service: Recompress files
|
Summary: An OBS source service: Recompress files
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
|
Loading…
Reference in New Issue
Block a user