]> git.pld-linux.org Git - packages/perl-Image-Base.git/commitdiff
- new specs; needed for bins package RA-1_0 STABLE perl-Image-Base-1_07-1
authorJacek Konieczny <jajcus@pld-linux.org>
Thu, 23 May 2002 13:10:37 +0000 (13:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Image-Base.spec -> 1.1

perl-Image-Base.spec [new file with mode: 0644]

diff --git a/perl-Image-Base.spec b/perl-Image-Base.spec
new file mode 100644 (file)
index 0000000..6fcc14e
--- /dev/null
@@ -0,0 +1,42 @@
+%include       /usr/lib/rpm/macros.perl
+%define        pdir    Image
+%define        pnam    Base
+Summary:       Image-Base perl module
+Summary(pl):   Modu³ perla Image-Base
+Name:          perl-Image-Base
+Version:       1.07
+Release:       1
+License:       distributable
+Group:         Development/Languages/Perl
+Source0:       ftp://ftp.cpan.org/pub/CPAN/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
+BuildRequires: rpm-perlprov >= 3.0.3-16
+BuildRequires: perl >= 5.6
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Base class for loading, manipulating and saving images.
+
+%description -l pl
+Bazowa klasa do ³adowania, manipulowania i zapisywania obrazków.
+
+%prep
+%setup -q -n %{pdir}-%{pnam}-%{version}
+
+%build
+perl Makefile.PL
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%{perl_sitelib}/Image/*
+%{_mandir}/man[3]/*
This page took 0.094123 seconds and 4 git commands to generate.