rpms/perl-XML-Filter-BufferText/FC-6 Makefile, NONE, 1.1 perl-XML-Filter-BufferText.spec, NONE, 1.1 sources, NONE, 1.1

Andreas Thienemann (ixs) fedora-extras-commits at redhat.com
Thu Mar 22 10:03:23 UTC 2007


Author: ixs

Update of /cvs/extras/rpms/perl-XML-Filter-BufferText/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17173/FC-6

Added Files:
	Makefile perl-XML-Filter-BufferText.spec sources 
Log Message:
auto-import perl-XML-Filter-BufferText-1.01-2 on branch FC-6 from perl-XML-Filter-BufferText-1.01-2.src.rpm


***** Error reading new file: [Errno 2] No such file or directory: 'Makefile'

--- NEW FILE perl-XML-Filter-BufferText.spec ---
Name:           perl-XML-Filter-BufferText
Version:        1.01
Release:        2%{?dist}
Summary:        Filter to put all characters() in one event
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/XML-Filter-BufferText/
Source0:        http://www.cpan.org/modules/by-module/XML/XML-Filter-BufferText-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Requires:       perl(XML::SAX::Base)
BuildRequires:  perl(XML::SAX::Base), perl(ExtUtils::MakeMaker)

%description
This is a very simple filter. One common cause of grief (and programmer
error) is that XML parsers aren't required to provide character events in
one chunk. They can, but are not forced to, and most don't. This filter
does the trivial but oft-repeated task of putting all characters into a
single event.

%prep
%setup -q -n XML-Filter-BufferText-%{version}
chmod 644 Changes README BufferText.pm

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}

find %{buildroot} -type f -name .packlist -exec rm -f {} \;
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Sat Mar 17 2007 Andreas Thienemann <andreas at bawue.net> 1.01-2
- Fixed dependencies

* Thu Mar 15 2007 Andreas Thienemann <andreas at bawue.net> 1.01-1
- Specfile autogenerated by cpanspec 1.69.1.
- Cleaned up for FE


--- NEW FILE sources ---
2992c0387632583b966ab9c965b25512  XML-Filter-BufferText-1.01.tar.gz




More information about the fedora-extras-commits mailing list