From 1db7007fde559797550fd88a9bb616ccdcba5635 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppi...@redhat.com>
Date: Fri, 27 May 2016 14:12:07 +0200
Subject: 20160409 bump

---
 .gitignore                                   |  1 +
 .rpmlint                                     |  2 ++
 RDF-NS-20150725-Do-not-use-usr-bin-env.patch | 26 --------------------------
 RDF-NS-20160409-Do-not-use-usr-bin-env.patch | 26 ++++++++++++++++++++++++++
 perl-RDF-NS.spec                             | 11 +++++------
 sources                                      |  2 +-
 6 files changed, 35 insertions(+), 33 deletions(-)
 create mode 100644 .rpmlint
 delete mode 100644 RDF-NS-20150725-Do-not-use-usr-bin-env.patch
 create mode 100644 RDF-NS-20160409-Do-not-use-usr-bin-env.patch

diff --git a/.gitignore b/.gitignore
index 6dd8582..fbb3e68 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /RDF-NS-20150725.tar.gz
+/RDF-NS-20160409.tar.gz
diff --git a/.rpmlint b/.rpmlint
new file mode 100644
index 0000000..ac93ab1
--- /dev/null
+++ b/.rpmlint
@@ -0,0 +1,2 @@
+from Config import *
+addFilter("spelling-error .* http");
diff --git a/RDF-NS-20150725-Do-not-use-usr-bin-env.patch 
b/RDF-NS-20150725-Do-not-use-usr-bin-env.patch
deleted file mode 100644
index 1ed8976..0000000
--- a/RDF-NS-20150725-Do-not-use-usr-bin-env.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 19a77a005e16353b643b568c86467914421c32f1 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppi...@redhat.com>
-Date: Fri, 8 Apr 2016 15:34:06 +0200
-Subject: [PATCH] Do not use /usr/bin/env
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Signed-off-by: Petr Písař <ppi...@redhat.com>
----
- bin/rdfns | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/bin/rdfns b/bin/rdfns
-index c9af67a..34dacb1 100755
---- a/bin/rdfns
-+++ b/bin/rdfns
-@@ -1,4 +1,4 @@
--#!/usr/bin/env perl
-+#!perl
- #ABSTRACT: look up common URI namespaces and prefixes
- #PODNAME: rdfns
- 
--- 
-2.5.5
-
diff --git a/RDF-NS-20160409-Do-not-use-usr-bin-env.patch 
b/RDF-NS-20160409-Do-not-use-usr-bin-env.patch
new file mode 100644
index 0000000..fff7028
--- /dev/null
+++ b/RDF-NS-20160409-Do-not-use-usr-bin-env.patch
@@ -0,0 +1,26 @@
+From 6c147bce4ed5370a5ee171b31a6b2a3093971ced Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppi...@redhat.com>
+Date: Fri, 27 May 2016 14:07:13 +0200
+Subject: [PATCH] Do not use /usr/bin/env
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Petr Písař <ppi...@redhat.com>
+---
+ script/rdfns | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/script/rdfns b/script/rdfns
+index c9af67a..34dacb1 100755
+--- a/script/rdfns
++++ b/script/rdfns
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env perl
++#!perl
+ #ABSTRACT: look up common URI namespaces and prefixes
+ #PODNAME: rdfns
+ 
+-- 
+2.5.5
+
diff --git a/perl-RDF-NS.spec b/perl-RDF-NS.spec
index 2c4be74..95af692 100644
--- a/perl-RDF-NS.spec
+++ b/perl-RDF-NS.spec
@@ -1,5 +1,5 @@
 Name:           perl-RDF-NS
-Version:        20150725
+Version:        20160409
 Release:        1%{?dist}
 Summary:        Popular RDF name space prefixes from prefix.cc
 License:        GPL+ or Artistic
@@ -7,7 +7,7 @@ Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/RDF-NS/
 Source0:        
http://www.cpan.org/authors/id/V/VO/VOJ/RDF-NS-%{version}.tar.gz
 # Fix shell bang
-Patch0:         RDF-NS-20150725-Do-not-use-usr-bin-env.patch
+Patch0:         RDF-NS-20160409-Do-not-use-usr-bin-env.patch
 BuildArch:      noarch
 BuildRequires:  coreutils
 BuildRequires:  perl
@@ -15,7 +15,6 @@ BuildRequires:  perl-generators
 BuildRequires:  perl(Module::Build::Tiny) >= 0.039
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
-BuildRequires:  sed
 # Run-time:
 BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
@@ -46,9 +45,6 @@ includes all these prefixes as defined at specific snapshots 
in time.
 %setup -q -n RDF-NS-%{version}
 %patch0 -p1
 chmod -x lib/App/rdfns.pm
-# Fix script installation, <https://github.com/nichtich/RDF-NS/issues/18>
-mv bin script
-sed -i -e 's/^bin\//script\//' MANIFEST
 
 %build
 perl Build.PL --installdirs=vendor
@@ -70,5 +66,8 @@ perl Build.PL --installdirs=vendor
 %{_mandir}/man3/*
 
 %changelog
+* Fri May 27 2016 Petr Pisar <ppi...@redhat.com> - 20160409-1
+- 20160409 bump
+
 * Fri Apr 08 2016 Petr Pisar <ppi...@redhat.com> 20150725-1
 - Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index a8c2d02..70044fa 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8c7e907682a7b18cb6900d4fae6d3fc3  RDF-NS-20150725.tar.gz
+7d3716263403651d004636c95d86c287  RDF-NS-20160409.tar.gz
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-RDF-NS.git/commit/?h=master&id=1db7007fde559797550fd88a9bb616ccdcba5635
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Reply via email to