- update to 1.60:
+ removed Pod::Checker and Pod::Usage from this distribution - they are now separate distros and are subjects to be refactored + fix CPAN#74271: Pod::Parser should not flag L<text|hyperlink> - add version string to binaries to avoid file conflicts with integrated perl versions OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Pod-Parser?expand=0&rev=2
This commit is contained in:
parent
b8a339b5ee
commit
174cc8777e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2078c0aea6fdcf20492d7f4c75382da6c05d354afbd726321377efbd214dc64d
|
||||
size 105250
|
3
Pod-Parser-1.60.tar.gz
Normal file
3
Pod-Parser-1.60.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:90a491f1dd51ff5aef6a237c6e4d562d14ea2535d413103b5a4d336c7d7b3924
|
||||
size 79381
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 8 11:45:09 UTC 2013 - lars@linux-schulserver.de
|
||||
|
||||
- update to 1.60:
|
||||
+ removed Pod::Checker and Pod::Usage from this distribution - they
|
||||
are now separate distros and are subjects to be refactored
|
||||
+ fix CPAN#74271: Pod::Parser should not flag L<text|hyperlink>
|
||||
- add version string to binaries to avoid file conflicts with
|
||||
integrated perl versions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 7 18:09:48 UTC 2012 - lars@linux-schulserver.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Pod-Parser
|
||||
#
|
||||
# Copyright (c) 2012 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
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-Pod-Parser
|
||||
Version: 1.51
|
||||
Version: 1.60
|
||||
Release: 0
|
||||
%define cpan_name Pod-Parser
|
||||
Summary: Base class for creating POD filters and translators
|
||||
@ -59,6 +59,12 @@ sed -i "s|
||g" ANNOUNCE CHANGES README TODO
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
pushd %{buildroot}%{_bindir} >/dev/null
|
||||
ADDVERSION=$(echo %{version} | sed -e "s@\.@_@g")
|
||||
for file in *; do
|
||||
mv $file ${file}-${ADDVERSION}
|
||||
done
|
||||
popd >/dev/null
|
||||
%perl_process_packlist
|
||||
%perl_gen_filelist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user