rpms/perl-ExtUtils-XSpp/devel perl-ExtUtils-XSpp.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Štěpán Kasal kasal at fedoraproject.org
Sat Sep 5 12:31:57 UTC 2009


Author: kasal

Update of /cvs/extras/rpms/perl-ExtUtils-XSpp/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32337/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-ExtUtils-XSpp.spec 
Log Message:
Initial import (#518637).



--- NEW FILE perl-ExtUtils-XSpp.spec ---
Name:           perl-ExtUtils-XSpp
Version:        0.04
Release:        2%{?dist}
Summary:        C++ variant of Perl's XS language
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/ExtUtils-XSpp/
Source0:        http://www.cpan.org/authors/id/S/SM/SMUELLER/ExtUtils-XSpp-%{version}.tar.gz
BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildArch:      noarch
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Test::Base)
BuildRequires:  perl(Test::Differences)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
ExtUtils::XSpp handles the XS++ language, used to create an extension interface
between Perl and C++ code/library.

%prep
%setup -q -n ExtUtils-XSpp-%{version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%install
rm -rf $RPM_BUILD_ROOT

./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
find $RPM_BUILD_ROOT -depth -type d -empty -exec rmdir {} \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
./Build test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes README XSP.yp
%{_bindir}/xspp
%{perl_vendorlib}/ExtUtils*
%{_mandir}/man?/*

%changelog
* Tue Aug 25 2009 Stepan Kasal <skasal at redhat.com> 0.04-2
- follow suggestions from Parag's review

* Fri Aug 21 2009 Stepan Kasal <skasal at redhat.com> 0.04-1
- Specfile created from a one autogenerated by cpanspec 1.78.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-ExtUtils-XSpp/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	26 Aug 2009 22:22:46 -0000	1.1
+++ .cvsignore	5 Sep 2009 12:31:57 -0000	1.2
@@ -0,0 +1 @@
+ExtUtils-XSpp-0.04.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-ExtUtils-XSpp/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	26 Aug 2009 22:22:46 -0000	1.1
+++ sources	5 Sep 2009 12:31:57 -0000	1.2
@@ -0,0 +1 @@
+cfb4f2a2cf079fe675fdf9ea5ee61e64  ExtUtils-XSpp-0.04.tar.gz




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