- 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 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/bs-update?expand=0&rev=5
This commit is contained in:
parent
05b7ae20d0
commit
e59310eeda
2
PKGBUILD
2
PKGBUILD
@ -1,6 +1,6 @@
|
|||||||
# Maintainer: Roman Neuhauser <roman+bs-update@sigpipe.cz>
|
# Maintainer: Roman Neuhauser <roman+bs-update@sigpipe.cz>
|
||||||
pkgname=bs-update
|
pkgname=bs-update
|
||||||
pkgver=0.17
|
pkgver=0.18
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
epoch=
|
epoch=
|
||||||
pkgdesc="Automate maintenance of packages in a Build Service"
|
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
|
Sun Sep 20 14:58:18 UTC 2015 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package bs-update
|
# 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
|
# 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
|
||||||
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: bs-update
|
Name: bs-update
|
||||||
Version: 0.17
|
Version: 0.18
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Automate maintenance of packages in a Build Service
|
Summary: Automate maintenance of packages in a Build Service
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Tools/Version Control
|
Group: Development/Tools/Version Control
|
||||||
Url: https://github.com/roman-neuhauser/bs-update
|
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
|
Source1: PKGBUILD
|
||||||
BuildRequires: coreutils
|
BuildRequires: coreutils
|
||||||
BuildRequires: filesystem
|
BuildRequires: filesystem
|
||||||
@ -48,7 +48,7 @@ up-to-date with respect to their upstream sources.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make %{?_smp_mflags} PREFIX=%{_prefix}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make %{?_smp_mflags} check PREFIX=%{_prefix}
|
make %{?_smp_mflags} check PREFIX=%{_prefix}
|
||||||
@ -59,6 +59,6 @@ make install DESTDIR=%{buildroot} PREFIX=%{_prefix}
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/bs-update
|
%{_bindir}/bs-update
|
||||||
%{_mandir}/man1/bs-update.1.*
|
%{_mandir}/man1/bs-update.1%{ext_man}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c693705430bc6f38f3622c371a62aded2873956a4317d2bf186ea9057dae8772
|
|
||||||
size 30396
|
|
Loading…
x
Reference in New Issue
Block a user