]> git.pld-linux.org Git - packages/perl-Text-DeDuper.git/commitdiff
use generic url
authorElan Ruusamäe <glen@delfi.ee>
Sun, 30 Nov 2014 14:33:42 +0000 (16:33 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 30 Nov 2014 14:33:42 +0000 (16:33 +0200)
perl-Text-DeDuper.spec

index 386745dd706a5bc59563c96f01c4a067f8013b8b..b260dc0a2c04ab45f049e06392e1be01683b6b7a 100644 (file)
@@ -1,12 +1,11 @@
 #
 # Conditional build:
 %bcond_without tests           # do not perform "make test"
-#
-%include       /usr/lib/rpm/macros.perl
+
 %define        pdir    Text
 %define        pnam    DeDuper
+%include       /usr/lib/rpm/macros.perl
 Summary:       Text::DeDuper - near duplicates detection module
-#Summary(pl.UTF-8):    
 Name:          perl-Text-DeDuper
 Version:       1.01
 Release:       1
@@ -15,8 +14,7 @@ License:      GPL v1+ or Artistic
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/Text/%{pdir}-%{pnam}-%{version}.tar.gz
 # Source0-md5: bb1adbc25100db21acd2ccbc9c7c7328
-# generic URL, check or change before uncommenting
-#URL:          http://search.cpan.org/dist/Text-DeDuper/
+URL:           http://search.cpan.org/dist/Text-DeDuper/
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
 %if %{with tests}
@@ -27,18 +25,15 @@ BuildArch:  noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-This module uses the resemblance measure as proposed by Andrei Z. Broder at al
-(http://www.ra.ethz.ch/CDstore/www6/Technical/Paper205/Paper205.html) to detect
-similar (near-duplicate) documents based on their text.
-
-Note of caution: The module only works correctly with languages where texts can
-be tokenised to words by detecting alphabetical characters sequences. Therefore
-it might not provide very good results for e.g. Chinese.
-
-
-
-# %description -l pl.UTF-8
-# TODO
+This module uses the resemblance measure as proposed by Andrei Z.
+Broder at al
+(http://www.ra.ethz.ch/CDstore/www6/Technical/Paper205/Paper205.html)
+to detect similar (near-duplicate) documents based on their text.
+
+Note of caution: The module only works correctly with languages where
+texts can be tokenised to words by detecting alphabetical characters
+sequences. Therefore it might not provide very good results for e.g.
+Chinese.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
This page took 0.063964 seconds and 4 git commands to generate.