rpms/perl-Makefile-Parser/devel import.log, NONE, 1.1 perl-Makefile-Parser.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

sradvan sradvan at fedoraproject.org
Thu Oct 29 04:12:04 UTC 2009


Author: sradvan

Update of /cvs/pkgs/rpms/perl-Makefile-Parser/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14604/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-Makefile-Parser.spec 
Log Message:
Initial RPM



--- NEW FILE import.log ---
perl-Makefile-Parser-0_211-1_fc11:HEAD:perl-Makefile-Parser-0.211-1.fc11.src.rpm:1256789350


--- NEW FILE perl-Makefile-Parser.spec ---
Name:           perl-Makefile-Parser
Version:        0.211
Release:        1%{?dist}
Summary:        Simple parser for Makefiles
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Makefile-Parser/
Source0:        http://www.cpan.org/authors/id/A/AG/AGENT/Makefile-Parser-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl >= 1:5.6.1
BuildRequires:  perl(Class::Accessor::Fast)
BuildRequires:  perl(Class::Trigger) >= 0.13
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(File::Slurp)
BuildRequires:  perl(IPC::Run3) >= 0.036
BuildRequires:  perl(List::MoreUtils)
BuildRequires:  perl(Makefile::DOM) >= 0.003
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Text::Balanced)
Requires:       perl(Class::Accessor::Fast)
Requires:       perl(Class::Trigger) >= 0.13
Requires:       perl(File::Slurp)
Requires:       perl(List::MoreUtils)
Requires:       perl(Makefile::DOM) >= 0.003
Requires:       perl(Text::Balanced)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This is a simple parser for Makefiles. At this very early stage, the parser
only supports a limited set of features, so it may not recognize most of
the advanced features provided by certain make tools like GNU make. Its
initial purpose is to provide basic support for another module named
Makefile::GraphViz, which is aimed to render the building process specified
by a Makefile using the amazing GraphViz library. The Make module is not
satisfactory for this purpose, so I decided to build one of my own.

%prep
%setup -q -n Makefile-Parser-%{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 -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*
%{_mandir}/man1/*
%{_bindir}/makesimple
%{_bindir}/pgmake-db
%{_bindir}/plmake

%changelog
* Mon Sep 07 2009 Scott Radvan <sradvan at redhat.com> 0.211-1
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Makefile-Parser/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	29 Oct 2009 02:41:40 -0000	1.1
+++ .cvsignore	29 Oct 2009 04:12:03 -0000	1.2
@@ -0,0 +1 @@
+Makefile-Parser-0.211.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Makefile-Parser/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	29 Oct 2009 02:41:40 -0000	1.1
+++ sources	29 Oct 2009 04:12:04 -0000	1.2
@@ -0,0 +1 @@
+61498e0db530090d84e757db0824fbdc  Makefile-Parser-0.211.tar.gz




More information about the Fedora-perl-devel-list mailing list