Update to 0.51 (#1436674)
This commit is contained in:
parent
b8b05ba1ad
commit
67b4545f54
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/po4a-0.45.tar.gz
|
||||
/po4a_0.47.orig.tar.gz
|
||||
/po4a_0.51.orig.tar.gz
|
||||
|
@ -1,11 +0,0 @@
|
||||
diff -up po4a-0.47/Build.PL.orig po4a-0.47/Build.PL
|
||||
--- po4a-0.47/Build.PL.orig 2017-06-06 10:21:49.923240842 +0200
|
||||
+++ po4a-0.47/Build.PL 2017-06-06 10:22:53.154900982 +0200
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/perl
|
||||
|
||||
-use lib q('.');
|
||||
+use lib '.';
|
||||
use Po4aBuilder;
|
||||
|
||||
my $build = Po4aBuilder->new
|
@ -6,7 +6,6 @@ License: GPL+
|
||||
URL: https://po4a.alioth.debian.org/
|
||||
|
||||
Source0: http://ftp.debian.org/debian/pool/main/p/po4a/%{name}_%{version}.orig.tar.gz
|
||||
Patch0: po4a-0.47-Fix-building-on-Perl-without-dot-in-INC.patch
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: %{_bindir}/xsltproc
|
||||
@ -90,7 +89,6 @@ tools on areas where they were not expected like documentation.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}
|
||||
%patch0 -p1
|
||||
|
||||
chmod +x scripts/*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user