perl-Gnome2-GConf-vl.spec 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. Name: perl-Gnome2-GConf
  2. Version: 1.044
  3. Release: 1%{?_dist_release}
  4. Summary: Perl wrappers for the GConf configuration engine
  5. License: LGPLv2+
  6. Group: Development/Libraries
  7. URL: http://search.cpan.org/dist/Gnome2-GConf/
  8. Source0: http://www.cpan.org/modules/by-module/Gnome2/Gnome2-GConf-%{version}.tar.gz
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
  10. ## core
  11. BuildRequires: perl(Test::More)
  12. ## non-core
  13. BuildRequires: perl(Glib) >= 1.120, perl(Glib::MakeHelper), GConf2
  14. BuildRequires: perl(ExtUtils::Depends) >= 0.2
  15. BuildRequires: perl(ExtUtils::PkgConfig) >= 1.03
  16. BuildRequires: GConf2-devel
  17. Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
  18. %description
  19. This module allows you to use the GConf configuration system in order to
  20. store/retrieve the configuration of an application. The GConf system is a
  21. powerful configuration manager based on a user daemon that handles a set of
  22. key and value pairs, and notifies any changes of the value to every program
  23. that monitors those keys. GConf is used by GNOME 2.x.
  24. %prep
  25. %setup -q -n Gnome2-GConf-%{version}
  26. %build
  27. %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
  28. %{__make} %{?_smp_mflags}
  29. %{__cp} xs/* .
  30. %install
  31. %{__rm} -rf %{buildroot}
  32. %{__make} pure_install PERL_INSTALL_ROOT=%{buildroot}
  33. find %{buildroot} -type f -name .packlist -exec rm -f {} \;
  34. find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
  35. find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
  36. %{_fixperms} %{buildroot}/*
  37. %check
  38. %{?_with_network_tests: make test }
  39. %clean
  40. %{__rm} -rf %{buildroot}
  41. %files
  42. %defattr(-,root,root,-)
  43. %doc AUTHOR ChangeLog doctypes gconf.typemap maps NEWS README examples/ t/
  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.044-1
  49. - initial build for Vine Linux based on fedora development
  50. * Thu Jul 30 2009 Ralf Cors辿pius <corsepiu@fedoraproject.org> - 1.044-7
  51. - Fix mass rebuild breakdown: Add BR: perl(Glib::MakeHelper).
  52. * Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.044-6
  53. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  54. * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.044-5
  55. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  56. * Sun Jul 13 2008 Chris Weyl <cweyl@alumni.drew.edu> 1.044-4
  57. - skip network tests when building in the buildsys
  58. * Thu Mar 06 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.044-3
  59. Rebuild for new perl
  60. * Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.044-2
  61. - Autorebuild for GCC 4.3
  62. * Tue Oct 23 2007 Chris Weyl <cweyl@alumni.drew.edu> 1.044-1
  63. - update to 1.044
  64. - add t/ to doc
  65. * Tue Aug 21 2007 Chris Weyl <cweyl@alumni.drew.edu> 1.043-2
  66. - bump
  67. * Sun Oct 15 2006 Chris Weyl <cweyl@alumni.drew.edu> 1.043-1
  68. - update to 1.043
  69. * Mon Sep 04 2006 Chris Weyl <cweyl@alumni.drew.edu> 1.040-1
  70. - update to 1.040
  71. * Thu Aug 31 2006 Chris Weyl <cweyl@alumni.drew.edu> 1.032-4
  72. - bump for mass rebuild
  73. * Tue Aug 22 2006 Chris Weyl <cweyl@alumni.drew.edu> 1.032-3
  74. - bump for build & release
  75. * Fri Aug 18 2006 Chris Weyl <cweyl@alumni.drew.edu> 1.032-2
  76. - added missing BR
  77. - tweaked %build to help -debuginfo generation
  78. * Sun Aug 13 2006 Chris Weyl <cweyl@alumni.drew.edu> 1.032-1
  79. - Specfile autogenerated by cpanspec 1.68.
  80. - Initial spec file for F-E