1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- Name: perl-Gnome2-Wnck
- Version: 0.16
- Release: 1%{?_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-%(%{__id_u} -n)
- 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))
- %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
- * Thu Nov 05 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.16-1
- - initial build for Vine Linux based on fedora development
- * Sun Jul 28 2009 Liang Suilong <liangsuilong@gmail.com> 0.16-7
- - Change BuildRequires from perl(Glib::MakeHelper) to perl(Glib)
- - Add BR: perl-Glib-devel
- * Sun Jul 27 2009 Liang Suilong <liangsuilong@gmail.com> 0.16-6
- - Change BuildRequires from perl(Glib) to perl(Glib::MakeHelper)
- * Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.16-5
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
- * Sun May 10 2009 Liang Suilong <liangsuilong@gmail.com> 0.16-4
- - Modify BuildRequires and correct the %%files.
- * Sun Apr 21 2009 Liang Suilong <liangsuilong@gmail.com> 0.16-3
- - Modify BuildRequires and correct the %%files.
- * Fri Mar 13 2009 Suilong Liang <liangsuilong@gmail.com> -0.16-1
- - Fix the bug that the package could not be built on x86_64
- * Sat Jan 17 2009 Suilong Liang <liangsuilong@gmail.com> -svn20090118-1
- - Initial Package for Fedora 10.
|