perl-Gnome2-VFS-vl.spec 3.1 KB

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