Adrian Schröter 2017-09-01 11:36:56 +00:00 committed by Git OBS Bridge
parent de253b2e7f
commit e0060b5583
7 changed files with 34 additions and 7 deletions

20
PKGBUILD Normal file
View 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
}

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<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>

View File

@ -1,6 +1,6 @@
Format: 1.0
Source: obs-service-recompress
Version: 0.3.1+git20160217.7897d3f
Version: 0.3.1+git20170704.59bf231-0
Binary: obs-service-recompress
Maintainer: Adrian Schroeter <adrian@suse.de>
Architecture: all

View File

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

View File

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

View File

@ -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

View File

@ -1,7 +1,7 @@
#
# 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
# 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+git20160217.7897d3f
Version: 0.3.1+git20170704.59bf231
Release: 0
Summary: An OBS source service: Recompress files
License: GPL-2.0+