forked from pool/perl-Term-ReadPassword
Compare commits
10 Commits
d12906e4bc
...
fdab8dc079
Author | SHA256 | Date | |
---|---|---|---|
|
fdab8dc079 | ||
|
2bb233fd59 | ||
|
3e324e1688 | ||
|
7950c40401 | ||
|
1c86ee991f | ||
0415bc0209 | |||
c025461572 | |||
|
02fb56ed2c | ||
|
58f06b5e9e | ||
|
a543a9bada |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c76f673acb0ea8f3b52a43d5c749096b809b03f0c0a9e656456be2916a6f291e
|
||||
size 6992
|
3
Term-ReadPassword-0.11.tar.gz
Normal file
3
Term-ReadPassword-0.11.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e1a866345b35f9ffef7d0037e13d6d4cb280310089f98c20713880bc70fb4323
|
||||
size 7056
|
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 18 11:09:06 UTC 2011 - coolo@suse.com
|
||||
|
||||
- use original .tar.gz
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 1 13:35:30 UTC 2010 - coolo@novell.com
|
||||
|
||||
- switch to perl_requires macro
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 29 18:31:10 UTC 2010 - coolo@novell.com
|
||||
|
||||
- remove /var/adm/perl-modules
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 19 08:39:08 UTC 2010 - coolo@novell.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Term-ReadPassword (Version 0.11)
|
||||
# spec file for package perl-Term-ReadPassword
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -20,16 +20,17 @@
|
||||
|
||||
Name: perl-Term-ReadPassword
|
||||
Version: 0.11
|
||||
Release: 51
|
||||
Requires: perl = %{perl_version}
|
||||
Release: 52
|
||||
AutoReqProv: on
|
||||
Group: Development/Libraries/Perl
|
||||
License: Artistic
|
||||
License: Artistic-1.0
|
||||
Url: http://cpan.org/modules/by-module/Term/
|
||||
Summary: Term::ReadPassword - Asking the user for a password
|
||||
Source: Term-ReadPassword-%{version}.tar.bz2
|
||||
Source: Term-ReadPassword-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%{perl_requires}
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
|
||||
%description
|
||||
This module lets you ask the user for a password in the traditional
|
||||
@@ -71,6 +72,5 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{perl_vendorlib}/Term/*
|
||||
%dir %{perl_vendorarch}/auto/Term
|
||||
%{perl_vendorarch}/auto/Term/ReadPassword
|
||||
/var/adm/perl-modules/%{name}
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user