Accepting request 386712 from devel:tools:scm
- Update to 0.18 OBS-URL: https://build.opensuse.org/request/show/386712 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bs-update?expand=0&rev=2
This commit is contained in:
commit
995ca41b74
2
PKGBUILD
2
PKGBUILD
@ -1,6 +1,6 @@
|
||||
# Maintainer: Roman Neuhauser <roman+bs-update@sigpipe.cz>
|
||||
pkgname=bs-update
|
||||
pkgver=0.17
|
||||
pkgver=0.18
|
||||
pkgrel=1
|
||||
epoch=
|
||||
pkgdesc="Automate maintenance of packages in a Build Service"
|
||||
|
3
bs-update-0.18.tar.gz
Normal file
3
bs-update-0.18.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:89562e3a12af57344146d1e774d676219552f468c0923b084b8a21fb2cd204ce
|
||||
size 30397
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 10 09:01:08 UTC 2016 - mpluskal@suse.com
|
||||
|
||||
- Update to 0.18
|
||||
* $bsu_specfiles may come from subdirs
|
||||
* GNUmakefile: .built target asks for $(.DEFAULT_GOAL)
|
||||
* drop (erroneous) group from PKGBUILD.in
|
||||
- Use pretty url
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 20 14:58:18 UTC 2015 - mpluskal@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package bs-update
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 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
|
||||
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: bs-update
|
||||
Version: 0.17
|
||||
Version: 0.18
|
||||
Release: 0
|
||||
Summary: Automate maintenance of packages in a Build Service
|
||||
License: MIT
|
||||
Group: Development/Tools/Version Control
|
||||
Url: https://github.com/roman-neuhauser/bs-update
|
||||
Source0: https://github.com/roman-neuhauser/bs-update/archive/v%{version}.tar.gz
|
||||
Source0: https://github.com/roman-neuhauser/bs-update/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source1: PKGBUILD
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: filesystem
|
||||
@ -48,7 +48,7 @@ up-to-date with respect to their upstream sources.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
make %{?_smp_mflags} PREFIX=%{_prefix}
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
make %{?_smp_mflags} check PREFIX=%{_prefix}
|
||||
@ -59,6 +59,6 @@ make install DESTDIR=%{buildroot} PREFIX=%{_prefix}
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/bs-update
|
||||
%{_mandir}/man1/bs-update.1.*
|
||||
%{_mandir}/man1/bs-update.1%{ext_man}
|
||||
|
||||
%changelog
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c693705430bc6f38f3622c371a62aded2873956a4317d2bf186ea9057dae8772
|
||||
size 30396
|
Loading…
Reference in New Issue
Block a user