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

Revision 9185, 3.6 KB checked in by inagaki, 9 years ago (diff)

2014-12-23 Ryoichi INAGAKI <ryo1@…>

  • perl-Authen-{Krb5, Krb5-Simple}, perl-Gnome2-{Canvas, GConf, VFS, Wnck}, perl-Gtk2-RDF-Core: rebuilt
  • perl-Gnome2, perl-Gtk2-{GladeXML, ImageView?}, perl-NetPacket?: updated


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