Compare commits
59 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3a726987fb | ||
|
|
78e43d9dc1 | ||
|
|
b02e2e359b | ||
| b9693fa704 | |||
|
|
7700a663d0 | ||
|
|
c27dbb4928 | ||
|
|
099e949165 | ||
|
|
d0f9d3aa90 | ||
|
|
77676ba0e8 | ||
|
|
f782e0c119 | ||
|
|
4cb4afd93e | ||
|
|
ce2b68792e | ||
|
|
527a448bb0 | ||
|
|
ce0bd6f498 | ||
|
|
a1a3d5b64f | ||
|
|
79fd582e5d | ||
|
|
1c3b957023 | ||
|
|
16024a3394 | ||
|
|
8935f0be15 | ||
|
|
a318bf8732 | ||
|
|
f04c469c6a | ||
|
|
1e34278bd3 | ||
|
|
ae3f7bb8a1 | ||
|
|
4a89509c71 | ||
|
|
5fe3524bff | ||
|
|
50dee5cee0 | ||
|
|
51e9eaca87 | ||
|
|
f83a36e6cf | ||
|
|
317068ea52 | ||
|
|
d489a38969 | ||
|
|
cb641269c0 | ||
|
|
b6621ea580 | ||
|
|
b26d959aca | ||
|
|
1542943168 | ||
|
|
cd7a45687a | ||
|
|
318bc01dd3 | ||
|
|
f679da00b2 | ||
|
|
beb779a01f | ||
|
|
7255903621 | ||
|
|
99799caeed | ||
|
|
e1ab2e83ed | ||
|
|
47eed7001e | ||
|
|
9c56cbca01 | ||
|
|
7d29d77f9e | ||
|
|
16776fbad7 | ||
|
|
9bbf046b8d | ||
| 3dd4786517 | |||
|
|
a3a9d73433 | ||
|
|
23be19ad6a | ||
|
|
d543d1e532 | ||
|
|
e857e51ba1 | ||
|
|
9e69efcf1f | ||
|
|
9496778179 | ||
|
|
e4020111f9 | ||
|
|
22634ee039 | ||
|
|
fad1e9c690 | ||
|
|
e2a8870843 | ||
|
|
64ed633349 | ||
|
|
0056e96f56 |
4 changed files with 1 additions and 92 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +0,0 @@
|
|||
wammu-0.23.tar.gz
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
Orphaned for 6+ weeks
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
9c76d2e3e01b162389feab7255131028 wammu-0.23.tar.gz
|
||||
90
wammu.spec
90
wammu.spec
|
|
@ -1,90 +0,0 @@
|
|||
%define python_sitelib %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib()')
|
||||
|
||||
Name: wammu
|
||||
Version: 0.25
|
||||
Release: 1%{?dist}
|
||||
Summary: Mobile Phone Manager - Gammu GUI
|
||||
|
||||
Group: Applications/Communications
|
||||
License: GPL
|
||||
URL: http://wammu.eu/
|
||||
Source0: ftp://dl.cihar.com/wammu/latest/%{name}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: python-devel, python-gammu, gettext
|
||||
BuildRequires: wxPython-devel, desktop-file-utils
|
||||
Requires: gammu, python-gammu, wxPython
|
||||
|
||||
%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 (can read/edit/delete/copy) 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
|
||||
(currently only text and predefined bitmap/sound can be edited)
|
||||
* display message including pictures and ringtones playback
|
||||
* support for backup and import in various formats (vCard, iCalendar,...)
|
||||
* export messages to mail (IMAP4, maildir and mailbox storages are supported)
|
||||
* searching for phone
|
||||
* translated into several languages
|
||||
* rated as best on many software servers
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
|
||||
%build
|
||||
CFLAGS="$RPM_OPT_FLAGS" \
|
||||
python setup.py build
|
||||
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
python setup.py install \
|
||||
--skip-build --root $RPM_BUILD_ROOT
|
||||
# --record=INSTALLED_FILES
|
||||
|
||||
desktop-file-install --vendor "" \
|
||||
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
|
||||
--mode 0644 \
|
||||
--remove-category=Application \
|
||||
$RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING AUTHORS FAQ README NEWS
|
||||
%{_bindir}/%{name}
|
||||
%{_bindir}/%{name}-configure
|
||||
%{_datadir}/Wammu
|
||||
%{_datadir}/pixmaps/*
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
%{_mandir}/man1/*.1.gz
|
||||
%{python_sitelib}/Wammu
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jan 03 2008 Xavier Lamien < lxtnow[at]gmail.com > - 0.25-1
|
||||
- Updated Release.
|
||||
|
||||
* Sun Oct 14 2007 Xavier Lamien < lxtnow[at]gmail.com > - 0.23-1
|
||||
- Updated Release.
|
||||
|
||||
* Tue Jul 03 2007 Xavier Lamien < lxtnow[at]gmail.com > - 0.19-3
|
||||
- Added additional Requires.
|
||||
|
||||
* Wed Jun 06 2007 Xavier Lamien < lxtnow[at]gmail.com > - 0.19-2
|
||||
- Fixed mixed-use-of-spaces warning.
|
||||
|
||||
* Tue May 08 2007 Xavier Lamien < lxtnow[at]gmail.com > - 0.19-1
|
||||
- Initial RPM Release.
|
||||
Loading…
Add table
Add a link
Reference in a new issue