source: projects/specs/branches/6/p/perl-Gnome2-VFS/perl-Gnome2-VFS-vl.spec @ 3699

Revision 3699, 3.0 KB checked in by kazutaka, 13 years ago (diff)

shutter の依存物を更新。

  • build with perl 5.12.3
  • add Vendor and Distribution tags
Line 
1Name:           perl-Gnome2-VFS
2Version:        1.081
3Release:        2%{?_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
22Vendor: Project Vine
23Distribution: Vine Linux
24
25%description
26This module allows you to interface with the GNOME Virtual File System
27library. It provides the means to transparently access files on all kinds of
28filesystems.
29
30
31%prep
32%setup -q -n Gnome2-VFS-%{version}
33
34
35%build
36%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
37%{__make} %{?_smp_mflags}
38
39
40%install
41%{__rm} -rf %{buildroot}
42
43%{__make} pure_install PERL_INSTALL_ROOT=%{buildroot}
44
45find %{buildroot} -type f -name .packlist -exec rm -f {} \;
46find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
47find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
48
49%{_fixperms} %{buildroot}/*
50
51
52%check
53make test
54
55
56%clean
57%{__rm} -rf %{buildroot}
58
59
60%files
61%defattr(-,root,root,-)
62%doc ChangeLog doctypes LICENSE NEWS README examples/ t/
63%{perl_vendorarch}/auto/*
64%{perl_vendorarch}/Gnome2*
65%{_mandir}/man3/*
66
67%changelog
68* Sat Apr 02 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 1.081-2
69- build with perl 5.12.3
70- add Vendor and Distribution tags
71
72* Thu Nov 05 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 1.081-1
73- initial build for Vine Linux based on fedora development
74
75* Thu Jul 30 2009 Ralf Cors辿pius <corsepiu@fedoraproject.org> - 1.081-4
76- Fix mass rebuild breakdown: Add BR: perl(Glib::MakeHelper).
77
78* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.081-3
79- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
80
81* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.081-2
82- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
83
84* Wed May 28 2008 Chris Weyl <cweyl@alumni.drew.edu> 1.081-1
85- update to 1.081
86
87* Thu Mar 06 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.080-3
88Rebuild for new perl
89
90* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.080-2
91- Autorebuild for GCC 4.3
92
93* Tue Oct 23 2007 Chris Weyl <cweyl@alumni.drew.edu> 1.080-1
94- update to 1.080
95
96* Tue Aug 21 2007 Chris Weyl <cweyl@alumni.drew.edu> 1.061-3
97- bump
98
99* Sat Dec 02 2006 Chris Weyl <cweyl@alumni.drew.edu> 1.061-2
100- bump
101
102* Wed Nov 29 2006 Chris Weyl <cweyl@alumni.drew.edu> 1.061-1
103- updated to 1.061
104
105* Sun Aug 13 2006 Chris Weyl <cweyl@alumni.drew.edu> 1.060-1
106- Specfile autogenerated by cpanspec 1.68.
107- Initial spec file for F-E
Note: See TracBrowser for help on using the repository browser.