Accepting request 398456 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/398456 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-Crontab?expand=0&rev=17
This commit is contained in:
committed by
Git OBS Bridge
parent
ea2303742c
commit
61f760aa6f
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 28 09:36:36 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 1.41
|
||||
see /usr/share/doc/packages/perl-Config-Crontab/Changes
|
||||
|
||||
Release 1.41
|
||||
----------------------------
|
||||
commit 5ab21cf7b653915d792e76935606bf24462a11fb
|
||||
Author: Scott Wiersdorf <scott@perlcode.org>
|
||||
Date: Thu May 26 19:00:26 2016 -0600
|
||||
|
||||
RT #114744
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 9 13:33:36 UTC 2014 - coolo@suse.com
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Config-Crontab
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products 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,14 +17,15 @@
|
||||
|
||||
|
||||
Name: perl-Config-Crontab
|
||||
Version: 1.40
|
||||
Version: 1.41
|
||||
Release: 0
|
||||
%define cpan_name Config-Crontab
|
||||
Summary: Read/Write Vixie compatible crontab(5) files
|
||||
License: GPL-1.0+ or Artistic-1.0
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Config-Crontab/
|
||||
Source: http://www.cpan.org/authors/id/S/SC/SCOTTW/%{cpan_name}-%{version}.tar.gz
|
||||
Source0: http://www.cpan.org/authors/id/S/SC/SCOTTW/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
@@ -51,7 +52,7 @@ little terminology lesson.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
find . -type f -print0 | xargs -0 chmod 644
|
||||
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:25b5893f2fb78ee1da82579afa627e8527d8ca86d08204e28283c455fe7ffb03
|
||||
size 40769
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f47256336581976a5974240c35f66ef32a33ed85545cf1bb3b5f7b1b7bcb209e
|
||||
size 40838
|
||||
@@ -0,0 +1,28 @@
|
||||
---
|
||||
#description_paragraphs: 3
|
||||
#description: |-
|
||||
# override description from CPAN
|
||||
#summary: override summary from CPAN
|
||||
#no_testing: broken upstream
|
||||
#sources:
|
||||
# - source1
|
||||
# - source2
|
||||
#patches:
|
||||
# foo.patch: -p1
|
||||
# bar.patch:
|
||||
#preamble: |-
|
||||
# BuildRequires: gcc-c++
|
||||
#post_prep: |-
|
||||
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
||||
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
||||
#post_build: |-
|
||||
# rm unused.files
|
||||
#post_install: |-
|
||||
# sed on %{name}.files
|
||||
#license: SUSE-NonFree
|
||||
#skip_noarch: 1
|
||||
#custom_build: |-
|
||||
#./Build build flags=%{?_smp_mflags} --myflag
|
||||
#custom_test: |-
|
||||
#startserver && make test
|
||||
#ignore_requires: Bizarre::Module
|
||||
Reference in New Issue
Block a user