Author: radek Date: Thu May 24 03:28:52 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - proper License (is it so hard to check README?) - BRs, package files, empty *.bs, tests off (require dictionaries?)
---- Files affected: SPECS: perl-Gtk2-Spell.spec (1.3 -> 1.4) ---- Diffs: ================================================================ Index: SPECS/perl-Gtk2-Spell.spec diff -u SPECS/perl-Gtk2-Spell.spec:1.3 SPECS/perl-Gtk2-Spell.spec:1.4 --- SPECS/perl-Gtk2-Spell.spec:1.3 Sun May 20 18:06:23 2007 +++ SPECS/perl-Gtk2-Spell.spec Thu May 24 05:28:47 2007 @@ -1,11 +1,7 @@ # $Revision$, $Date$ # -# TODO: -# - license, links -# - translations -# - BR-s and R-s # Conditional build: -%bcond_without tests # do not perform "make test" +%bcond_with tests # perform "make test" (requires dictionaries?) # %include /usr/lib/rpm/macros.perl %define pdir Gtk2 @@ -15,7 +11,7 @@ Name: perl-Gtk2-Spell Version: 1.03 Release: 1 -License: GPL v2 +License: LGPL v2.1+ Group: Development/Languages/Perl Source0: http://www.cpan.org/modules/by-module/Gtk2/%{pdir}-%{pnam}-%{version}.tar.gz # Source0-md5: caf3b6d1e48e4c9096b2ab1ee15cbf4d @@ -23,10 +19,10 @@ BuildRequires: gtkspell-devel BuildRequires: perl-ExtUtils-Depends BuildRequires: perl-ExtUtils-PkgConfig +BuildRequires: perl-Glib +BuildRequires: perl-Gtk2 BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 -%if %{with tests} -%endif BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -61,8 +57,8 @@ %defattr(644,root,root,755) %doc AUTHORS ChangeLog README %{perl_vendorarch}/Gtk2/*.pm +%{perl_vendorarch}/Gtk2/Spell %dir %{perl_vendorarch}/auto/Gtk2/Spell -%{perl_vendorarch}/auto/Gtk2/Spell/*.bs %attr(755,root,root) %{perl_vendorarch}/auto/Gtk2/Spell/*.so %{_mandir}/man3/* @@ -72,6 +68,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2007/05/24 03:28:47 radek +- proper License (is it so hard to check README?) +- BRs, package files, empty *.bs, tests off (require dictionaries?) + Revision 1.3 2007/05/20 16:06:23 radek - "REMOVE THIS LINE IF NOT TRUE" *does* mean it. ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/perl-Gtk2-Spell.spec?r1=1.3&r2=1.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
