forked from pool/dateutils
Accepting request 254661 from home:rudi_m
Update version 0.3.1, this is a bugfix release. OBS-URL: https://build.opensuse.org/request/show/254661 OBS-URL: https://build.opensuse.org/package/show/utilities/dateutils?expand=0&rev=30
This commit is contained in:
committed by
Git OBS Bridge
parent
4295afedcc
commit
417ae6ca10
@@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%define xversion 0.3.0
|
||||
%define xversion 0.3.1
|
||||
|
||||
%define have_octave 0
|
||||
%ifarch i586 x86_64
|
||||
@@ -27,15 +27,13 @@
|
||||
%endif
|
||||
|
||||
Name: dateutils
|
||||
Version: 0.3.0
|
||||
Version: 0.3.1
|
||||
Release: 0
|
||||
Summary: Nifty command line date and time utilities
|
||||
License: BSD-3-Clause
|
||||
Group: Productivity/Text/Utilities
|
||||
Url: https://github.com/hroptatyr/dateutils/
|
||||
URL: https://github.com/hroptatyr/dateutils/
|
||||
Source: https://bitbucket.org/hroptatyr/dateutils/downloads/%{name}-%{version}.tar.xz
|
||||
## source file was missing in release 0.3.0
|
||||
Source1: tzconv.m
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: xz
|
||||
%if 0%{?suse_version}
|
||||
@@ -58,7 +56,7 @@ their well-known cousins (e.g. dtest vs. test, or dgrep vs. grep).
|
||||
|
||||
%if %have_octave
|
||||
%package octave
|
||||
Summary: dateutils functions for matlab and octave
|
||||
Summary: Dateutils functions for matlab and octave
|
||||
Group: Development/Libraries/Other
|
||||
Requires: %{name} = %{version}
|
||||
Requires: octave
|
||||
@@ -69,7 +67,6 @@ Dateutils can be used from within matlab or ocatave.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{xversion}
|
||||
cp -a %{SOURCE1} contrib/
|
||||
|
||||
%build
|
||||
%configure \
|
||||
|
Reference in New Issue
Block a user