rpms/perl-XML-RegExp/devel perl-XML-RegExp.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ville Skytta (scop) fedora-extras-commits at redhat.com
Thu Nov 3 15:17:47 UTC 2005


Author: scop

Update of /cvs/extras/rpms/perl-XML-RegExp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18385/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-XML-RegExp.spec 
Log Message:
auto-import perl-XML-RegExp-0.03-0.1 on branch devel from perl-XML-RegExp-0.03-0.1.src.rpm
Initial import (#172330).


--- NEW FILE perl-XML-RegExp.spec ---
Name:           perl-XML-RegExp
Version:        0.03
Release:        0.1
Summary:        Regular expressions for XML tokens

Group:          Development/Libraries
License:        GPL or Artistic
URL:            http://search.cpan.org/dist/XML-RegExp/
Source0:        http://www.cpan.org/authors/id/T/TJ/TJMATHER/XML-RegExp-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  perl
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This package contains an utility module containing regular expressions
for the following XML tokens: BaseChar, Ideographic, Letter, Digit,
Extender, CombiningChar, NameChar, EntityRef, CharRef, Reference,
Name, NmToken, and AttValue.


%prep
%setup -q -n XML-RegExp-%{version}


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


%install
rm -rf $RPM_BUILD_ROOT
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*


%check
make test


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/XML/
%{_mandir}/man3/XML::RegExp.3*


%changelog
* Thu Oct 27 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.03-0.1
- First build (#128879).


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-XML-RegExp/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	3 Nov 2005 15:17:05 -0000	1.1
+++ .cvsignore	3 Nov 2005 15:17:45 -0000	1.2
@@ -0,0 +1 @@
+XML-RegExp-0.03.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-XML-RegExp/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	3 Nov 2005 15:17:05 -0000	1.1
+++ sources	3 Nov 2005 15:17:45 -0000	1.2
@@ -0,0 +1 @@
+5826b24e0d05714e25c2bb04e1f1c09b  XML-RegExp-0.03.tar.gz




More information about the fedora-extras-commits mailing list