2024-07-19 20:03:55 +00:00
committed by Git OBS Bridge
parent 11d457fd9e
commit 9ad5580f6d

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Cache-FastMemoryCache # spec file for package perl-Cache-FastMemoryCache
# #
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2024 SUSE LLC
# #
# 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
@@ -12,27 +12,30 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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/
# #
Name: perl-Cache-FastMemoryCache
Version: 0.01
Release: 1
License: CHECK(GPL+ or Artistic)
%define cpan_name Cache-FastMemoryCache %define cpan_name Cache-FastMemoryCache
Summary: In-memory cache of arbitrary data. Name: perl-Cache-FastMemoryCache
Url: http://search.cpan.org/dist/Cache-FastMemoryCache/ Version: 0.10.0
Group: Development/Libraries/Perl Release: 0
#Source: http://www.cpan.org/authors/id/M/MI/MILLAWAY/Cache-FastMemoryCache-%{version}.tar.gz # 0.01 -> normalize -> 0.10.0
Source: %{cpan_name}-%{version}.tar.gz %define cpan_version 0.01
BuildRequires: perl(Cache::Cache) License: CHECK(Artistic-1.0 or GPL-1.0-or-later)
BuildRequires: perl(Cache::MemoryCache) Summary: In-memory cache of arbitrary data
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/M/MI/MILLAWAY/%{cpan_name}-%{cpan_version}.tar.gz
BuildArch: noarch
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl(Cache::Cache)
BuildArch: noarch BuildRequires: perl(Cache::MemoryCache)
Requires: perl(Cache::Cache)
Requires: perl(Cache::MemoryCache)
Provides: perl(Cache::FastMemoryBackend)
Provides: perl(Cache::FastMemoryCache) = %{version}
%undefine __perllib_provides
%{perl_requires} %{perl_requires}
%description %description
@@ -43,25 +46,21 @@ fastest of all the Cache::* types because it does not perform deep copying
of data. of data.
%prep %prep
%setup -q -n %{cpan_name}-%{version} %autosetup -n %{cpan_name}-%{cpan_version}
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags} %make_build
%check %check
%{__make} test make test
%install %install
%perl_make_install %perl_make_install
%perl_process_packlist %perl_process_packlist
%perl_gen_filelist %perl_gen_filelist
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.files %files -f %{name}.files
%defattr(644,root,root,755)
%doc Changes README %doc Changes README
%changelog %changelog