]> git.pld-linux.org Git - packages/perl-Term-Animation.git/blame - perl-Term-Animation.spec
- updated to 2.4
[packages/perl-Term-Animation.git] / perl-Term-Animation.spec
CommitLineData
84dcd955 1#
8e57fe6f
MP
2# Conditional build:
3%bcond_without tests # do perform "make test"
84dcd955 4#
8e57fe6f 5%include /usr/lib/rpm/macros.perl
7bff9a3d 6%define pdir Term
7%define pnam Animation
8e57fe6f 8Summary: Term::Animation - ASCII sprite animation framework
b8252d6b 9Summary(pl.UTF-8): Term::Animation - szkielet do animacji duszków ASCII
8e57fe6f 10Name: perl-Term-Animation
bbb0f983 11Version: 2.4
cc64b667 12Release: 1
8e57fe6f 13# same as perl
92b424ef 14License: GPL v1+ or Artistic
8e57fe6f
MP
15Group: Development/Languages/Perl
16Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
bbb0f983 17# Source0-md5: 92799819f87f38cdbccf4c215e49b4cb
fb879ef4 18BuildRequires: perl-Curses >= 1.06
84dcd955 19BuildRequires: perl-devel >= 1:5.8.0
8e57fe6f 20BuildRequires: rpm-perlprov >= 4.1-13
84dcd955 21BuildArch: noarch
8e57fe6f
MP
22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24%description
84dcd955
JB
25This module provides a framework to produce sprite animations using
26ASCII art. Each ASCII 'sprite' is given one or more frames, and placed
27into the animation as an 'animation object'. An animation object can
28have a callback routine that controls the position and frame of the
29object.
30
605f928a
JR
31%description -l pl.UTF-8
32Ten moduł dostarcza szkielet do tworzenia animacji duszków przy użyciu
33ASCII artu. Każdy "duszek" ASCII jest zadany jedną lub większą liczbą
84dcd955 34ramek i umieszczany w animacji jako "obiekt animacji". Obiekt animacji
605f928a 35może mieć wywołanie zwrotne sterujące położeniem i ramką obiektu.
8e57fe6f
MP
36
37%prep
38%setup -q -n %{pdir}-%{pnam}-%{version}
39
40%build
41%{__perl} Makefile.PL \
42 INSTALLDIRS=vendor
8e57fe6f
MP
43%{__make}
44
84dcd955 45%{?with_tests:%{__make} test}
8e57fe6f
MP
46
47%install
48rm -rf $RPM_BUILD_ROOT
84dcd955
JB
49
50%{__make} install \
51 DESTDIR=$RPM_BUILD_ROOT
8e57fe6f
MP
52
53%clean
54rm -rf $RPM_BUILD_ROOT
55
56%files
57%defattr(644,root,root,755)
84dcd955 58%doc Changes README
8e57fe6f 59%{perl_vendorlib}/Term/Animation.pm
fb879ef4 60%{perl_vendorlib}/Term/Animation
8e57fe6f 61%{_mandir}/man3/*
This page took 0.053728 seconds and 4 git commands to generate.