packages: perl-QWizard/perl-QWizard.spec - shortened description a little; =?UTF-8?Q?=20?=...
qboosh
qboosh at pld-linux.org
Sun Feb 26 07:54:26 CET 2012
Author: qboosh Date: Sun Feb 26 06:54:26 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- shortened description a little; added pl
- unified Source URL
---- Files affected:
packages/perl-QWizard:
perl-QWizard.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: packages/perl-QWizard/perl-QWizard.spec
diff -u packages/perl-QWizard/perl-QWizard.spec:1.1 packages/perl-QWizard/perl-QWizard.spec:1.2
--- packages/perl-QWizard/perl-QWizard.spec:1.1 Sun Feb 12 14:15:42 2012
+++ packages/perl-QWizard/perl-QWizard.spec Sun Feb 26 07:54:21 2012
@@ -6,13 +6,14 @@
%define pdir QWizard
%include /usr/lib/rpm/macros.perl
Summary: QWizard - Display a series of questions, get the answers, and act on the answers
+Summary(pl.UTF-8): QWizard - wyświetlanie serii pytań, pobranie odpowiedzi i ich obsługa
Name: perl-QWizard
Version: 3.15
Release: 1
# same as perl
License: GPL v1+ or Artistic
Group: Development/Languages/Perl
-Source0: http://search.cpan.org/CPAN/authors/id/H/HA/HARDAKER/QWizard-%{version}.tar.gz
+Source0: http://www.cpan.org/modules/by-module/QWizard/QWizard-%{version}.tar.gz
# Source0-md5: e5cf695466d39ad6c7f242ad58b7ad97
URL: http://search.cpan.org/dist/QWizard/
BuildRequires: perl-devel >= 1:5.8.0
@@ -44,23 +45,28 @@
HTML-based web environments (e.g., CGI scripts.), as well with
intercative command line enviornments (ReadLine).
-Back-end interfaces (child classes of the QWizard::Generator module)
-are responsible for displaying the information to the user. Currently
-HTML, Gtk2, Tk and ReadLine, are the output mechanisms that work the
-best (in that order). Some others are planned (namely a curses
-version), but are not far along in development. Developing new
-generator back-ends is fairly simple and doesn't take a lot of code
-(assuming the graphic interface is fairly powerful and contains a
-widget library.)
-
-QWizard operates by displaying a series of "screens" to the user. Each
-screen is defined in a QWizard construct called a primary that
-describes the attributes of a given screen, including the list of
-questions to be presented to the user. Primaries can contain
-questions, things to do immediately after the questions are answered
-(post_answers), and things to do once the entire series of screens
-have been answered (actions). Other information, such as a title and
-an introduction, can also be attached to a primary.
+%description -l pl.UTF-8
+QWizard wyświetla listę pogrupowanych pytań, a następnie pobiera i
+przetwarza odpowiedzi użytkownika. Przed obsługą odpowiedzi może być
+wyświetlonych wiele pytań/odpowiedzi. Po zatwierdzeniu całości (z
+udziałem użytkownika) wykonywana jest seria akcji - w kolejności
+wymaganej przez programistę.
+
+Prawdziwa siła QWizarda polega na możliwości śledzenia informacji o
+stanie między jednym ekranem kreatora a następnym, nawet w zwykle
+bezstanowych środowiskach, takich jak HTTP i HTML. Pozwala to
+programiście zebrać duży zestaw danych z wielu prostych ekranów. Po
+zebraniu wszystkich danych i zweryfikowaniu ich, można je odpowiednio
+obsłużyć (np. zapisać w bazie danych, użyć do konfiguracji systemu
+albo do wygenerowania wykresu).
+
+Aktualnie istniejące interfejsy użytkownika to HTML, Gtk2, Tk oraz
+(minimalnie) ReadLine. Prosta implementacja skryptów QWizarda może
+wykorzystywać dowolny z formatów wyjściowych bez modyfikowania kodu.
+Dzięki temu bardzo łatwo napisać przenośne skrypty kreatorów, które
+można bez żadnej modyfikacji wykorzystywać w środowiskach graficznych
+(Gtk2 i Tk) oraz środowiskach WWW opartych na HTML-u (np. skryptach
+CGI), a także interaktywnych środowiskach tekstowych (ReadLine).
%prep
%setup -q -n %{pdir}-%{version}
@@ -81,15 +87,21 @@
install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
cp -a examples $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+%{__rm} $RPM_BUILD_ROOT%{perl_vendorlib}/QWizard_Widgets.pod
+
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
%doc CHANGES README
-%{perl_vendorlib}/*.pm
-%{perl_vendorlib}/QWizard/
-%{_mandir}/man3/*
+%{perl_vendorlib}/QWizard.pm
+%{perl_vendorlib}/QWizard
+%attr(755,root,root) %{perl_vendorlib}/QWizard_Widgets.pl
+%dir %{perl_vendorlib}/auto/QWizard
+%dir %{perl_vendorlib}/auto/QWizard/Generator
+%{perl_vendorlib}/auto/QWizard/Generator/autosplit.ix
+%{_mandir}/man3/QWizard*.3pm*
%{_examplesdir}/%{name}-%{version}
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -98,6 +110,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2012/02/26 06:54:21 qboosh
+- shortened description a little; added pl
+- unified Source URL
+
Revision 1.1 2012/02/12 13:15:42 adamg
- new
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl-QWizard/perl-QWizard.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list