SPECS: qOrganizer.spec (NEW) - init, unusable - WARNING! For me th...

arvenil arvenil at pld-linux.org
Fri Jan 4 22:37:47 CET 2008


Author: arvenil                      Date: Fri Jan  4 21:37:47 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- init, unusable
- WARNING! For me this app on secondary run eats all memory
  (when he reads configuration/stored data)

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

---- Diffs:

================================================================
Index: SPECS/qOrganizer.spec
diff -u /dev/null SPECS/qOrganizer.spec:1.1
--- /dev/null	Fri Jan  4 22:37:47 2008
+++ SPECS/qOrganizer.spec	Fri Jan  4 22:37:41 2008
@@ -0,0 +1,69 @@
+# $Revision$, $Date$
+# TODO:
+# - WARNING! For me this app on secondary run eats all memory
+#   (when he reads configuration/stored data) 
+# - pl description and summary
+Summary:	General organizer
+Name:		qOrganizer
+Version:	3.1
+Release:	0.1
+License:	GPL v2
+Group:		X11/Applications
+Source0:	http://dl.sourceforge.net/qorganizer/%{name}-v%{version}.tar.gz
+# Source0-md5:	a562ea6baecaedb08cd6c126cab523eb
+Source1:	%{name}.desktop
+URL:		http://qorganizer.sourceforge.net/
+BuildRequires:	QtGui-devel
+BuildRequires:	QtNetwork-devel
+BuildRequires:	QtSql-devel
+BuildRequires:	qt4-build >= 4.3.3-3
+BuildRequires:	qt4-linguist >= 4.3.3-3
+BuildRequires:	qt4-qmake >= 4.3.3-3
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+qOrganizer is a general organizer that includes calendar with jurnal
+and schedule for every day in which you can choose to be reminded of
+events, a general to-do list for your tasks and also includes features
+useful for students like timetable and a booklet with marks and
+absences.
+
+%prep
+%setup -q -n %{name}
+# remove binary files
+rm -f src/%{name} src/lang/*.qm
+
+%build
+cd src
+lrelease-qt4 lang/*.ts
+qmake-qt4 %{name}.pro
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_desktopdir},%{_pixmapsdir}}
+install %{name} $RPM_BUILD_ROOT%{_bindir}/%{name}
+install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}/%{name}.desktop
+install %{name}.png $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}.png
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGELOG.txt
+%attr(755,root,root) %{_bindir}/%{name}
+%{_desktopdir}/%{name}.desktop
+%{_pixmapsdir}/%{name}.png
+
+%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  2008-01-04 21:37:41  arvenil
+- init, unusable
+- WARNING! For me this app on secondary run eats all memory
+  (when he reads configuration/stored data)
================================================================


More information about the pld-cvs-commit mailing list