]> git.pld-linux.org Git - packages/perl-Digest-BubbleBabble.git/blob - perl-Digest-BubbleBabble.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/perl-Digest-BubbleBabble.git] / perl-Digest-BubbleBabble.spec
1 %define         pdir    Digest
2 %define         pnam    BubbleBabble
3 Summary:        Digest::BubbleBabble - create bubble-babble fingerprints
4 Summary(pl.UTF-8):      Digest::BubbleBabble - tworzenie odcisków palców "bubble-babble"
5 Name:           perl-Digest-BubbleBabble
6 Version:        0.02
7 Release:        1
8 # same as perl
9 License:        GPL v1+ or Artistic
10 Group:          Development/Languages/Perl
11 Source0:        http://www.cpan.org/modules/by-module/Digest/%{pdir}-%{pnam}-%{version}.tar.gz
12 # Source0-md5:  4d7edd5b0a904db8194aa660d502fbe0
13 URL:            http://search.cpan.org/dist/Digest-BubbleBabble/
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/Digest::BubbleBabble.3pm*
This page took 0.06497 seconds and 3 git commands to generate.