8
0

Compare commits

...

12 Commits

Author SHA256 Message Date
5e0dd77006 Accepting request 765862 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/765862
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Net-Ident?expand=0&rev=17
2020-01-23 15:10:06 +00:00
acb81ef161 Accepting request 765781 from devel:languages:perl:autoupdate
- updated to 1.25
   see /usr/share/doc/packages/perl-Net-Ident/Changes
  1.25 
      - 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

OBS-URL: https://build.opensuse.org/request/show/765781
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Net-Ident?expand=0&rev=20
2020-01-20 14:30:26 +00:00
32fe1b7d83 Accepting request 296668 from devel:languages:perl
1

OBS-URL: https://build.opensuse.org/request/show/296668
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Net-Ident?expand=0&rev=16
2015-04-21 23:08:06 +00:00
Stephan Kulow
b676670044 Accepting request 296372 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/296372
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Net-Ident?expand=0&rev=18
2015-04-15 04:52:57 +00:00
Stephan Kulow
66da2e8960 Accepting request 161448 from devel:languages:perl
fails to build on openSUSE >= 12.2, because perl-macros is deprecated there. Change documented. (forwarded request 161436 from rusjako)

OBS-URL: https://build.opensuse.org/request/show/161448
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Net-Ident?expand=0&rev=13
2013-04-02 10:36:51 +00:00
c923f88404 Accepting request 161436 from home:rusjako
fails to build on openSUSE >= 12.2, because perl-macros is deprecated there. Change documented.

OBS-URL: https://build.opensuse.org/request/show/161436
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Net-Ident?expand=0&rev=16
2013-03-27 15:19:44 +00:00
Stephan Kulow
d83c5cde58 replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Net-Ident?expand=0&rev=10
2011-12-06 17:45:10 +00:00
Stephan Kulow
78a39054b6 Accepting request 92201 from devel:languages:perl
update

OBS-URL: https://build.opensuse.org/request/show/92201
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Net-Ident?expand=0&rev=9
2011-11-21 11:43:39 +00:00
Stephan Kulow
67210df6d6 use original .tar.gz
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Net-Ident?expand=0&rev=13
2011-11-18 11:35:11 +00:00
Stephan Kulow
e82028537f use gz
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Net-Ident?expand=0&rev=12
2011-11-17 15:42:08 +00:00
Lars Vogdt
662f9be4cc Autobuild autoformatter for 54604
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Net-Ident?expand=0&rev=6
2010-12-05 21:07:56 +00:00
Lars Vogdt
be69c90946 Accepting request 54604 from devel:languages:perl
Accepted submit request 54604 from user coolo

OBS-URL: https://build.opensuse.org/request/show/54604
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Net-Ident?expand=0&rev=5
2010-12-05 21:07:48 +00:00
6 changed files with 83 additions and 51 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:448deee51d0b81523a16231fde07a3775924613cc7d817dfdd90afe2204bb258
size 23506

View File

@@ -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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2e5bd58b01c2a66e8049a2f8d9c93e1b5f6dce53e0ee3a481ce6a6f411f2c8f8
size 31423

28
cpanspec.yml Normal file
View 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

View File

@@ -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

View File

@@ -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