]> git.pld-linux.org Git - packages/perl-Digest-BubbleBabble.git/blob - perl-Digest-BubbleBabble.spec
- converted to UTF-8
[packages/perl-Digest-BubbleBabble.git] / perl-Digest-BubbleBabble.spec
1 %include        /usr/lib/rpm/macros.perl
2 %define         pdir    Digest
3 %define         pnam    BubbleBabble
4 Summary:        Digest::BubbleBabble - create bubble-babble fingerprints
5 Summary(pl.UTF-8):   Digest::BubbleBabble - tworzenie odcisków palców "bubble-babble"
6 Name:           perl-Digest-BubbleBabble
7 Version:        0.01
8 Release:        3
9 # same as perl
10 License:        GPL v1+ or Artistic
11 Group:          Development/Languages/Perl
12 Source0:        http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
13 # Source0-md5:  0e8ef3de82ae909cfaeddf8269140c17
14 BuildRequires:  perl-devel >= 1:5.8.0
15 BuildRequires:  rpm-perlprov >= 4.1-13
16 BuildArch:      noarch
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Digest::BubbleBabble pPerl module takes a message digest (generated by
21 either of the MD5 or SHA-1 message digest algorithms) and creates a
22 fingerprint of that digest in "bubble babble" format.  Bubble babble
23 is a method of representing a message digest as a string of "real"
24 words, to make the fingerprint easier to remember.  The "words" are
25 not necessarily real words, but they look more like words than a
26 string of hex characters.
27
28 %description -l pl.UTF-8
29 Moduł Perla Digest::BubbleBabble przyjmuje skrót wiadomości
30 (wygenerowany algorytmem skrótu MD5 lub SHA-1) i tworzy odcisk palca
31 tego skrótu w formacie "bubble babble". Format ten to sposób
32 reprezentowania skrótu wiadomości jako ciągu "prawdziwych" słów, aby
33 uczynić odcisk łatwiejszym do zapamiętania. "Słowa" niekoniecznie są
34 prawdziwymi słowami, ale wyglądają jak słowa bardziej niż ciąg cyfr
35 szesnastkowych.
36
37 %prep
38 %setup -q -n %{pdir}-%{pnam}-%{version}
39
40 %build
41 %{__perl} Makefile.PL \
42         INSTALLDIRS=vendor
43 %{__make}
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47
48 %{__make} install \
49         DESTDIR=$RPM_BUILD_ROOT
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files
55 %defattr(644,root,root,755)
56 %doc Changes
57 %{perl_vendorlib}/Digest/BubbleBabble.pm
58 %{_mandir}/man3/*
This page took 0.042187 seconds and 4 git commands to generate.