source: projects/specs/trunk/p/perl-Gnome2-VFS/perl-Gnome2-VFS-vl.spec @ 521

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

import VineSeed package specs

Line 
1Name:           perl-Gnome2-VFS
2Version:        1.081
3Release:        1%{?_dist_release}
4Summary:        Perl interface to the 2.x series of the GNOME VFS library
5License:        LGPLv2+
6Group:          Development/Libraries
7URL:            http://search.cpan.org/dist/Gnome2-VFS/
8Source0:        http://www.cpan.org/authors/id/T/TS/TSCH/Gnome2-VFS-%{version}.tar.gz
9BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
10Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
11
12## core
13BuildRequires:  perl(ExtUtils::MakeMaker)
14BuildRequires:  perl(Test::More)
15## non-core
16BuildRequires:  perl(ExtUtils::Depends) >= 0.20
17BuildRequires:  perl(ExtUtils::PkgConfig) >= 1.03
18BuildRequires:  perl(Glib) >= 1.120
19BuildRequires:  perl(Glib::MakeHelper)
20BuildRequires:  gnome-vfs2-devel
21
22%description
23This module allows you to interface with the GNOME Virtual File System
24library. It provides the means to transparently access files on all kinds of
25filesystems.
26
27
28%prep
29%setup -q -n Gnome2-VFS-%{version}
30
31
32%build
33%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
34%{__make} %{?_smp_mflags}
35
36
37%install
38%{__rm} -rf %{buildroot}
39
40%{__make} pure_install PERL_INSTALL_ROOT=%{buildroot}
41
42find %{buildroot} -type f -name .packlist -exec rm -f {} \;
43find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
44find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
45
46%{_fixperms} %{buildroot}/*
47
48
49%check
50make test
51
52
53%clean
54%{__rm} -rf %{buildroot}
55
56
57%files
58%defattr(-,root,root,-)
59%doc ChangeLog doctypes LICENSE NEWS README examples/ t/
60%{perl_vendorarch}/auto/*
61%{perl_vendorarch}/Gnome2*
62%{_mandir}/man3/*
63
64%changelog
65* Thu Nov 05 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 1.081-1
66- initial build for Vine Linux based on fedora development
67
68* Thu Jul 30 2009 Ralf Cors辿pius <corsepiu@fedoraproject.org> - 1.081-4
69- Fix mass rebuild breakdown: Add BR: perl(Glib::MakeHelper).
70
71* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.081-3
72- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
73
74* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.081-2
75- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
76
77* Wed May 28 2008 Chris Weyl <cweyl@alumni.drew.edu> 1.081-1
78- update to 1.081
79
80* Thu Mar 06 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.080-3
81Rebuild for new perl
82
83* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.080-2
84- Autorebuild for GCC 4.3
85
86* Tue Oct 23 2007 Chris Weyl <cweyl@alumni.drew.edu> 1.080-1
87- update to 1.080
88
89* Tue Aug 21 2007 Chris Weyl <cweyl@alumni.drew.edu> 1.061-3
90- bump
91
92* Sat Dec 02 2006 Chris Weyl <cweyl@alumni.drew.edu> 1.061-2
93- bump
94
95* Wed Nov 29 2006 Chris Weyl <cweyl@alumni.drew.edu> 1.061-1
96- updated to 1.061
97
98* Sun Aug 13 2006 Chris Weyl <cweyl@alumni.drew.edu> 1.060-1
99- Specfile autogenerated by cpanspec 1.68.
100- Initial spec file for F-E
Note: See TracBrowser for help on using the repository browser.