SPECS: osmo.spec (NEW) - added

aredridel aredridel at pld-linux.org
Mon Oct 22 00:58:32 CEST 2007


Author: aredridel                    Date: Sun Oct 21 22:58:32 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added

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

---- Diffs:

================================================================
Index: SPECS/osmo.spec
diff -u /dev/null SPECS/osmo.spec:1.1
--- /dev/null	Mon Oct 22 00:58:32 2007
+++ SPECS/osmo.spec	Mon Oct 22 00:58:27 2007
@@ -0,0 +1,61 @@
+# $Revision$, $Date$
+#
+######		Unknown group!
+Summary:	Simple PIM app
+Name:		osmo
+Version:	0.1.1
+Release:	1
+License:	GPLv2
+Group:		Applications/X11
+Source0:	http://clay.ll.pl/osmo/%{name}-%{version}.tar.gz
+# Source0-md5:	0593e4798fc58aa0c54c1cd17c1a64be
+URL:		http://clay.ll.pl/osmo/
+BuildRequires:	gtk+2-devel
+BuildRequires:	libxml2-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Osmo is a handy personal organizer which includes calendar, tasks
+manager and address book modules. It was designed to be a small, easy
+to use and good looking PIM tool to help to manage personal
+information. In current state the organizer is quite convenient in use
+- for example, user can perform nearly all operations using keyboard.
+Also, a lot of parameters are configurable to meet user preferences.
+On the technical side, Osmo is GTK+ based tool which use plain XML
+database to store all personal data.
+
+%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 README TRANSLATORS
+%attr(755,root,root) %{_bindir}/osmo
+%{_pixmapsdir}/osmo.png
+%{_pixmapsdir}/osmo.svg
+
+
+%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/10/21 22:58:27  aredridel
+- added
+
================================================================


More information about the pld-cvs-commit mailing list