forked from pool/perl-NetxAP
Compare commits
11 Commits
1239b2527c
...
d3af8fbe5a
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
|
||||
|
||||
|
@@ -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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -15,49 +15,38 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
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
|
||||
Release: 702
|
||||
Source: NetxAP-%{version}.tar.gz
|
||||
Patch: NetxAP-%{version}.dif
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%{perl_requires}
|
||||
Release: 0
|
||||
Summary: Interface to the protocol family IMAP, IMSP, ACAP, and ICAP
|
||||
License: Artistic-1.0
|
||||
Group: Development/Libraries/Perl
|
||||
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-macros
|
||||
Requires: perl-Digest-HMAC
|
||||
%define cpan_name NetxAP
|
||||
Provides: p_netxap
|
||||
Obsoletes: p_netxap
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
This module provides an interface to the protocol family represented by
|
||||
IMAP, IMSP, ACAP, and ICAP. A usable IMAP module is also provide.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Kevin Johnson <kjj@pobox.com>
|
||||
|
||||
%prep
|
||||
%setup -n NetxAP-%{version}
|
||||
%patch
|
||||
# ---------------------------------------------------------------------------
|
||||
%autosetup -p0 -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL
|
||||
make %{?_smp_mflags}
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
%install
|
||||
[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT;
|
||||
make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
||||
make DESTDIR=%{buildroot} install_vendor
|
||||
%perl_process_packlist
|
||||
|
||||
%files
|
||||
|
Reference in New Issue
Block a user