SPECS: everygui.spec (NEW) - new - some script generating magic wa...

czarny czarny at pld-linux.org
Tue Jun 19 21:50:23 CEST 2007


Author: czarny                       Date: Tue Jun 19 19:50:23 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new
- some script generating magic was needed

---- Files affected:
SPECS:
   everygui.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/everygui.spec
diff -u /dev/null SPECS/everygui.spec:1.1
--- /dev/null	Tue Jun 19 21:50:23 2007
+++ SPECS/everygui.spec	Tue Jun 19 21:50:17 2007
@@ -0,0 +1,101 @@
+# $Revision$, $Date$
+Summary:	A GUI for everything
+Summary(pl.UTF-8):GUI do wszystkiego
+Name:		everygui
+Version:	0.99.b
+Release:	0.1
+License:	GPL
+Group:		X11/Applications
+Source0:	%{name}-%{version}.tar.gz
+Patch0:		%{name}-setup.patch
+Patch1:		%{name}-exec.patch
+URL:		http://everygui.sourceforge.net/
+Requires:	libglade2
+Requires:	python >= 2.3
+Requires:	python-pygtk-gtk >= 2.6
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+EveryGui is an attempt at being a GTK+ Graphical User Interface for
+"Everything" (involving command line programs) on UNIX systems. This
+goal is achieved by providing two powerful applications:
+
+Chameleon, which is a dynamic GUI for virtually any tool or OS
+command. It loads config files of tools which are chosen from a list,
+and dynamically creates widgets reperesenting the tools' options. Not
+only does it execute the commands, but it can save a batch of commands
+into a shell script for later/repeated use.
+
+And Designer, which is a visual environment for creating/editing
+config files that determine Chameleon's different behaviours for each
+tool/command. Designer feels like a cross between QT Designer and
+Glade, but requires no coding at all to get the functionality working
+(that's Chameleon's job to do it automagically).
+
+%description -l pl.UTF-8
+EveryGui to jest próbą stworzenia GUI w GTK+ dla "Wszystkiego"
+(związanego z linią komend) na systemach UNIX. Cel osiągnięto
+dostarczając dwóch potężnych aplikacji:
+
+Cahmeleon, który jest dynamicznym GUI dla niemalże każdego
+narzędzia albo komendy systemowej. Ładuje pliki konfiguracyjne
+narzędzi wybranych z listy i dynamiczny tworzy kontrolki
+reprezentujące przełączniki narzędzia. Chameleon nie tylko
+wywołuje komendy ale i również może zachować serię komend w
+pliku powłoki dla późniejszego/powtarzającego się użycia.
+
+I Designer, który jest wizualnym środowiskiem do tworzenia/edycji
+plików konfiguracyjnych które powodują różne zachowanie
+Chameleona dla każdego narzędzia/polecenia. Designer przypomina w
+zachowaniu mieszankę QT Designera i Glade ale nie wymaga żadnego
+programowania do uruchomienia funkcjonalności (to w końcu praca
+Chameleona aby robić to automagicznie).
+
+%prep
+%setup -q -n %{name}
+%patch0 -p1
+%patch1 -p1
+
+%build
+cat << EOF > everygui
+#!/bin/sh
+
+#start everygui
+%{__python} %{py_sitescriptdir}/everygui/everygui.pyc
+EOF
+
+cat << EOF > egdesign
+#!/bin/sh
+
+#start designer
+%{__python} %{py_sitescriptdir}/everygui/designer.pyc
+EOF
+
+%{__python} setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog README TODO
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/everygui
+%dir %{py_sitescriptdir}/everygui
+%{py_sitescriptdir}/everygui/*.py[co]
+%{py_sitescriptdir}/everygui-%{version}-*.egg-info
+
+%define date    %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+$Log$
+Revision 1.1  2007/06/19 19:50:17  czarny
+- new
+- some script generating magic was needed
+
================================================================


More information about the pld-cvs-commit mailing list