summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Bogusz2016-01-09 16:47:00 (GMT)
committerJakub Bogusz2016-01-09 16:47:00 (GMT)
commite3644041408fe331017709d564e0a38030cb7190 (patch)
treee4503fedca0b38bfa002213cecd2671ffe0868ae
parenta2a2400666e4ebf530e51c0085df216aacbe5b89 (diff)
downloadperl-Text-Autoformat-auto/th/perl-Text-Autoformat-1.740000-1.zip
perl-Text-Autoformat-auto/th/perl-Text-Autoformat-1.740000-1.tar.gz
- updated to 1.74 (as 1.740000 to avoid epoch bumps)auto/th/perl-Text-Autoformat-1.740000-1
-rw-r--r--perl-Text-Autoformat.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/perl-Text-Autoformat.spec b/perl-Text-Autoformat.spec
index 235dcc9..7ca1685 100644
--- a/perl-Text-Autoformat.spec
+++ b/perl-Text-Autoformat.spec
@@ -8,12 +8,14 @@
Summary: Text::Autoformat - automatic text wrapping and reformatting
Summary(pl.UTF-8): Text::Autoformat - automatyczne zawijanie i reformatowanie tekstu
Name: perl-Text-Autoformat
-Version: 1.669006
+# add "0000" to version because there were six-digit versions in 1.6xxxxx times
+%define ver 1.74
+Version: %{ver}0000
Release: 1
License: Artistic
Group: Development/Languages/Perl
-Source0: http://www.cpan.org/modules/by-module/Text/DCONWAY/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 24fd91e41790cdd7a800922a76845b2c
+Source0: http://www.cpan.org/modules/by-module/Text/%{pdir}-%{pnam}-%{ver}.tar.gz
+# Source0-md5: 2c147571940dddec4974ca8cd5ddc57f
URL: http://search.cpan.org/dist/Text-Autoformat/
BuildRequires: perl-Text-Reform >= 1.11
BuildRequires: perl-devel >= 1:5.8.0
@@ -41,7 +43,7 @@ i między akapitami, justować tekst i stosować różne schematy wielkości
liter.
%prep
-%setup -q -n %{pdir}-%{pnam}-%{version}
+%setup -q -n %{pdir}-%{pnam}-%{ver}
%build
%{__perl} Makefile.PL \
@@ -63,4 +65,5 @@ rm -rf $RPM_BUILD_ROOT
%defattr(644,root,root,755)
%doc Changes
%{perl_vendorlib}/Text/Autoformat.pm
+%{perl_vendorlib}/Text/Autoformat
%{_mandir}/man3/Text::Autoformat.3pm*