]> git.pld-linux.org Git - packages/perl-Palm.git/commitdiff
new spec, nfy
authorMaciej Pijanka <agaran@pld-linux.org>
Thu, 22 Apr 2004 09:48:28 +0000 (09:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Palm.spec -> 1.1

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

diff --git a/perl-Palm.spec b/perl-Palm.spec
new file mode 100644 (file)
index 0000000..d3e7b49
--- /dev/null
@@ -0,0 +1,48 @@
+#
+# Conditional build:
+%bcond_without tests   # do not perform "make test"
+#
+%include       /usr/lib/rpm/macros.perl
+Summary:       Set of Palm modules
+Name:          perl-Palm
+Version:       1.3.0
+Release:       1
+License:       (enter GPL/LGPL/BSD/BSD-like/Artistic/other license name here)
+Group:         Development/Languages/Perl
+Source0:       http://www.cpan.org/modules/by-module/Palm/ARENSB/p5-Palm-%{version}.tar.gz
+# Source0-md5: 67770a4c650f3880a8b1cbded0696e70
+BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: rpm-perlprov >= 4.1-13
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Set of Palm releated modules
+Palm::Address Palm::Datebook Palm::Mail Palm::Memo Palm::PDB Palm::Raw Palm::StdAppInfo Palm::ToDo
+
+%prep
+%setup -q -n p5-Palm-1.003_000
+
+%build
+%{__perl} Makefile.PL \
+       INSTALLDIRS=vendor
+
+%{__make}
+
+%{?with_tests:%{__make} test}
+
+%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 ChangeLog README
+%{perl_vendorlib}/Palm/*pm
+%{_bindir}/pdbdump
+%{_mandir}/man[13]/*
This page took 0.944906 seconds and 4 git commands to generate.