forked from pool/perl-Net-Ident
Compare commits
12 Commits
acc3d7e125
...
5e0dd77006
Author | SHA256 | Date | |
---|---|---|---|
5e0dd77006 | |||
acb81ef161 | |||
32fe1b7d83 | |||
|
b676670044 | ||
|
66da2e8960 | ||
c923f88404 | |||
|
d83c5cde58 | ||
|
78a39054b6 | ||
|
67210df6d6 | ||
|
e82028537f | ||
|
662f9be4cc | ||
|
be69c90946 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:448deee51d0b81523a16231fde07a3775924613cc7d817dfdd90afe2204bb258
|
||||
size 23506
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d6d4a852a46657da2a9779a6f7948e33d6525840a8a890003cdcb0b9fe351764
|
||||
size 25923
|
3
Net-Ident-1.25.tar.gz
Normal file
3
Net-Ident-1.25.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2e5bd58b01c2a66e8049a2f8d9c93e1b5f6dce53e0ee3a481ce6a6f411f2c8f8
|
||||
size 31423
|
28
cpanspec.yml
Normal file
28
cpanspec.yml
Normal file
@@ -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
|
@@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 20 03:13:49 UTC 2020 - <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.25
|
||||
see /usr/share/doc/packages/perl-Net-Ident/Changes
|
||||
|
||||
1.25 Sat Jan 18 2020
|
||||
- Enable github actions testing
|
||||
- Switch to README.md and point to testing status
|
||||
- Fix spelling typo provided by Debian project
|
||||
- Switch primary tracker to github issues
|
||||
- Remove META.yml from source control
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 14 19:27:52 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 1.24
|
||||
see /usr/share/doc/packages/perl-Net-Ident/Changes
|
||||
|
||||
1.24 Sun Dec 14 2014
|
||||
- RT 79165 - Fix for Strawberry Perl
|
||||
- Tidy code base for conformity of future patches
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 27 14:24:38 UTC 2013 - stefan.jakobs@rus.uni-stuttgart.de
|
||||
|
||||
- remove 'BuildRequires: perl-macros' from spec file, because perl
|
||||
included in openSUSE > 1210 deprecates perl-macros which causes a
|
||||
build failure.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 18 11:08:36 UTC 2011 - coolo@suse.com
|
||||
|
||||
- use original .tar.gz
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 30 19:20:35 UTC 2010 - coolo@novell.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Net-Ident (Version 1.23)
|
||||
# spec file for package perl-Net-Ident
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 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
|
||||
@@ -12,42 +12,25 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: perl-Net-Ident
|
||||
Version: 1.25
|
||||
Release: 0
|
||||
%define cpan_name Net-Ident
|
||||
Summary: Lookup the username on the remote end of a TCP/IP connection
|
||||
Version: 1.23
|
||||
Release: 2
|
||||
License: GPL+ or Artistic
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Net-Ident/
|
||||
#Source: http://www.cpan.org/modules/by-module/Net/Net-Ident-%{version}.tar.gz
|
||||
Source: %{cpan_name}-%{version}.tar.bz2
|
||||
Url: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/T/TO/TODDR/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%{perl_requires}
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Config)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(Fcntl)
|
||||
BuildRequires: perl(FileHandle)
|
||||
BuildRequires: perl(IO::Socket)
|
||||
BuildRequires: perl(Socket)
|
||||
BuildRequires: perl(vars)
|
||||
Requires: perl(Carp)
|
||||
Requires: perl(Config)
|
||||
Requires: perl(Exporter)
|
||||
Requires: perl(Fcntl)
|
||||
Requires: perl(FileHandle)
|
||||
Requires: perl(Socket)
|
||||
Requires: perl(vars)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
You can either use the simple interface, which does one ident lookup at a
|
||||
@@ -55,35 +38,24 @@ time, or use the asynchronous interface to perform (possibly) many
|
||||
simultaneous lookups, or simply continue serving other things while the
|
||||
lookup is proceeding.
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Jan-Pieter Cornet, <johnpc@xs4all.nl>
|
||||
Todd Rinaldo <toddr@cpan.org>
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
%{__make} %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
%{__make} test
|
||||
make test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
# do not perl_process_packlist (noarch)
|
||||
# remove .packlist file
|
||||
%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
|
||||
# remove perllocal.pod file
|
||||
%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib
|
||||
%perl_process_packlist
|
||||
%perl_gen_filelist
|
||||
|
||||
%clean
|
||||
%{__rm} -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,-)
|
||||
%doc Changes README
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes README.md
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user