]> git.pld-linux.org Git - packages/perl-Image-Xbm.git/commitdiff
- new specs; needed for bins package perl-Image-Xbm-1_08-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-Xbm.spec -> 1.1

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

diff --git a/perl-Image-Xbm.spec b/perl-Image-Xbm.spec
new file mode 100644 (file)
index 0000000..2a71df0
--- /dev/null
@@ -0,0 +1,39 @@
+%include       /usr/lib/rpm/macros.perl
+%define        pdir    Image
+%define        pnam    Xbm
+Summary:       Image-Xbm perl module
+Summary(pl):   Modu³ perla Image-Xbm
+Name:          perl-Image-Xbm
+Version:       1.08
+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
+Image::Xbm - Load, create, manipulate and save xbm image files.
+
+%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.062234 seconds and 4 git commands to generate.