epel9
Petr Písař 11 years ago
parent f60336a0bf
commit 529bfc7334

1
.gitignore vendored

@ -3,3 +3,4 @@ XML-Writer-0.606.tar.gz
/XML-Writer-0.621.tar.gz /XML-Writer-0.621.tar.gz
/XML-Writer-0.623.tar.gz /XML-Writer-0.623.tar.gz
/XML-Writer-0.624.tar.gz /XML-Writer-0.624.tar.gz
/XML-Writer-0.625.tar.gz

@ -1,13 +1,11 @@
Name: perl-XML-Writer Name: perl-XML-Writer
Version: 0.624 Version: 0.625
Release: 2%{?dist} Release: 1%{?dist}
Summary: A simple Perl module for writing XML documents Summary: A simple Perl module for writing XML documents
Group: Development/Libraries Group: Development/Libraries
License: CC0 License: CC0
URL: http://search.cpan.org/dist/XML-Writer/ URL: http://search.cpan.org/dist/XML-Writer/
Source0: http://www.cpan.org/authors/id/J/JO/JOSEPHW/XML-Writer-%{version}.tar.gz Source0: http://www.cpan.org/authors/id/J/JO/JOSEPHW/XML-Writer-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: perl BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ExtUtils::MakeMaker)
@ -38,34 +36,32 @@ checking on the output, to make certain (for example) that start and
end tags match, that there is exactly one document element, and that end tags match, that there is exactly one document element, and that
there are not duplicate attribute names. there are not duplicate attribute names.
%prep %prep
%setup -q -n XML-Writer-%{version} %setup -q -n XML-Writer-%{version}
find examples -type f -exec chmod -x {} + find examples -type f -exec chmod -x {} +
%build %build
perl Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
make pure_install DESTDIR=$RPM_BUILD_ROOT make pure_install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -a \( -name .packlist \ find $RPM_BUILD_ROOT -type f -a \( -name .packlist \
-o \( -name '*.bs' -a -empty \) \) -exec rm -f {} ';' -o \( -name '*.bs' -a -empty \) \) -exec rm -f {} ';'
%check %check
make test make test
%files %files
%doc Changes README TODO LICENSE examples %doc Changes examples LICENSE README TODO
%{perl_vendorlib}/* %{perl_vendorlib}/*
%{_mandir}/man3/*.3* %{_mandir}/man3/*.3*
%changelog %changelog
* Mon Jun 09 2014 Petr Pisar <ppisar@redhat.com> - 0.625-1
- 0.625 bump
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.624-2 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.624-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

@ -1 +1 @@
ac797a3f49b837f39131240869b9d789 XML-Writer-0.624.tar.gz b9c2420c243c6a36ce45a008740fcede XML-Writer-0.625.tar.gz

Loading…
Cancel
Save