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

Revision 3699, 2.7 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-Wnck
2Version:        0.16
3Release:        2%{?_dist_release}
4Summary:        Perl interface to the Window Navigator Construction Kit
5License:        LGPLv2+
6Group:          Development/Libraries
7URL:            http://search.cpan.org/dist/Gnome2-Wnck/
8Source0:        http://www.cpan.org/authors/id/T/TS/TSCH/Gnome2-Wnck-%{version}.tar.gz
9BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
10BuildRequires:  perl(ExtUtils::Depends) >= 0.20
11BuildRequires:  perl(ExtUtils::MakeMaker)
12BuildRequires:  perl(ExtUtils::PkgConfig) >= 1.03
13BuildRequires:  perl(Glib) >= 1.180
14BuildRequires:  perl(Gtk2) >= 1.00
15BuildRequires:  libXres-devel
16BuildRequires:  libwnck-devel
17Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
18
19Vendor: Project Vine
20Distribution: Vine Linux
21
22%description
23This module allows a Perl developer to
24use the Window Navigator Construction
25Kit library (libwnck for short) to write
26 tasklists and pagers.
27
28%prep
29%setup -q -n Gnome2-Wnck-%{version}
30
31%build
32%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
33%{__make} %{?_smp_mflags} NOECHO=
34
35%install
36%{__rm} -rf $RPM_BUILD_ROOT
37
38%{__make} pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
39
40find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
41find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
42find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
43
44%{_fixperms} $RPM_BUILD_ROOT/*
45
46%check
47%{__make} test
48
49%clean
50%{__rm} -rf $RPM_BUILD_ROOT
51
52%files
53%defattr(-,root,root,-)
54%doc ChangeLog LICENSE maps NEWS README
55%{perl_vendorarch}/auto/*
56%{perl_vendorarch}/Gnome2*
57%{_mandir}/man3/*.3*
58
59%changelog
60* Sat Apr 02 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 0.16-2
61- build with perl 5.12.3
62- add Vendor and Distribution tags
63
64* Thu Nov 05 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.16-1
65- initial build for Vine Linux based on fedora development
66
67* Sun Jul 28 2009 Liang Suilong <liangsuilong@gmail.com> 0.16-7
68- Change BuildRequires from perl(Glib::MakeHelper) to perl(Glib)
69- Add BR: perl-Glib-devel
70
71* Sun Jul 27 2009 Liang Suilong <liangsuilong@gmail.com> 0.16-6
72- Change BuildRequires from perl(Glib) to perl(Glib::MakeHelper)
73
74* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.16-5
75- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
76
77* Sun May 10 2009 Liang Suilong <liangsuilong@gmail.com> 0.16-4
78- Modify BuildRequires and correct the %%files.
79
80* Sun Apr 21 2009 Liang Suilong <liangsuilong@gmail.com> 0.16-3
81- Modify BuildRequires and correct the %%files.
82
83* Fri Mar 13 2009 Suilong Liang <liangsuilong@gmail.com> -0.16-1
84-  Fix the bug that the package could not be built on x86_64
85
86* Sat Jan 17 2009 Suilong Liang <liangsuilong@gmail.com> -svn20090118-1
87- Initial Package for Fedora 10.
Note: See TracBrowser for help on using the repository browser.