SPECS: perl-Gtk2-Ex-FormFactory.spec - pl, fixed License
qboosh
qboosh at pld-linux.org
Sun Aug 20 02:12:18 CEST 2006
Author: qboosh Date: Sun Aug 20 00:12:18 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pl, fixed License
---- Files affected:
SPECS:
perl-Gtk2-Ex-FormFactory.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/perl-Gtk2-Ex-FormFactory.spec
diff -u SPECS/perl-Gtk2-Ex-FormFactory.spec:1.1 SPECS/perl-Gtk2-Ex-FormFactory.spec:1.2
--- SPECS/perl-Gtk2-Ex-FormFactory.spec:1.1 Fri Aug 11 23:30:03 2006
+++ SPECS/perl-Gtk2-Ex-FormFactory.spec Sun Aug 20 02:12:13 2006
@@ -2,16 +2,17 @@
#
# Conditional build:
%bcond_without autodeps # don't BR packages needed only for resolving deps
-%bcond_without tests # do not perform "make test"
+%bcond_without tests # do not perform "make test"
#
%include /usr/lib/rpm/macros.perl
%define pdir Gtk2
%define pnam Ex-FormFactory
-Summary: perl(Gtk2::Ex::FormFactory) - Makes building complex GUI's easy
+Summary: Gtk2::Ex::FormFactory - makes building complex GUI's easy
+Summary(pl): Gtk2::Ex::FormFactory - moduł ułatwiający tworzenie złożonych GUI
Name: perl-Gtk2-Ex-FormFactory
Version: 0.65
Release: 0.1
-License: GPLv2.1+
+License: LGPL v2.1+
Group: Development/Languages/Perl
Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
# Source0-md5: 904f6fe4b94248b56507710b29a53873
@@ -24,12 +25,30 @@
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-#%define _noautoreq 'perl(anything_fake_or_conditional)'
-
%description
-# from pod
-### Refer to http://www.exit1.org/ for
-### a comprehensive online documentation.
+This is a framework which tries to make building complex GUI's easy,
+by offering these two main features:
+- Consistent looking GUI without the need to code resp. tune each
+ widget by hand. Instead you declare the structure of your GUI,
+ connect it to the data of your program (which should be a well
+ defined set of objects) and control how this structure is
+ transformed into a specific layout in a very generic way.
+- Automatically keep widget and object states in sync (in both
+ directions), even with complex data structures with a lot of
+ internal dependencies, object nesting etc.
+
+%description -l pl
+To jest szkielet próbujący ułatwić tworzenie złożonych GUI oferując
+dwie główne cechy:
+- spójnie wyglądające GUI bez potrzeby kodowania i dopasowywania
+ ręcznie każdego widgetu; zamiast tego wystarczy zadeklarować
+ strukturę GUI, połączyć ją z danymi programu (które powinny być
+ dobrze zdefiniowanym zbiorem obiektów) i kontrolować jak ta
+ struktura jest przekształcana na określony wygląd w bardzo
+ ogólny sposób.
+- automatyczne utrzymywanie stanu widgetów i obiektów w synchronizacji
+ (w obu kierunkach), nawet dla złożonych struktur danych z dużą
+ liczbą wewnętrznych zależności, zagnieżdżonymi obiektami itp.
%prep
%setup -q -n %{pdir}-%{pnam}-%{version}
@@ -49,10 +68,9 @@
%{__make} pure_install \
DESTDIR=$RPM_BUILD_ROOT
-%{__install} tutorial/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}/
+install tutorial/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
mv $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}/README{,.tutorial}
-%{__install} examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
-
+install examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
%clean
rm -rf $RPM_BUILD_ROOT
@@ -73,6 +91,8 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2006/08/20 00:12:13 qboosh
+- pl, fixed License
+
Revision 1.1 2006/08/11 21:30:03 agaran
- new, builds here
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/perl-Gtk2-Ex-FormFactory.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list