- 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:
Martin Pluskal
2016-04-10 09:08:01 +00:00
committed by Git OBS Bridge
parent 05b7ae20d0
commit e59310eeda
5 changed files with 18 additions and 9 deletions

View File

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