forked from pool/perl-Sysadm-Install
Compare commits
17 Commits
f4939ff3e4
...
d04e7759d1
Author | SHA256 | Date | |
---|---|---|---|
d04e7759d1 | |||
|
8cbed7fec0 | ||
abfb88c8bb | |||
|
00d7eccb7b | ||
c24f67bb34 | |||
|
495316cb97 | ||
a7fc95a2a4 | |||
|
fa886e5fd9 | ||
|
cc86db47f3 | ||
|
abb348b92a | ||
|
4e8b838ef9 | ||
|
fd6afcb68f | ||
|
00be650a39 | ||
|
3f220c6ff8 | ||
|
4d5bdbd205 | ||
|
f3168e0f3b | ||
|
c82c733df9 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:53238cc922b6f000504216f50003761be68a49503121894b6ed05ea5efd2d849
|
||||
size 28443
|
3
Sysadm-Install-0.48.tar.gz
Normal file
3
Sysadm-Install-0.48.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ffdf1c4291dae94650a728e251beba8e6fcd2e5c697bcde0d791b5fb9c6b8c99
|
||||
size 26844
|
23
cpanspec.yml
Normal file
23
cpanspec.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
#description_paragraphs: 3
|
||||
#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_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
|
@@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 17 07:13:14 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 0.48
|
||||
see /usr/share/doc/packages/perl-Sysadm-Install/Changes
|
||||
|
||||
0.48 (2016/11/15)
|
||||
(ms) Applied typo fix submitted by Salvatore Bonaccorso in
|
||||
[rt.cpan.org #114826]
|
||||
(ms) Reopening stderr now after password_read prompt to tty closed it.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 31 11:09:33 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 0.47
|
||||
see /usr/share/doc/packages/perl-Sysadm-Install/Changes
|
||||
|
||||
0.47 (2016/05/29)
|
||||
(ms) password_read() now writes the prompt to STDERR (instead of STDOUT), and
|
||||
optionally to /dev/tty if specified. This allows for redirecting STDOUT
|
||||
(and even STDERR) to a file without losing the password prompt.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 27 08:59:12 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 0.46
|
||||
see /usr/share/doc/packages/perl-Sysadm-Install/Changes
|
||||
|
||||
0.46 (2015/06/23)
|
||||
(ms) ask() and pick() now support getting the user's response on the
|
||||
tty, instead of stdin, so they can be used from within a pipe.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 7 09:03:23 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 0.45
|
||||
see /usr/share/doc/packages/perl-Sysadm-Install/Changes
|
||||
|
||||
0.45 (2015/05/25)
|
||||
(ms) Alexandr Ciornii fixed manifest and tests for the Windows platform
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 16 08:07:56 UTC 2014 - coolo@suse.com
|
||||
|
||||
- updated to 0.44
|
||||
(ms) replaced bin_find() implementation by File::Which
|
||||
(ms) tap() with raise_error option set now dies with stderr output,
|
||||
because $! isn't set on failed close().
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 15 06:04:10 UTC 2013 - coolo@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Sysadm-Install
|
||||
#
|
||||
# Copyright (c) 2013 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,28 +17,24 @@
|
||||
|
||||
|
||||
Name: perl-Sysadm-Install
|
||||
Version: 0.43
|
||||
Version: 0.48
|
||||
Release: 0
|
||||
%define cpan_name Sysadm-Install
|
||||
Summary: Typical installation tasks for system administrators
|
||||
License: GPL-1.0+ or Artistic-1.0
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Sysadm-Install/
|
||||
Source: http://www.cpan.org/authors/id/M/MS/MSCHILLI/%{cpan_name}-%{version}.tar.gz
|
||||
Source0: http://www.cpan.org/authors/id/M/MS/MSCHILLI/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(File::Which) >= 1.09
|
||||
BuildRequires: perl(LWP::Simple)
|
||||
BuildRequires: perl(Log::Log4perl) >= 1.28
|
||||
BuildRequires: perl(Term::ReadKey)
|
||||
#BuildRequires: perl(Archive::Tar)
|
||||
#BuildRequires: perl(Expect)
|
||||
#BuildRequires: perl(HTTP::Request)
|
||||
#BuildRequires: perl(HTTP::Status)
|
||||
#BuildRequires: perl(Log::Log4perl::Util)
|
||||
#BuildRequires: perl(LWP::UserAgent)
|
||||
#BuildRequires: perl(Sysadm::Install)
|
||||
Requires: perl(File::Which) >= 1.09
|
||||
Requires: perl(LWP::Simple)
|
||||
Requires: perl(Log::Log4perl) >= 1.28
|
||||
Requires: perl(Term::ReadKey)
|
||||
@@ -72,7 +68,7 @@ program's point of view.
|
||||
|
||||
%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
|
||||
@@ -88,6 +84,6 @@ find . -type f -print0 | xargs -0 chmod 644
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes MYMETA.json MYMETA.yml README
|
||||
%doc Changes README
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user