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

Revision 9185, 3.1 KB checked in by inagaki, 9 years ago (diff)

2014-12-23 Ryoichi INAGAKI <ryo1@…>

  • perl-Authen-{Krb5, Krb5-Simple}, perl-Gnome2-{Canvas, GConf, VFS, Wnck}, perl-Gtk2-RDF-Core: rebuilt
  • perl-Gnome2, perl-Gtk2-{GladeXML, ImageView?}, perl-NetPacket?: updated


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