SPECS: labyrinth.spec (NEW) - new - some deps and descr taken from FC

czarny czarny at pld-linux.org
Mon Jun 18 13:35:36 CEST 2007


Author: czarny                       Date: Mon Jun 18 11:35:36 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new
- some deps and descr taken from FC

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

---- Diffs:

================================================================
Index: SPECS/labyrinth.spec
diff -u /dev/null SPECS/labyrinth.spec:1.1
--- /dev/null	Mon Jun 18 13:35:36 2007
+++ SPECS/labyrinth.spec	Mon Jun 18 13:35:31 2007
@@ -0,0 +1,85 @@
+# $Revision$, $Date$
+Summary:	Simple yet powerful mind-mapping tool for the GNOME
+Summary(pl.UTF-8):Proste lecz potężne narzędzie do mapek umusłu dla GNOME
+Name:		labyrinth
+Version:	0.3
+Release:	0.1
+License:	GPL
+Group:		X11/Applications
+Source0:	http://download.gnome.org/sources/labyrinth/0.3/%{name}-%{version}.tar.gz
+# Source0-md5:	f7122423d8780053ec8de8c77cc7295b
+URL:		http://www.gnome.org/~dscorgie/
+BuildRequires:	gcc
+BuildRequires:	gettext-devel
+BuildRequires:	gnome-desktop-devel
+BuildRequires:	intltool
+BuildRequires:	perl-XML-Parser
+BuildRequires:	python-pycairo-devel
+BuildRequires:	python-pygobject-devel
+BuildRequires:	python-pygtk-devel
+Requires:	python-PyXML
+Requires:	python-pygtk-glade
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Labyrinth is a lightweight mind-mapping tool, written in Python using
+Gtk and Cairo to do the drawing. It is intended to be as light and
+intuitive as possible, but still provide a wide range of powerful
+features.
+
+A mind-map is a diagram used to represent words, ideas, tasks or other
+items linked to and arranged radially around a central key word or
+idea. It is used to generate, visualize, structure and classify ideas,
+and as an aid in study, organization, problem solving, and decision
+making.
+
+%description -l pl.UTF-8
+Labyrinth to lekkie narzędzie do mapek umysłu, napisane w Pythonie
+używająć Gtk i Cairo do rysowania. W zamiarach ma być najlżejsze
+i najbardziej intuicyjne jak to możliwe jednocześnie dostarczając
+szeroki zakres potężnych cech.
+
+Mapa umysłu to diagram używany do reprezentacji słów, idei, zadań
+albo innych elementów połączonych i ułożonych koliście wokół
+centralnego słowa-klucza lub idei. Jest wykorzystywana do
+generowania, wizualizowania, strukturalizowania i klasyfikowania
+pomysłów i jako pomoc w nauce, organizacji, rozwiązywaniu
+problemów i podejmowaniu decyzji.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/labyrinth/
+%{_iconsdir}/hicolor/*/apps/labyrinth.*
+%{_desktopdir}/labyrinth.desktop
+%dir %{py_sitescriptdir}/labyrinth
+%{py_sitescriptdir}/labyrinth/*.pyc
+
+%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/18 11:35:31  czarny
+- new
+- some deps and descr taken from FC
+
================================================================


More information about the pld-cvs-commit mailing list