Accepting request 446984 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/446984
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-FormatText-WithLinks-AndTables?expand=0&rev=3
This commit is contained in:
Stephan Kulow
2017-01-03 08:23:15 +00:00
committed by Git OBS Bridge
parent 6d99bc53f4
commit 0cc736715e
4 changed files with 22 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-HTML-FormatText-WithLinks-AndTables
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX 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-HTML-FormatText-WithLinks-AndTables
Version: 0.06
Version: 0.07
Release: 0
%define cpan_name HTML-FormatText-WithLinks-AndTables
Summary: Converts HTML to Text with tables intact
@@ -52,7 +52,7 @@ using <BR/> tags.
%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -68,6 +68,6 @@ find . -type f -print0 | xargs -0 chmod 644
%files -f %{name}.files
%defattr(-,root,root,755)
%doc 10003.txt Changes d LICENSE weirdo.txt weirdo.txt2 wtf.txt
%doc Changes LICENSE
%changelog