perl-Gnome2-vl.spec 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. Name: perl-Gnome2
  2. Version: 1.042
  3. Release: 1%{?_dist_release}
  4. Summary: Perl interface to the 2.x series of the GNOME libraries
  5. License: LGPLv2
  6. Group: Development/Libraries
  7. URL: http://search.cpan.org/dist/Gnome2/
  8. Source0: http://www.cpan.org/authors/id/T/TS/TSCH/Gnome2-%{version}.tar.gz
  9. Patch0: perl-Gnome2-test-fix.patch
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
  11. BuildRequires: perl(ExtUtils::Depends) >= 0.20
  12. BuildRequires: perl(ExtUtils::MakeMaker)
  13. BuildRequires: perl(ExtUtils::PkgConfig) >= 1.03
  14. BuildRequires: perl(Glib) >= 1.04
  15. BuildRequires: perl(Glib::MakeHelper)
  16. BuildRequires: perl(Gnome2::Canvas) >= 1.00
  17. BuildRequires: perl(Gnome2::VFS) >= 1.00
  18. BuildRequires: perl(Gtk2) >= 1.00
  19. BuildRequires: libgnomeui-devel
  20. Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
  21. %description
  22. The Gnome2 module allows a perl developer to use the Gnome libraries. Find out
  23. more about Gnome+ at http://www.gnome.org.
  24. %prep
  25. %setup -q -n Gnome2-%{version}
  26. %patch0 -p1 -b .test-fix
  27. %build
  28. %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
  29. %{__make} %{?_smp_mflags}
  30. %install
  31. %{__rm} -rf $RPM_BUILD_ROOT
  32. %{__make} pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
  33. find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
  34. find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
  35. find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
  36. %{_fixperms} $RPM_BUILD_ROOT/*
  37. %check
  38. %{__make} test
  39. %clean
  40. %{__rm} -rf $RPM_BUILD_ROOT
  41. %files
  42. %defattr(-,root,root,-)
  43. %doc AUTHORS ChangeLog doctypes gnome.typemap LICENSE maps NEWS README TODO
  44. %{perl_vendorarch}/auto/*
  45. %{perl_vendorarch}/Gnome2*
  46. %{_mandir}/man3/*
  47. %changelog
  48. * Thu Nov 05 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 1.042-1
  49. - initial build for Vine Linux based on fedora development
  50. - add patch0: fix icon name in t/GnomeIconTheme.t
  51. * Thu Jul 30 2009 Ralf Cors辿pius <corsepiu@fedoraproject.org> - 1.042-4
  52. - Fix mass rebuild breakdown: Add BR: perl(Glib::MakeHelper).
  53. * Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.042-3
  54. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  55. * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.042-2
  56. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  57. * Thu Feb 19 2009 Allisson Azevedo <allisson@gmail.com> 1.042-1
  58. - Initial rpm release.