forked from pool/perl-NetxAP
Compare commits
11 Commits
1239b2527c
...
leap-16.0
Author | SHA256 | Date | |
---|---|---|---|
d3af8fbe5a | |||
23f666b3d9 | |||
|
e08216f40d | ||
|
1999513e41 | ||
|
ea8936363b | ||
|
7a58668b7a | ||
|
d7a7d22eaf | ||
|
79ef3ac0f4 | ||
|
b8aa5f1d85 | ||
|
cdae0de889 | ||
|
e36c395ec8 |
@@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 4 13:53:15 UTC 2024 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- Use %autosetup macro. Allows to eliminate the usage of deprecated
|
||||||
|
%patchN
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 15 10:46:34 UTC 2013 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Cleanup spec file
|
||||||
|
- Add Source URL, see https://en.opensuse.org/SourceUrls
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 2 13:41:19 UTC 2011 - vcizek@novell.com
|
||||||
|
|
||||||
|
- bzipped source tarball
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 1 13:34:15 UTC 2010 - coolo@novell.com
|
Wed Dec 1 13:34:15 UTC 2010 - coolo@novell.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-NetxAP (Version 0.02)
|
# spec file for package perl-NetxAP
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -15,49 +15,38 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: perl-NetxAP
|
Name: perl-NetxAP
|
||||||
License: Artistic
|
|
||||||
Group: Development/Libraries/Perl
|
|
||||||
Provides: p_netxap
|
|
||||||
Obsoletes: p_netxap
|
|
||||||
Requires: perl-Digest-HMAC
|
|
||||||
AutoReqProv: on
|
|
||||||
Summary: Interface to the protocol family IMAP, IMSP, ACAP, and ICAP
|
|
||||||
Version: 0.02
|
Version: 0.02
|
||||||
Release: 702
|
Release: 0
|
||||||
Source: NetxAP-%{version}.tar.gz
|
Summary: Interface to the protocol family IMAP, IMSP, ACAP, and ICAP
|
||||||
Patch: NetxAP-%{version}.dif
|
License: Artistic-1.0
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
Group: Development/Libraries/Perl
|
||||||
%{perl_requires}
|
Url: http://search.cpan.org/~kjohnson/NetxAP-0.02/
|
||||||
|
Source: http://search.cpan.org/CPAN/authors/id/K/KJ/KJOHNSON/NetxAP-%{version}.tar.gz
|
||||||
|
Patch0: NetxAP-%{version}.dif
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
|
Requires: perl-Digest-HMAC
|
||||||
|
%define cpan_name NetxAP
|
||||||
|
Provides: p_netxap
|
||||||
|
Obsoletes: p_netxap
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This module provides an interface to the protocol family represented by
|
This module provides an interface to the protocol family represented by
|
||||||
IMAP, IMSP, ACAP, and ICAP. A usable IMAP module is also provide.
|
IMAP, IMSP, ACAP, and ICAP. A usable IMAP module is also provide.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Kevin Johnson <kjj@pobox.com>
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n NetxAP-%{version}
|
%autosetup -p0 -n %{cpan_name}-%{version}
|
||||||
%patch
|
|
||||||
# ---------------------------------------------------------------------------
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL
|
perl Makefile.PL
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
# ---------------------------------------------------------------------------
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT;
|
make DESTDIR=%{buildroot} install_vendor
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
|
||||||
%perl_process_packlist
|
%perl_process_packlist
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
Reference in New Issue
Block a user