]> git.pld-linux.org Git - packages/perl-XML-Handler-YAWriter.git/commitdiff
- new specs; needed for bins package perl-XML-Handler-YAWriter-0_23-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-XML-Handler-YAWriter.spec -> 1.1

perl-XML-Handler-YAWriter.spec [new file with mode: 0644]

diff --git a/perl-XML-Handler-YAWriter.spec b/perl-XML-Handler-YAWriter.spec
new file mode 100644 (file)
index 0000000..75c2e47
--- /dev/null
@@ -0,0 +1,41 @@
+%include       /usr/lib/rpm/macros.perl
+%define        pdir    XML-Handler
+%define        pnam    YAWriter
+Summary:       XML-Handler-YAWriter perl module
+Summary(pl):   Modu³ perla XML-Handler-YAWriter
+Name:          perl-XML-Handler-YAWriter
+Version:       0.23
+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
+YAWriter implements Yet Another XML::Handler::Writer. The
+reasons for this one are that I needed a flexible escaping
+technique, and want some kind of pretty printing.
+
+%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}/XML/*
+%{_mandir}/man[3]/*
This page took 0.052441 seconds and 4 git commands to generate.