source: projects/specs/branches/6/p/perl-ExtUtils-Depends/perl-ExtUtils-Depends-vl.spec @ 3167

Revision 3167, 2.4 KB checked in by iwaim, 13 years ago (diff)

perl-ExtUtils?-Depends-0.304-1

Line 
1Summary:        Easily build XS extensions that depend on XS extensions
2Name:           perl-ExtUtils-Depends
3Version:        0.304
4Release:        1%{?_dist_release}
5
6License:        GPL+ or Artistic
7Group:          Development/Libraries
8URL:            http://search.cpan.org/dist/ExtUtils-Depends/
9Source0:        http://www.cpan.org/authors/id/T/TS/TSCH/ExtUtils-Depends-%{version}.tar.gz
10BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
11BuildArch:      noarch
12BuildRequires:  perl(ExtUtils::MakeMaker)
13BuildRequires:  perl(Test::More)
14Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
15
16Vendor: Project Vine
17Distribution: Vine Linux
18
19%description
20This module tries to make it easy to build Perl extensions that use
21functions and typemaps provided by other perl extensions. This means that a
22perl extension is treated like a shared library that provides also a C and
23an XS interface besides the perl one.
24
25%prep
26%setup -q -n ExtUtils-Depends-%{version}
27
28%build
29%{__perl} Makefile.PL INSTALLDIRS=vendor
30make %{?_smp_mflags}
31
32%install
33rm -rf $RPM_BUILD_ROOT
34
35make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
36
37find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
38find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
39
40%{_fixperms} $RPM_BUILD_ROOT/*
41
42%check
43make test
44
45%clean
46rm -rf $RPM_BUILD_ROOT
47
48%files
49%defattr(-,root,root,-)
50%doc Changes README
51%{perl_vendorlib}/*
52%{_mandir}/man3/*
53
54%changelog
55* Mon Mar 28 2011 IWAI, Masaharu <iwai@alib.jp> 0.304-1
56- new upstream release
57- add Vendor and Distribution tags
58
59* Mon Jul 07 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.300-1
60- new upstream release
61- build on perl-5.10
62
63* Wed Aug 22 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.205-5vl1
64- Initial build for Vine
65
66* Fri Sep  8 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.205-5
67- Rebuild for FC6.
68
69* Wed Feb 15 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.205-4
70- Rebuild for FC5 (perl 5.8.8).
71
72* Thu Dec 29 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.205-3
73- Dist tag.
74
75* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.205-2
76- rebuilt
77
78* Tue Feb 15 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.205-1
79- Update to 0.205.
80
81* Sun Oct  3 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.204-0.fdr.1
82- Update to 0.204.
83
84* Sun Jul 18 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.202-0.fdr.1
85- First build.
Note: See TracBrowser for help on using the repository browser.