rpms/perl-Gtk2-Spell/devel perl-Gtk2-Spell.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Joshua W. Boyer (jwboyer) fedora-extras-commits at redhat.com
Mon Feb 20 13:08:11 UTC 2006


Author: jwboyer

Update of /cvs/extras/rpms/perl-Gtk2-Spell/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10034/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Gtk2-Spell.spec 
Log Message:
auto-import perl-Gtk2-Spell-1.03-4.ckw.fc4 on branch devel from perl-Gtk2-Spell-1.03-4.ckw.fc4.src.rpm


--- NEW FILE perl-Gtk2-Spell.spec ---

Name:           perl-Gtk2-Spell
Version:        1.03
Release:        4%{?dist}
Summary:        Gtk2::Spell perl module

Group:     Development/Libraries
License:   LGPL
URL:       http://search.cpan.org/dist/Gtk2-Spell/
Source0:   http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/Gtk2-Spell-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  gtk2-devel, perl(Gtk2), perl(Glib), perl(ExtUtils::Depends)
BuildRequires:  perl(ExtUtils::PkgConfig), gtkspell-devel
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Perl bindings to GtkSpell, used in concert with Gtk2::TextView. Provides
mis-spelled word highlighting in red and offers a right click pop-up menu with
suggested corrections.

%prep
%setup -q -n Gtk2-Spell-%{version}


%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
make %{?_smp_mflags}


%install
rm -rf %{buildroot}
make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
chmod -R u+w %{buildroot}/*


%check
# We do not run make test, as it requires an active X11-session.  I rather
# suspect this won't work under mock/plague :)
#make test


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc README gtkspell_simple.pl AUTHORS LICENSE ChangeLog 
%{perl_vendorarch}/auto/Gtk2/*
%{perl_vendorarch}/Gtk2/*
%{_mandir}/man3/*.3*


%changelog
* Sat Feb 18 2006 Chris Weyl <cweyl at alumni.drew.edu> 1.03-4
- fixups per #5

* Thu Feb 16 2006 Chris Weyl <cweyl at alumni.drew.edu> 1.03-1
- fixups, initial spec



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Gtk2-Spell/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	20 Feb 2006 13:07:07 -0000	1.1
+++ .cvsignore	20 Feb 2006 13:08:11 -0000	1.2
@@ -0,0 +1 @@
+Gtk2-Spell-1.03.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Gtk2-Spell/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	20 Feb 2006 13:07:07 -0000	1.1
+++ sources	20 Feb 2006 13:08:11 -0000	1.2
@@ -0,0 +1 @@
+caf3b6d1e48e4c9096b2ab1ee15cbf4d  Gtk2-Spell-1.03.tar.gz




More information about the fedora-extras-commits mailing list