perl-Gnome2-GConf-vl.spec 3.6 KB

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