SPECS: vym.spec (NEW) - New spec: View Your Mind

japhy japhy at pld-linux.org
Tue Aug 9 01:03:28 CEST 2005


Author: japhy                        Date: Mon Aug  8 23:03:28 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- New spec: View Your Mind

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

---- Diffs:

================================================================
Index: SPECS/vym.spec
diff -u /dev/null SPECS/vym.spec:1.1
--- /dev/null	Tue Aug  9 01:03:28 2005
+++ SPECS/vym.spec	Tue Aug  9 01:03:23 2005
@@ -0,0 +1,67 @@
+# $Revision$, $Date$
+
+Summary:	View Your Mind, a mind mapping tool.
+Summary(pl):	View Your Mind, program do tworzenia map myśli.
+Name:		vym
+Version:	1.7.0
+Release:	0.1
+License:	GPL v2+, with explicit permission to link against Qt
+Group:		Applications
+Source0:	http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+# Source0-md5:	f1d4ba9f5a2362a213f7ff90ad6cdfec
+URL:		http://www.insilmaril.de/vym
+BuildRequires:	qmake
+BuildRequires:	qt-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+VYM (View Your Mind) is a tool to generate and manipulate maps which
+show your thoughts. Such maps can help you to improve your creativity
+and effectivity. You can use them for time management, to organize
+tasks, to get an overview over complex contexts, to sort your ideas
+etc.
+
+%description -l pl
+VYM jest narzędziem do tworzenia i edycji map myśli.  Wspomagają one
+kreatywność i efektywność pracy.  Można ich używać do zarządzania
+czasem, organizacji zadań, ogarnięcia złożonych problemów,
+porządkowania pomysłów...
+
+%prep
+%setup -q
+
+%build
+qmake \
+    QMAKE_CXX="%{__cxx}" \
+    QMAKE_LINK="%{__cxx}" \
+    QMAKE_CXXFLAGS_RELEASE="%{rpmcflags}" \
+    QMAKE_RPATH=
+sed -i -e 's/-lqt/-lqt-mt/' Makefile
+%{__make} \
+    QTDIR=%{_prefix}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+    QTDIR=%{_prefix} \
+    INSTALL_ROOT=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc LICENSE doc/vym.pdf demos 
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
+
+%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/08/08 23:03:23  japhy
+- New spec: View Your Mind
+
+
================================================================



More information about the pld-cvs-commit mailing list