SPECS: gnue-designer.spec (NEW) - new

radek radek at pld-linux.org
Mon Jul 4 19:54:29 CEST 2005


Author: radek                        Date: Mon Jul  4 17:54:29 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/gnue-designer.spec
diff -u /dev/null SPECS/gnue-designer.spec:1.1
--- /dev/null	Mon Jul  4 19:54:29 2005
+++ SPECS/gnue-designer.spec	Mon Jul  4 19:54:24 2005
@@ -0,0 +1,63 @@
+# $Revision$, $Date$
+Summary:	GNUe Designer - the IDE for the GNUe tools
+#Summary(pl):	
+Name:		gnue-designer
+Version:	0.5.6
+Release:	0.1
+License:	GPL
+Group:		Libraries/Python
+Source0:	http://www.gnue.org/downloads/current/%{name}-%{version}.tar.gz
+# Source0-md5:	04914daf8a846e0ac1b1e40d77077e29
+URL:		http://www.gnue.org/
+BuildRequires:	gnue-common
+BuildRequires:	python
+BuildRequires:	python-devel
+Requires:	gnue-common
+Requires:	python
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+GNUe Designer is the IDE for the GNUe tools. It allows you to
+visually layout your forms in a RAD-style environment. Designer has
+a builtin forms client, so you can quickly test your forms while
+still in Designer.  Designer also has support for form creation
+wizards... answer a few questions, attach your form to one or more
+database tables, select the fields to include, and, voila, a basic
+form is created. Basic support for schema creation is also included.
+
+#%description -l pl
+
+%prep
+%setup -q -n %{name}-%{version}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+python setup.py install \
+	--root=$RPM_BUILD_ROOT \
+	--optimize=2
+
+find $RPM_BUILD_ROOT%{py_sitedir} -name \*.py -exec rm {} \;
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS BUGS ChangeLog NEWS README* TODO doc/*.* doc/technotes
+%attr(755,root,root) %{_bindir}/*
+%{py_sitedir}/gnue
+%{_datadir}/gnue/images/designer
+%{_mandir}/man?/*
+
+%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  2005/07/04 17:54:24  radek
+- new
+
================================================================



More information about the pld-cvs-commit mailing list