source: projects/specs/trunk/p/perl-Gnome2-GConf/perl-Gnome2-GConf-vl.spec @ 521

Revision 521, 3.4 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Name:           perl-Gnome2-GConf
2Version:        1.044
3Release:        1%{?_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
22%description
23This module allows you to use the GConf configuration system in order to
24store/retrieve the configuration of an application. The GConf system is a
25powerful configuration manager based on a user daemon that handles a set of
26key and value pairs, and notifies any changes of the value to every program
27that monitors those keys. GConf is used by GNOME 2.x.
28
29
30%prep
31%setup -q -n Gnome2-GConf-%{version}
32
33
34%build
35%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
36%{__make} %{?_smp_mflags}
37
38%{__cp} xs/* .
39
40%install
41%{__rm} -rf %{buildroot}
42
43%{__make} pure_install PERL_INSTALL_ROOT=%{buildroot}
44
45find %{buildroot} -type f -name .packlist -exec rm -f {} \;
46find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
47find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
48
49%{_fixperms} %{buildroot}/*
50
51
52%check
53%{?_with_network_tests: make test }
54
55
56%clean
57%{__rm} -rf %{buildroot}
58
59
60%files
61%defattr(-,root,root,-)
62%doc AUTHOR ChangeLog doctypes gconf.typemap maps NEWS README examples/ t/
63%{perl_vendorarch}/auto/*
64%{perl_vendorarch}/Gnome2*
65%{_mandir}/man3/*
66
67
68%changelog
69* Thu Nov 05 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 1.044-1
70- initial build for Vine Linux based on fedora development
71
72* Thu Jul 30 2009 Ralf Cors辿pius <corsepiu@fedoraproject.org> - 1.044-7
73- Fix mass rebuild breakdown: Add BR: perl(Glib::MakeHelper).
74
75* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.044-6
76- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
77
78* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.044-5
79- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
80
81* Sun Jul 13 2008 Chris Weyl <cweyl@alumni.drew.edu> 1.044-4
82- skip network tests when building in the buildsys
83
84* Thu Mar 06 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.044-3
85Rebuild for new perl
86
87* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.044-2
88- Autorebuild for GCC 4.3
89
90* Tue Oct 23 2007 Chris Weyl <cweyl@alumni.drew.edu> 1.044-1
91- update to 1.044
92- add t/ to doc
93
94* Tue Aug 21 2007 Chris Weyl <cweyl@alumni.drew.edu> 1.043-2
95- bump
96
97* Sun Oct 15 2006 Chris Weyl <cweyl@alumni.drew.edu> 1.043-1
98- update to 1.043
99
100* Mon Sep 04 2006 Chris Weyl <cweyl@alumni.drew.edu> 1.040-1
101- update to 1.040
102
103* Thu Aug 31 2006 Chris Weyl <cweyl@alumni.drew.edu> 1.032-4
104- bump for mass rebuild
105
106* Tue Aug 22 2006 Chris Weyl <cweyl@alumni.drew.edu> 1.032-3
107- bump for build & release
108
109* Fri Aug 18 2006 Chris Weyl <cweyl@alumni.drew.edu> 1.032-2
110- added missing BR
111- tweaked %build to help -debuginfo generation
112
113* Sun Aug 13 2006 Chris Weyl <cweyl@alumni.drew.edu> 1.032-1
114- Specfile autogenerated by cpanspec 1.68.
115- Initial spec file for F-E
Note: See TracBrowser for help on using the repository browser.