SPECS: wammu.spec (NEW) - init

wolvverine wolvverine at pld-linux.org
Thu Aug 2 03:52:58 CEST 2007


Author: wolvverine                   Date: Thu Aug  2 01:52:58 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- init

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

---- Diffs:

================================================================
Index: SPECS/wammu.spec
diff -u /dev/null SPECS/wammu.spec:1.1
--- /dev/null	Thu Aug  2 03:52:58 2007
+++ SPECS/wammu.spec	Thu Aug  2 03:52:53 2007
@@ -0,0 +1,77 @@
+# $Revision$, $Date$
+#
+Summary:	Wammu - Gammu GUI
+Summary(pl.UTF-8):	Interfejs graficzny dla Gammu
+Name:		wammu
+Version:	0.21
+Release:	0.1
+License:	GPL v2
+Group:		Applications
+Source0:	http://dl.cihar.com/wammu/latest/%{name}-%{version}.tar.bz2
+# Source0-md5:	6bd3fa7e8842a3713d9534ccb1a5d777
+URL:		http://wammu.eu/
+BuildRequires:  gammu-devel >= 1:1.11.91
+BuildRequires:  pkgconfig >= 1:0.21-2
+BuildRequires:  python-gammu
+BuildRequires:	python-wxPython
+BuildRequires:  rpmbuild(macros) >= 1.219
+%pyrequires_eq  python
+Requires:       gammu
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Wammu is mobile phone manager running on Linux, Windows and possibly
+other platforms, where Gammu and wxPython works. The communication is
+made by Gammu library. Currently supported features:
+
+* complete support for contacts,todo,calendar
+* can read/create/save/send/backup smses
+* sending files to phone (OBEX and Sony Ericsson phones only)
+* sms composer for multi part smses
+* display message including pictures and ringtones playback
+* support for backup and import in various formats 
+	(vCard, vCalendar, vTodo, iCalendar, gammu own backup,...)
+* export messages to mail (IMAP4, maildir and mailbox storages )
+* searching for phone
+
+%prep
+%setup -q
+
+%build
+%{__python} setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__python} setup.py install \
+        --optimize=2 \
+        --root=$RPM_BUILD_ROOT
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS FAQ NEWS README
+%attr(755,root,root) %{_bindir}/*
+%{_pixmapsdir}/%{name}.*
+%dir %py_sitescriptdir/Wammu
+%{py_sitescriptdir}/Wammu/*
+%{py_sitescriptdir}/*.egg-info
+%{_mandir}/man1/%{name}.*
+%dir %{_datadir}/Wammu
+%{_datadir}/Wammu/*
+%{_desktopdir}/%{name}.desktop
+
+%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/08/02 01:52:53  wolvverine
+- init
+
+
================================================================


More information about the pld-cvs-commit mailing list