]> git.pld-linux.org Git - packages/wammu.git/blobdiff - wammu.spec
- release 2 (by relup.sh)
[packages/wammu.git] / wammu.spec
index e022cf9bbc4f099111b95aefe71bb6c0d7fd38ba..1164c98df5a709d6ff746aba5dce7aae74aa26ab 100644 (file)
@@ -1,26 +1,31 @@
-#
+# NOTE:
+# Wammu must be build with python-gammu rebuild against current gammu-devel
+
 Summary:       Wammu - Gammu GUI - Mobile phone manager
-Summary(pl.UTF-8):     Interfejs graficzny dla Gammu
+Summary(pl.UTF-8):     Wammu - interfejs graficzny dla Gammu
 Name:          wammu
-Version:       0.21
-Release:       1
-License:       GPL v2
-Group:         Applications
+Version:       0.36
+Release:       2
+License:       GPL v2+
+Group:         Applications/Communications
 Source0:       http://dl.cihar.com/wammu/latest/%{name}-%{version}.tar.bz2
-# Source0-md5: 6bd3fa7e8842a3713d9534ccb1a5d777
+# Source0-md5: 065186e6d08bffd7f95ae000046904cb
 URL:           http://wammu.eu/
-BuildRequires:  gammu-devel >= 1:1.11.91
-BuildRequires:  pkgconfig >= 1:0.21-2
-BuildRequires:  python-gammu >= 0.20
-BuildRequires: python-wxPython
-BuildRequires:  rpmbuild(macros) >= 1.219
-%pyrequires_eq  python
-Requires:       gammu
-Requires:      python-wxPython
-Requires:       python-gammu >= 0.20
-Requires:      obextool
+BuildRequires: gammu-devel >= 1:1.11.91
+BuildRequires: pkgconfig >= 1:0.21-2
+BuildRequires: python-devel >= 1:%py_ver
+BuildRequires: python-gammu >= 0.24
+BuildRequires: python-wxPython >= 2.5
+BuildRequires: rpm-pythonprov
+BuildRequires: rpmbuild(macros) >= 1.219
+%pyrequires_eq python = %py_ver
+Requires:      gammu
 Requires:      obexfs
-Suggests:      bluez-gnome
+Requires:      obextool
+Requires:      python-gammu >= 0.24
+Requires:      python-wxPython
+#Suggests:     bluez-gnome  # gnome-bluetooth ?
+#Suggests:     python-pybluez #
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -29,15 +34,31 @@ 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
+- 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
+
+%description -l pl.UTF-8
+Wammu to zarządca telefonów komórkowych działający pod Linuksem,
+Windows i być może na innych platformach, na których działa Gammu i
+wxPython. Komunikacja jest wykonywana przez bibliotekę Gammu.
+Aktualnie dostępne możliwości:
+- pełna obsługa kontaktów, listy zadań, kalendarza
+- odczyt przeczytanych/utworzonych/zapisanych/wysłanych/zachowanych
+  SMS-ów
+- przesyłanie plików do telefonu (tylko OBEX i telefony Sony Ericsson)
+- narzędzie do tworzenia wieloczęściowych SMS-ów
+- wyświetlanie komunikatów wraz z obrazkami i dzwonkami
+- obsługa kopii bezpieczeństwa i importu z różnych formatów (vCard,
+  vCalendar, vTodo, iCalendar, własny format kopii Gammu...)
+- eksport wiadomości do e-maili (IMAP4, maildir i mailbox)
+- szukanie telefonów
 
 %prep
 %setup -q
@@ -48,8 +69,8 @@ made by Gammu library. Currently supported features:
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install \
-        --optimize=2 \
-        --root=$RPM_BUILD_ROOT
+       --optimize=2 \
+       --root=$RPM_BUILD_ROOT
 
 %find_lang %{name}
 
@@ -58,13 +79,22 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS FAQ NEWS README
+%doc AUTHORS FAQ README
 %attr(755,root,root) %{_bindir}/*
 %{_pixmapsdir}/%{name}.*
 %dir %py_sitescriptdir/Wammu
 %{py_sitescriptdir}/Wammu/*
 %{py_sitescriptdir}/*.egg-info
-%{_mandir}/man1/%{name}.*
+%{_mandir}/man1/%{name}*.*
+%lang(cs) %{_mandir}/cs/man1/%{name}*.*
+%lang(de) %{_mandir}/de/man1/%{name}*.*
+%lang(es) %{_mandir}/es/man1/%{name}*.*
+%lang(fr) %{_mandir}/fr/man1/%{name}*.*
+%lang(it) %{_mandir}/it/man1/%{name}*.*
+%lang(nl) %{_mandir}/nl/man1/%{name}*.*
+%lang(pt_BR) %{_mandir}/pt_BR/man1/%{name}*.*
+%lang(ru) %{_mandir}/ru/man1/%{name}*.*
+%lang(sk) %{_mandir}/sk/man1/%{name}*.*
 %dir %{_datadir}/Wammu
 %{_datadir}/Wammu/*
 %{_desktopdir}/%{name}.desktop
This page took 0.085193 seconds and 4 git commands to generate.