Name: perl-Gnome2-Wnck Version: 0.16 Release: 3%{?_dist_release} Summary: Perl interface to the Window Navigator Construction Kit License: LGPLv2+ Group: Development/Libraries URL: http://search.cpan.org/dist/Gnome2-Wnck/ Source0: http://www.cpan.org/authors/id/T/TS/TSCH/Gnome2-Wnck-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: perl(ExtUtils::Depends) >= 0.20 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ExtUtils::PkgConfig) >= 1.03 BuildRequires: perl(Glib) >= 1.180 BuildRequires: perl(Gtk2) >= 1.00 BuildRequires: libXres-devel BuildRequires: libwnck-devel Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Vendor: Project Vine Distribution: Vine Linux %description This module allows a Perl developer to use the Window Navigator Construction Kit library (libwnck for short) to write tasklists and pagers. %prep %setup -q -n Gnome2-Wnck-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" %{__make} %{?_smp_mflags} NOECHO= %install %{__rm} -rf $RPM_BUILD_ROOT %{__make} pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check %{__make} test %clean %{__rm} -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc ChangeLog LICENSE maps NEWS README %{perl_vendorarch}/auto/* %{perl_vendorarch}/Gnome2* %{_mandir}/man3/*.3* %changelog * Mon Dec 22 2014 Ryoichi INAGAKI 0.16-3 - rebuilt with perl 5.16.3 * Sat Apr 02 2011 Kazutaka HARADA 0.16-2 - build with perl 5.12.3 - add Vendor and Distribution tags * Thu Nov 05 2009 Kazutaka HARADA 0.16-1 - initial build for Vine Linux based on fedora development * Sun Jul 28 2009 Liang Suilong 0.16-7 - Change BuildRequires from perl(Glib::MakeHelper) to perl(Glib) - Add BR: perl-Glib-devel * Sun Jul 27 2009 Liang Suilong 0.16-6 - Change BuildRequires from perl(Glib) to perl(Glib::MakeHelper) * Sat Jul 25 2009 Fedora Release Engineering - 0.16-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Sun May 10 2009 Liang Suilong 0.16-4 - Modify BuildRequires and correct the %%files. * Sun Apr 21 2009 Liang Suilong 0.16-3 - Modify BuildRequires and correct the %%files. * Fri Mar 13 2009 Suilong Liang -0.16-1 - Fix the bug that the package could not be built on x86_64 * Sat Jan 17 2009 Suilong Liang -svn20090118-1 - Initial Package for Fedora 10.