From 24a96365f682d557a33b40e0ada6f2a479956279 Mon Sep 17 00:00:00 2001
From: Orion Poplawski <[email protected]>
Date: Wed, 10 May 2017 15:06:38 -0600
Subject: Update to 3.28 Use %license Cleanup spec
---
.gitignore | 1 +
perl-String-Approx.spec | 19 +++++++++----------
sources | 2 +-
3 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/.gitignore b/.gitignore
index 15f6417..1d340e0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
String-Approx-3.26.tar.gz
/String-Approx-3.27.tar.gz
+/String-Approx-3.28.tar.gz
diff --git a/perl-String-Approx.spec b/perl-String-Approx.spec
index dbad05c..d579d03 100644
--- a/perl-String-Approx.spec
+++ b/perl-String-Approx.spec
@@ -1,12 +1,11 @@
Name: perl-String-Approx
-Version: 3.27
-Release: 11%{?dist}
+Version: 3.28
+Release: 1%{?dist}
Summary: Perl extension for approximate matching (fuzzy matching)
License: LGPLv2+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/String-Approx/
Source0:
http://www.cpan.org/authors/id/J/JH/JHI/String-Approx-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: perl-devel
BuildRequires: perl-generators
BuildRequires: perl(Test::More)
@@ -30,8 +29,6 @@ make %{?_smp_mflags}
%install
-rm -rf $RPM_BUILD_ROOT
-
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
@@ -45,18 +42,20 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {}
2>/dev/null \;
make test
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
%files
-%doc Artistic ChangeLog COPYRIGHT COPYRIGHT.agrep LGPL PROBLEMS README
README.apse
+%license Artistic COPYRIGHT COPYRIGHT.agrep LGPL
+%doc ChangeLog PROBLEMS README README.apse
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/String*
%{_mandir}/man3/*
%changelog
+* Wed May 10 2017 Orion Poplawski <[email protected]> - 3.28-1
+- Update to 3.28
+- Use %%license
+- Cleanup spec
+
* Sat Feb 11 2017 Fedora Release Engineering <[email protected]> -
3.27-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
diff --git a/sources b/sources
index 2353b85..271f695 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3cade9960a9af1943d6f50b2f1a0e903 String-Approx-3.27.tar.gz
+SHA512 (String-Approx-3.28.tar.gz) =
0564de1ace09dbbbd001f7676cb55c8bd5a763525399c3da8ef44584a83f1923488e0d6eea35a937e01c9c3f7e2097d1fdf6a72e7b1c2dec119aecd9e8f856c9
--
cgit v1.1
https://src.fedoraproject.org/cgit/perl-String-Approx.git/commit/?h=master&id=24a96365f682d557a33b40e0ada6f2a479956279
_______________________________________________
perl-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]