source: projects/specs/trunk/p/perl-Compress-Raw-Bzip2/perl-Compress-Raw-Bzip2-vl.spec @ 521

Revision 521, 1.5 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1%define module  Compress-Raw-Bzip2
2%define name    perl-%{module}
3%define version 2.021
4%define release 1%{?_dist_release}
5
6Name:           %{name}
7Version:        %{version}
8Release:        %{release}
9Summary:        Low-Level Interface to bzip2 compression library
10License:        GPL or Artistic
11Group:          Development/Libraries
12Source0:        http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/%{module}-%{version}.tar.gz
13Url:            http://search.cpan.org/dist/%{module}/
14BuildRequires:  zlib-devel
15BuildRoot:      %{_tmppath}/%{name}-%{version}
16
17Vendor:         Project Vine
18Distribution:   Vine Linux
19
20%description
21Low-Level Interface to bzip2 compression library.
22
23%prep
24%setup -q -n %{module}-%{version}
25
26%build
27%{__perl} Makefile.PL INSTALLDIRS=vendor
28# %make
29CFLAGS="%{optflags}" %{__perl} Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}"
30%{__make}
31
32%check
33%{__make} test
34
35%clean
36rm -rf %{buildroot}
37
38%install
39rm -rf %{buildroot}
40# %makeinstall_std
41%makeinstall
42rm -f %{buildroot}%{perl_archlib}/perllocal.pod
43rm -rf %{buildroot}%{perl_vendorarch}/auto/*/*/*/.packlist
44
45%files
46%defattr(-,root,root)
47%doc README Changes
48%{_mandir}/*/*
49%{perl_vendorarch}/Compress
50%{perl_vendorarch}/auto/Compress
51
52%changelog
53* Fri Oct 30 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.021-1
54- new upstream release
55- applied new versioning policy
56
57* Sun Mar 02 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.008-0vl1
58- built for release
59
60* Sun Mar 02 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.008-0vl0.1
61- test package for VineSeed
62- new upstream release
Note: See TracBrowser for help on using the repository browser.