source: projects/specs/branches/6/p/perl-Gnome2-GConf/perl-Gnome2-GConf-vl.spec @ 3699

Revision 3699, 3.6 KB checked in by kazutaka, 13 years ago (diff)

shutter の依存物を更新。

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