SPECS: perl-Tk.spec - generic URL - simple descs from Tk manpage -...

qboosh qboosh at pld-linux.org
Sat Feb 9 21:08:39 CET 2008


Author: qboosh                       Date: Sat Feb  9 20:08:39 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- generic URL
- simple descs from Tk manpage
- moved man1 pages to proper package

---- Files affected:
SPECS:
   perl-Tk.spec (1.72 -> 1.73) 

---- Diffs:

================================================================
Index: SPECS/perl-Tk.spec
diff -u SPECS/perl-Tk.spec:1.72 SPECS/perl-Tk.spec:1.73
--- SPECS/perl-Tk.spec:1.72	Sat Feb  9 20:06:07 2008
+++ SPECS/perl-Tk.spec	Sat Feb  9 21:08:34 2008
@@ -1,6 +1,4 @@
 # $Revision$, $Date$
-# TODO:
-# - better summaries / descriptions
 #
 # Conditional build:
 %bcond_with	tests	# perform "make test" (requires valid $DISPLAY)
@@ -16,10 +14,11 @@
 # same as perl (except pTk dir - BSD-like)
 License:	GPL v1+ or Artistic, parts BSD-like
 Group:		Development/Languages/Perl
-Source0:	http://www.cpan.org/modules/by-module/%{pdir}/%{pnam}-%{version}.tar.gz
+Source0:	http://www.cpan.org/modules/by-module/Tk/%{pnam}-%{version}.tar.gz
 # Source0-md5:	7153c1c411b0dd005a0660179e5c5900
 Patch0:		%{name}-misc.patch
 Patch1:		%{name}-man_section.patch
+URL:		http://search.cpan.org/dist/Tk/
 BuildRequires:	perl-Tie-Watch
 BuildRequires:	perl-devel >= 1:5.8.0
 BuildRequires:	rpm-perlprov >= 4.1-13
@@ -32,12 +31,15 @@
 %define		_noautoreq  'perl(WidgetDemo)'
 
 %description
-This package gives you the ability to run Perl applications using the
-Tk GUI.
+Perl Tk extension aims to provide a complete interface to the latest
+production version of John Ousterhout's Tk GUI toolkit, while
+providing an Object Oriented interface to Perl code.
 
 %description -l pl.UTF-8
-Ten pakiet daje Ci możliwość tworzenia aplikacji Perla z
-wykorzystaniem GUI Tk.
+Rozszerzenie Perla Tk ma na celu udostępnienie pełnego interfejsu do
+najnowszej produkcyjnej wersji toolkitu graficznego Tk Johna
+Ousterhouta, jednocześnie zapewniając zorientowany obiektowo interfejs
+dla kodu w Perlu.
 
 %package devel
 Summary:	Perl Tk - development files
@@ -50,7 +52,7 @@
 the Tk GUI.
 
 %description devel -l pl.UTF-8
-Ten pakiet umożliwia tworzenie aplikacji perlowych przy użyciu
+Ten pakiet umożliwia tworzenie aplikacji Perlowych przy użyciu
 graficznego interfejsu użytkownika Tk.
 
 %prep
@@ -133,7 +135,7 @@
 %{perl_vendorarch}/auto/Tk/*/*.bs
 %{perl_vendorarch}/auto/Tk/*/*.ld
 %attr(755,root,root) %{perl_vendorarch}/auto/Tk/*/*.so
-%{_mandir}/man[13]/*
+%{_mandir}/man3/Tk*.3pm*
 
 %files devel
 %defattr(644,root,root,755)
@@ -152,7 +154,10 @@
 # most of the bitmaps are used by demos
 %{perl_vendorarch}/Tk/*.x[bp]m
 %{perl_vendorarch}/Tk/*.gif
-%{_examplesdir}/*
+%{_mandir}/man1/ptked.1p*
+%{_mandir}/man1/ptksh.1p*
+%{_mandir}/man1/widget.1p*
+%{_examplesdir}/%{name}-%{version}
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -160,6 +165,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.73  2008-02-09 20:08:34  qboosh
+- generic URL
+- simple descs from Tk manpage
+- moved man1 pages to proper package
+
 Revision 1.72  2008-02-09 19:06:07  wolvverine
 - up to 804.028
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/perl-Tk.spec?r1=1.72&r2=1.73&f=u



More information about the pld-cvs-commit mailing list