From 0056e96f56b82cde9aae5af34b41c60fbd6985b3 Mon Sep 17 00:00:00 2001 From: Xavier LAMIEN Date: Tue, 12 Jun 2007 23:00:48 +0000 Subject: [PATCH 01/58] imported new source --- .cvsignore | 1 + sources | 1 + wammu.spec | 80 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 82 insertions(+) create mode 100644 wammu.spec diff --git a/.cvsignore b/.cvsignore index e69de29..c7d989b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +wammu-0.19.tar.gz diff --git a/sources b/sources index e69de29..cf81882 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +dfacac02d07ad7c1b324f0cc907bb555 wammu-0.19.tar.gz diff --git a/wammu.spec b/wammu.spec new file mode 100644 index 0000000..32e573d --- /dev/null +++ b/wammu.spec @@ -0,0 +1,80 @@ +%define python_sitelib %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib()') + +Name: wammu +Version: 0.19 +Release: 2%{?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 + +%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} +%{_datadir}/Wammu +%{_datadir}/pixmaps/* +%{_datadir}/applications/%{name}.desktop +%{_mandir}/man1/%{name}.1.gz +%{python_sitelib}/Wammu + + +%changelog +* 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. From 64ed633349464b5ca40d3b9c0d201414bf5ad7fb Mon Sep 17 00:00:00 2001 From: Xavier LAMIEN Date: Wed, 4 Jul 2007 02:34:53 +0000 Subject: [PATCH 02/58] updated spec file --- wammu.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/wammu.spec b/wammu.spec index 32e573d..9483b0a 100644 --- a/wammu.spec +++ b/wammu.spec @@ -2,7 +2,7 @@ Name: wammu Version: 0.19 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Mobile Phone Manager - Gammu GUI Group: Applications/Communications @@ -14,7 +14,7 @@ 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 +Requires: gammu, python-gammu, wxPython %description Wammu is mobile phone manager running on Linux, @@ -73,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* 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. From e2a88708439ea94feaedbad778a8c864e2f60e12 Mon Sep 17 00:00:00 2001 From: Xavier LAMIEN Date: Thu, 18 Oct 2007 20:40:11 +0000 Subject: [PATCH 03/58] updated release --- wammu.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/wammu.spec b/wammu.spec index 9483b0a..db94306 100644 --- a/wammu.spec +++ b/wammu.spec @@ -1,8 +1,8 @@ %define python_sitelib %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib()') Name: wammu -Version: 0.19 -Release: 3%{?dist} +Version: 0.23 +Release: 1%{?dist} Summary: Mobile Phone Manager - Gammu GUI Group: Applications/Communications @@ -65,14 +65,18 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) %doc COPYING AUTHORS FAQ README NEWS %{_bindir}/%{name} +%{_bindir}/%{name}-configure %{_datadir}/Wammu %{_datadir}/pixmaps/* %{_datadir}/applications/%{name}.desktop -%{_mandir}/man1/%{name}.1.gz +%{_mandir}/man1/*.1.gz %{python_sitelib}/Wammu %changelog +* 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. From fad1e9c690e9e31aa80cb176b18cdb5fcdf9997c Mon Sep 17 00:00:00 2001 From: Xavier LAMIEN Date: Thu, 18 Oct 2007 20:51:53 +0000 Subject: [PATCH 04/58] . --- .cvsignore | 2 +- sources | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index c7d989b..bf529a7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -wammu-0.19.tar.gz +wammu-0.23.tar.gz diff --git a/sources b/sources index cf81882..a85b256 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dfacac02d07ad7c1b324f0cc907bb555 wammu-0.19.tar.gz +9c76d2e3e01b162389feab7255131028 wammu-0.23.tar.gz From 22634ee0391c05c579da0cbf78fafc0d67fec283 Mon Sep 17 00:00:00 2001 From: Xavier LAMIEN Date: Thu, 3 Jan 2008 11:22:02 +0000 Subject: [PATCH 05/58] Updating release --- .cvsignore | 2 +- sources | 2 +- wammu.spec | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index bf529a7..536114e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -wammu-0.23.tar.gz +wammu-0.25.tar.gz diff --git a/sources b/sources index a85b256..f0abf1e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9c76d2e3e01b162389feab7255131028 wammu-0.23.tar.gz +df749887ed707f70ea359f62232db218 wammu-0.25.tar.gz diff --git a/wammu.spec b/wammu.spec index db94306..76621e6 100644 --- a/wammu.spec +++ b/wammu.spec @@ -1,7 +1,7 @@ %define python_sitelib %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib()') Name: wammu -Version: 0.23 +Version: 0.25 Release: 1%{?dist} Summary: Mobile Phone Manager - Gammu GUI @@ -74,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT %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. From e4020111f994197fa8f821eee92b9f1f3d88594f Mon Sep 17 00:00:00 2001 From: Xavier LAMIEN Date: Sat, 26 Jan 2008 10:08:33 +0000 Subject: [PATCH 06/58] *** empty log message *** --- wammu.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wammu.spec b/wammu.spec index 76621e6..223647c 100644 --- a/wammu.spec +++ b/wammu.spec @@ -6,7 +6,7 @@ Release: 1%{?dist} Summary: Mobile Phone Manager - Gammu GUI Group: Applications/Communications -License: GPL +License: GPLv2+ URL: http://wammu.eu/ Source0: ftp://dl.cihar.com/wammu/latest/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) From 9496778179d10cb4ddd1e7531c8dcbc21e081e7c Mon Sep 17 00:00:00 2001 From: Xavier LAMIEN Date: Sat, 22 Mar 2008 20:08:52 +0000 Subject: [PATCH 07/58] . --- .cvsignore | 2 +- sources | 2 +- wammu.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index 536114e..9012879 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -wammu-0.25.tar.gz +wammu-0.26.tar.gz diff --git a/sources b/sources index f0abf1e..f2a9e32 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -df749887ed707f70ea359f62232db218 wammu-0.25.tar.gz +71acab94c9f70b9d16ddd6717ec0a9ed wammu-0.26.tar.gz diff --git a/wammu.spec b/wammu.spec index 223647c..c5336c7 100644 --- a/wammu.spec +++ b/wammu.spec @@ -1,7 +1,7 @@ %define python_sitelib %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib()') Name: wammu -Version: 0.25 +Version: 0.26 Release: 1%{?dist} Summary: Mobile Phone Manager - Gammu GUI @@ -14,7 +14,7 @@ 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 +Requires: gammu, python-gammu, wxPython, dbus-x11 %description Wammu is mobile phone manager running on Linux, @@ -63,7 +63,7 @@ rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(-,root,root,-) -%doc COPYING AUTHORS FAQ README NEWS +%doc COPYING AUTHORS FAQ README PKG-INFO ChangeLog %{_bindir}/%{name} %{_bindir}/%{name}-configure %{_datadir}/Wammu @@ -74,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Mar 04 2008 Xavier Lamien - 0.26-1 +- Updated Release. + * Wed Jan 03 2008 Xavier Lamien < lxtnow[at]gmail.com > - 0.25-1 - Updated Release. From 9e69efcf1f110b806879fba2d654c7cd793efe44 Mon Sep 17 00:00:00 2001 From: Xavier LAMIEN Date: Fri, 4 Apr 2008 17:29:27 +0000 Subject: [PATCH 08/58] updated file --- wammu.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/wammu.spec b/wammu.spec index c5336c7..9c80c7f 100644 --- a/wammu.spec +++ b/wammu.spec @@ -2,7 +2,7 @@ Name: wammu Version: 0.26 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Mobile Phone Manager - Gammu GUI Group: Applications/Communications @@ -71,9 +71,13 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/applications/%{name}.desktop %{_mandir}/man1/*.1.gz %{python_sitelib}/Wammu +%{python_sitelib}/%{name}-%{version}-py2.5.egg-info %changelog +* Fri Apr 04 2008 Xavier Lamien - 0.26-2 +- Added missing files. + * Tue Mar 04 2008 Xavier Lamien - 0.26-1 - Updated Release. From e857e51ba1d24e758efe5f5df4e922cf66a92625 Mon Sep 17 00:00:00 2001 From: Xavier LAMIEN Date: Mon, 25 Aug 2008 09:30:42 +0000 Subject: [PATCH 09/58] Update release --- .cvsignore | 2 +- sources | 2 +- wammu.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index 9012879..9efa6e0 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -wammu-0.26.tar.gz +wammu-0.28.tar.bz2 diff --git a/sources b/sources index f2a9e32..a0fc22f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -71acab94c9f70b9d16ddd6717ec0a9ed wammu-0.26.tar.gz +13b29392c7186f9f5a99aefd980d96f2 wammu-0.28.tar.bz2 diff --git a/wammu.spec b/wammu.spec index 9c80c7f..55e1c0a 100644 --- a/wammu.spec +++ b/wammu.spec @@ -1,14 +1,14 @@ %define python_sitelib %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib()') Name: wammu -Version: 0.26 -Release: 2%{?dist} +Version: 0.28 +Release: 1%{?dist} Summary: Mobile Phone Manager - Gammu GUI Group: Applications/Communications License: GPLv2+ URL: http://wammu.eu/ -Source0: ftp://dl.cihar.com/wammu/latest/%{name}-%{version}.tar.gz +Source0: ftp://dl.cihar.com/wammu/latest/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -75,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Aug 25 2008 Xavier Lamien - 0.28-1 +- Update release. + * Fri Apr 04 2008 Xavier Lamien - 0.26-2 - Added missing files. From d543d1e532f70e03386e0e9c0edeae3bf5199b7a Mon Sep 17 00:00:00 2001 From: Xavier LAMIEN Date: Sun, 12 Oct 2008 15:07:32 +0000 Subject: [PATCH 10/58] update release --- wammu.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wammu.spec b/wammu.spec index 55e1c0a..5ad0e8b 100644 --- a/wammu.spec +++ b/wammu.spec @@ -1,7 +1,7 @@ %define python_sitelib %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib()') Name: wammu -Version: 0.28 +Version: 0.29 Release: 1%{?dist} Summary: Mobile Phone Manager - Gammu GUI @@ -75,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Oct 12 2008 Xavier Lamien - 0.29-1 +- Update release. + * Mon Aug 25 2008 Xavier Lamien - 0.28-1 - Update release. From 23be19ad6aa90491a064ea4822897e8de9f94f3f Mon Sep 17 00:00:00 2001 From: Ignacio Vazquez-Abrams Date: Sat, 29 Nov 2008 17:35:10 +0000 Subject: [PATCH 11/58] Rebuild for Python 2.6 --- wammu.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wammu.spec b/wammu.spec index 5ad0e8b..bbd99a4 100644 --- a/wammu.spec +++ b/wammu.spec @@ -2,7 +2,7 @@ Name: wammu Version: 0.29 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Mobile Phone Manager - Gammu GUI Group: Applications/Communications @@ -75,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.29-2 +- Rebuild for Python 2.6 + * Sun Oct 12 2008 Xavier Lamien - 0.29-1 - Update release. From a3a9d73433658162d1bf1fd23fe1dccdfb13cd2b Mon Sep 17 00:00:00 2001 From: Ignacio Vazquez-Abrams Date: Sun, 30 Nov 2008 00:53:26 +0000 Subject: [PATCH 12/58] Fix locations for Python 2.6 --- wammu.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/wammu.spec b/wammu.spec index bbd99a4..032b757 100644 --- a/wammu.spec +++ b/wammu.spec @@ -2,7 +2,7 @@ Name: wammu Version: 0.29 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Mobile Phone Manager - Gammu GUI Group: Applications/Communications @@ -71,10 +71,13 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/applications/%{name}.desktop %{_mandir}/man1/*.1.gz %{python_sitelib}/Wammu -%{python_sitelib}/%{name}-%{version}-py2.5.egg-info +%{python_sitelib}/%{name}-%{version}-py?.?.egg-info %changelog +* Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.29-3 +- Fix locations for Python 2.6 + * Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.29-2 - Rebuild for Python 2.6 From 3dd47865175b577c42dbd7f0a74adabaefbfccd6 Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Sat, 20 Dec 2008 23:22:11 +0000 Subject: [PATCH 13/58] fix up sources --- .cvsignore | 1 + sources | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.cvsignore b/.cvsignore index 9efa6e0..23a211e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ wammu-0.28.tar.bz2 +wammu-0.29.tar.bz2 diff --git a/sources b/sources index a0fc22f..b99b3ec 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -13b29392c7186f9f5a99aefd980d96f2 wammu-0.28.tar.bz2 +a0dbda9ec5f851920ae83c7f303b12a1 wammu-0.29.tar.bz2 From 9bbf046b8d4df2c0f1c219fcd8bca52c193d796e Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Wed, 25 Feb 2009 18:05:49 +0000 Subject: [PATCH 14/58] - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild --- wammu.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wammu.spec b/wammu.spec index 032b757..530bc6e 100644 --- a/wammu.spec +++ b/wammu.spec @@ -2,7 +2,7 @@ Name: wammu Version: 0.29 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Mobile Phone Manager - Gammu GUI Group: Applications/Communications @@ -75,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 0.29-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.29-3 - Fix locations for Python 2.6 From 16776fbad787f4c2ee60149d60aaee915eaac533 Mon Sep 17 00:00:00 2001 From: Xavier LAMIEN Date: Wed, 29 Apr 2009 21:37:29 +0000 Subject: [PATCH 15/58] Update release --- sources | 2 +- wammu.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sources b/sources index b99b3ec..7596264 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a0dbda9ec5f851920ae83c7f303b12a1 wammu-0.29.tar.bz2 +adb6ba4974204f7075f4dc423615ded0 wammu-0.30.1.tar.bz2 diff --git a/wammu.spec b/wammu.spec index 530bc6e..4150fe6 100644 --- a/wammu.spec +++ b/wammu.spec @@ -1,8 +1,8 @@ %define python_sitelib %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib()') Name: wammu -Version: 0.29 -Release: 4%{?dist} +Version: 0.30.1 +Release: 1%{?dist} Summary: Mobile Phone Manager - Gammu GUI Group: Applications/Communications @@ -75,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Apr 29 2009 Xavier Lamien - 0.30.1-1 +- Update release. + * Wed Feb 25 2009 Fedora Release Engineering - 0.29-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild From 7d29d77f9e6bdad8aa7ff6cfc081858883445046 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Mon, 27 Jul 2009 07:02:25 +0000 Subject: [PATCH 16/58] - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild --- wammu.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wammu.spec b/wammu.spec index 4150fe6..7e0072f 100644 --- a/wammu.spec +++ b/wammu.spec @@ -2,7 +2,7 @@ Name: wammu Version: 0.30.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Mobile Phone Manager - Gammu GUI Group: Applications/Communications @@ -75,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Jul 27 2009 Fedora Release Engineering - 0.30.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Wed Apr 29 2009 Xavier Lamien - 0.30.1-1 - Update release. From 9c56cbca01d10d648ab18bad23cc213faa9adbcd Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Nov 2009 22:43:11 +0000 Subject: [PATCH 17/58] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1906de0..6293471 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Makefile for source rpm: wammu -# $Id$ +# $Id: Makefile,v 1.1 2007/06/10 02:34:28 tibbs Exp $ NAME := wammu SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From 47eed7001e6c8a7d3d18eaee3093ea617c8783a9 Mon Sep 17 00:00:00 2001 From: dmalcolm Date: Thu, 22 Jul 2010 07:13:06 +0000 Subject: [PATCH 18/58] - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild --- wammu.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wammu.spec b/wammu.spec index 7e0072f..f3dc3ea 100644 --- a/wammu.spec +++ b/wammu.spec @@ -2,7 +2,7 @@ Name: wammu Version: 0.30.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Mobile Phone Manager - Gammu GUI Group: Applications/Communications @@ -75,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Jul 22 2010 David Malcolm - 0.30.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild + * Mon Jul 27 2009 Fedora Release Engineering - 0.30.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From e1ab2e83ede801763852471b722ee051798f2359 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 15:12:16 +0000 Subject: [PATCH 19/58] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- 2 files changed, 21 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index 6293471..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: wammu -# $Id: Makefile,v 1.1 2007/06/10 02:34:28 tibbs Exp $ -NAME := wammu -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) From 99799caeed7caed1fd7470992c65de57ffa18ee2 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 7 Feb 2011 20:04:42 -0600 Subject: [PATCH 20/58] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- wammu.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wammu.spec b/wammu.spec index f3dc3ea..b06a7cb 100644 --- a/wammu.spec +++ b/wammu.spec @@ -2,7 +2,7 @@ Name: wammu Version: 0.30.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Mobile Phone Manager - Gammu GUI Group: Applications/Communications @@ -75,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Feb 07 2011 Fedora Release Engineering - 0.30.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Thu Jul 22 2010 David Malcolm - 0.30.1-3 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild From 72559036214d7b4c9bcd6c510a5de7251f02663f Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 14 Jan 2012 02:08:49 -0600 Subject: [PATCH 21/58] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- wammu.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wammu.spec b/wammu.spec index b06a7cb..0c5fbc8 100644 --- a/wammu.spec +++ b/wammu.spec @@ -2,7 +2,7 @@ Name: wammu Version: 0.30.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Mobile Phone Manager - Gammu GUI Group: Applications/Communications @@ -75,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Jan 14 2012 Fedora Release Engineering - 0.30.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Mon Feb 07 2011 Fedora Release Engineering - 0.30.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild From beb779a01f68e58c68688682032fa15e6d1a9017 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 21 Jul 2012 22:12:03 -0500 Subject: [PATCH 22/58] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- wammu.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wammu.spec b/wammu.spec index 0c5fbc8..b6ff559 100644 --- a/wammu.spec +++ b/wammu.spec @@ -2,7 +2,7 @@ Name: wammu Version: 0.30.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Mobile Phone Manager - Gammu GUI Group: Applications/Communications @@ -75,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Jul 22 2012 Fedora Release Engineering - 0.30.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Sat Jan 14 2012 Fedora Release Engineering - 0.30.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild From f679da00b22377498a3126e4970c10825dc00871 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 14 Feb 2013 20:58:14 -0600 Subject: [PATCH 23/58] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- wammu.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wammu.spec b/wammu.spec index b6ff559..f0053b1 100644 --- a/wammu.spec +++ b/wammu.spec @@ -2,7 +2,7 @@ Name: wammu Version: 0.30.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Mobile Phone Manager - Gammu GUI Group: Applications/Communications @@ -75,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Feb 15 2013 Fedora Release Engineering - 0.30.1-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Sun Jul 22 2012 Fedora Release Engineering - 0.30.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild From 318bc01dd32dc6bfd1c1b3c751185a59739c5e88 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 4 Aug 2013 01:36:43 -0500 Subject: [PATCH 24/58] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --- wammu.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wammu.spec b/wammu.spec index f0053b1..bf1833f 100644 --- a/wammu.spec +++ b/wammu.spec @@ -2,7 +2,7 @@ Name: wammu Version: 0.30.1 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Mobile Phone Manager - Gammu GUI Group: Applications/Communications @@ -75,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Aug 04 2013 Fedora Release Engineering - 0.30.1-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Fri Feb 15 2013 Fedora Release Engineering - 0.30.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild From cd7a45687aceffc95e342f12594b9f9c6cd37c81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Basto?= Date: Sun, 1 Sep 2013 17:56:37 +0100 Subject: [PATCH 25/58] =?UTF-8?q?-=20Thu=20Sep=2029=202011=20Karel=20Voln?= =?UTF-8?q?=C3=BD=20=20=20=20-=20Update=20release.=20?= =?UTF-8?q?=20=20-=20Package=20localized=20manpages.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + sources | 2 +- wammu.spec | 27 ++++++++++++++++++--------- 3 files changed, 20 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 23a211e..6551ae9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ wammu-0.28.tar.bz2 wammu-0.29.tar.bz2 +/wammu-0.36.tar.bz2 diff --git a/sources b/sources index 7596264..8448fac 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -adb6ba4974204f7075f4dc423615ded0 wammu-0.30.1.tar.bz2 +065186e6d08bffd7f95ae000046904cb wammu-0.36.tar.bz2 diff --git a/wammu.spec b/wammu.spec index bf1833f..1740b2b 100644 --- a/wammu.spec +++ b/wammu.spec @@ -1,15 +1,14 @@ %define python_sitelib %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib()') Name: wammu -Version: 0.30.1 -Release: 8%{?dist} +Version: 0.36 +Release: 1%{?dist} Summary: Mobile Phone Manager - Gammu GUI Group: Applications/Communications License: GPLv2+ URL: http://wammu.eu/ -Source0: ftp://dl.cihar.com/wammu/latest/%{name}-%{version}.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Source0: http://sourceforge.net/projects/gammu/files/%{name}/%{version}/%{name}-%{version}.tar.bz2 BuildArch: noarch BuildRequires: python-devel, python-gammu, gettext @@ -57,10 +56,6 @@ desktop-file-install --vendor "" \ %find_lang %{name} -%clean -rm -rf $RPM_BUILD_ROOT - - %files -f %{name}.lang %defattr(-,root,root,-) %doc COPYING AUTHORS FAQ README PKG-INFO ChangeLog @@ -70,11 +65,25 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/pixmaps/* %{_datadir}/applications/%{name}.desktop %{_mandir}/man1/*.1.gz +%lang(CZ) %{_mandir}/cs/man1/*.1.gz +%lang(DE) %{_mandir}/de/man1/*.1.gz +%lang(ES) %{_mandir}/es/man1/*.1.gz +%lang(FR) %{_mandir}/fr/man1/*.1.gz +%lang(IT) %{_mandir}/it/man1/*.1.gz +%lang(NL) %{_mandir}/nl/man1/*.1.gz +%lang(BR) %{_mandir}/pt_BR/man1/*.1.gz +%lang(RU) %{_mandir}/ru/man1/*.1.gz +%lang(SK) %{_mandir}/sk/man1/*.1.gz %{python_sitelib}/Wammu %{python_sitelib}/%{name}-%{version}-py?.?.egg-info %changelog +* Sun Sep 01 2013 Sérgio Basto - 0.36-1 +- Thu Sep 29 2011 Karel Volný + - Update release. + - Package localized manpages. + * Sun Aug 04 2013 Fedora Release Engineering - 0.30.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild @@ -120,7 +129,7 @@ rm -rf $RPM_BUILD_ROOT * Tue Mar 04 2008 Xavier Lamien - 0.26-1 - Updated Release. -* Wed Jan 03 2008 Xavier Lamien < lxtnow[at]gmail.com > - 0.25-1 +* Thu 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 From 15429431684c4b9940366cc589cab833273fd504 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 7 Jun 2014 23:12:03 -0500 Subject: [PATCH 26/58] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- wammu.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wammu.spec b/wammu.spec index 1740b2b..deea8cb 100644 --- a/wammu.spec +++ b/wammu.spec @@ -2,7 +2,7 @@ Name: wammu Version: 0.36 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Mobile Phone Manager - Gammu GUI Group: Applications/Communications @@ -79,6 +79,9 @@ desktop-file-install --vendor "" \ %changelog +* Sun Jun 08 2014 Fedora Release Engineering - 0.36-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Sun Sep 01 2013 Sérgio Basto - 0.36-1 - Thu Sep 29 2011 Karel Volný - Update release. From b26d959aca2044957dc7cd34edc1b3afa7b1c59f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Basto?= Date: Mon, 17 Nov 2014 20:19:47 +0000 Subject: [PATCH 27/58] New upstream release. --- .gitignore | 1 + sources | 2 +- wammu.spec | 17 ++++++++++++++--- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 6551ae9..34562ad 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ wammu-0.28.tar.bz2 wammu-0.29.tar.bz2 /wammu-0.36.tar.bz2 +/wammu-0.37.tar.bz2 diff --git a/sources b/sources index 8448fac..8d43711 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -065186e6d08bffd7f95ae000046904cb wammu-0.36.tar.bz2 +6e78f65f64846c8b38b75a86bfbb9ba3 wammu-0.37.tar.bz2 diff --git a/wammu.spec b/wammu.spec index deea8cb..f6d0d36 100644 --- a/wammu.spec +++ b/wammu.spec @@ -1,8 +1,8 @@ %define python_sitelib %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib()') Name: wammu -Version: 0.36 -Release: 2%{?dist} +Version: 0.37 +Release: 1%{?dist} Summary: Mobile Phone Manager - Gammu GUI Group: Applications/Communications @@ -58,11 +58,12 @@ desktop-file-install --vendor "" \ %files -f %{name}.lang %defattr(-,root,root,-) -%doc COPYING AUTHORS FAQ README PKG-INFO ChangeLog +%doc COPYING README.* PKG-INFO ChangeLog %{_bindir}/%{name} %{_bindir}/%{name}-configure %{_datadir}/Wammu %{_datadir}/pixmaps/* +%{_datadir}/appdata/wammu.appdata.xml %{_datadir}/applications/%{name}.desktop %{_mandir}/man1/*.1.gz %lang(CZ) %{_mandir}/cs/man1/*.1.gz @@ -74,11 +75,21 @@ desktop-file-install --vendor "" \ %lang(BR) %{_mandir}/pt_BR/man1/*.1.gz %lang(RU) %{_mandir}/ru/man1/*.1.gz %lang(SK) %{_mandir}/sk/man1/*.1.gz +%lang(DK) %{_mandir}/da/man1/*.1.gz +%lang(GB) %{_mandir}/en_GB/man1/*.1.gz +%lang(ET) %{_mandir}/et/man1/*.1.gz +%lang(HU) %{_mandir}/hu/man1/*.1.gz +%lang(ID) %{_mandir}/id/man1/*.1.gz +%lang(TR) %{_mandir}/tr/man1/*.1.gz +%lang(UK) %{_mandir}/uk/man1/*.1.gz %{python_sitelib}/Wammu %{python_sitelib}/%{name}-%{version}-py?.?.egg-info %changelog +* Mon Nov 17 2014 Sérgio Basto - 0.37-1 +- New upstream release. + * Sun Jun 08 2014 Fedora Release Engineering - 0.36-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild From b6621ea5809eac2b9784b89b2912ed7b33677ca4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Basto?= Date: Mon, 5 Jan 2015 02:32:49 +0000 Subject: [PATCH 28/58] New upstream release. --- .gitignore | 1 + sources | 2 +- wammu.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 34562ad..205f8c7 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ wammu-0.28.tar.bz2 wammu-0.29.tar.bz2 /wammu-0.36.tar.bz2 /wammu-0.37.tar.bz2 +/wammu-0.38.tar.bz2 diff --git a/sources b/sources index 8d43711..27dd17d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6e78f65f64846c8b38b75a86bfbb9ba3 wammu-0.37.tar.bz2 +c44f23645f1a7250f9e191a7a89eae03 wammu-0.38.tar.bz2 diff --git a/wammu.spec b/wammu.spec index f6d0d36..7438988 100644 --- a/wammu.spec +++ b/wammu.spec @@ -1,7 +1,7 @@ %define python_sitelib %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib()') Name: wammu -Version: 0.37 +Version: 0.38 Release: 1%{?dist} Summary: Mobile Phone Manager - Gammu GUI @@ -87,6 +87,9 @@ desktop-file-install --vendor "" \ %changelog +* Mon Jan 05 2015 Sérgio Basto - 0.38-1 +- New upstream release. + * Mon Nov 17 2014 Sérgio Basto - 0.37-1 - New upstream release. From cb641269c0dd7bbdfa620a795c3b88ad254acca4 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 19 Jun 2015 02:15:06 +0000 Subject: [PATCH 29/58] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- wammu.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wammu.spec b/wammu.spec index 7438988..bef6281 100644 --- a/wammu.spec +++ b/wammu.spec @@ -2,7 +2,7 @@ Name: wammu Version: 0.38 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Mobile Phone Manager - Gammu GUI Group: Applications/Communications @@ -87,6 +87,9 @@ desktop-file-install --vendor "" \ %changelog +* Fri Jun 19 2015 Fedora Release Engineering - 0.38-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Mon Jan 05 2015 Sérgio Basto - 0.38-1 - New upstream release. From d489a38969e998ac63ca4a08fd46c9f9daf8a5d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Thu, 26 Nov 2015 01:25:10 +0000 Subject: [PATCH 30/58] Update wammu to 0.40 --- .gitignore | 1 + sources | 2 +- wammu.spec | 15 ++++++++------- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 205f8c7..dcce78f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ wammu-0.29.tar.bz2 /wammu-0.36.tar.bz2 /wammu-0.37.tar.bz2 /wammu-0.38.tar.bz2 +/wammu-0.40.tar.bz2 diff --git a/sources b/sources index 27dd17d..7360bcf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c44f23645f1a7250f9e191a7a89eae03 wammu-0.38.tar.bz2 +2591c6dfb407a7dcf776cdace19bc7f7 wammu-0.40.tar.bz2 diff --git a/wammu.spec b/wammu.spec index bef6281..afcb551 100644 --- a/wammu.spec +++ b/wammu.spec @@ -1,14 +1,14 @@ %define python_sitelib %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib()') Name: wammu -Version: 0.38 -Release: 2%{?dist} +Version: 0.40 +Release: 1%{?dist} Summary: Mobile Phone Manager - Gammu GUI Group: Applications/Communications License: GPLv2+ URL: http://wammu.eu/ -Source0: http://sourceforge.net/projects/gammu/files/%{name}/%{version}/%{name}-%{version}.tar.bz2 +Source0: http://sourceforge.net/projects/gammu/files/%{name}/%{version}/%{name}-%{version}.tar.bz2 BuildArch: noarch BuildRequires: python-devel, python-gammu, gettext @@ -23,7 +23,7 @@ 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 +* 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,...) @@ -43,10 +43,8 @@ python setup.py build %install -rm -rf $RPM_BUILD_ROOT python setup.py install \ - --skip-build --root $RPM_BUILD_ROOT -# --record=INSTALLED_FILES + --skip-build --root $RPM_BUILD_ROOT --record=INSTALLED_FILES desktop-file-install --vendor "" \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ @@ -87,6 +85,9 @@ desktop-file-install --vendor "" \ %changelog +* Thu Nov 26 2015 Sérgio Basto - 0.40-1 +- Update wammu to 0.40 + * Fri Jun 19 2015 Fedora Release Engineering - 0.38-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From 317068ea52ddd82d38b420528b31bc77e0bc9e60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Thu, 26 Nov 2015 01:37:14 +0000 Subject: [PATCH 31/58] vim :restab and remove some commas. --- wammu.spec | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/wammu.spec b/wammu.spec index afcb551..8a950a5 100644 --- a/wammu.spec +++ b/wammu.spec @@ -1,19 +1,19 @@ %define python_sitelib %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib()') -Name: wammu -Version: 0.40 -Release: 1%{?dist} -Summary: Mobile Phone Manager - Gammu GUI +Name: wammu +Version: 0.40 +Release: 1%{?dist} +Summary: Mobile Phone Manager - Gammu GUI -Group: Applications/Communications -License: GPLv2+ -URL: http://wammu.eu/ +Group: Applications/Communications +License: GPLv2+ +URL: http://wammu.eu/ Source0: http://sourceforge.net/projects/gammu/files/%{name}/%{version}/%{name}-%{version}.tar.bz2 -BuildArch: noarch -BuildRequires: python-devel, python-gammu, gettext -BuildRequires: wxPython-devel, desktop-file-utils -Requires: gammu, python-gammu, wxPython, dbus-x11 +BuildArch: noarch +BuildRequires: python-devel python-gammu gettext +BuildRequires: wxPython-devel desktop-file-utils +Requires: gammu python-gammu wxPython dbus-x11 %description Wammu is mobile phone manager running on Linux, @@ -44,13 +44,13 @@ python setup.py build %install python setup.py install \ - --skip-build --root $RPM_BUILD_ROOT --record=INSTALLED_FILES + --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 +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} From f83a36e6cfa0d205f218d879971bcc0eb44e16b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Thu, 26 Nov 2015 02:45:18 +0000 Subject: [PATCH 32/58] Update spec from upstream .spec - Add PyBluez support. - Update AppData packaging (https://fedoraproject.org/wiki/Packaging:AppData) - Fix License Tag. - Use explicitly python2. --- wammu.spec | 59 +++++++++++++++++++++++++++++++++--------------------- 1 file changed, 36 insertions(+), 23 deletions(-) diff --git a/wammu.spec b/wammu.spec index 8a950a5..65842ef 100644 --- a/wammu.spec +++ b/wammu.spec @@ -2,60 +2,66 @@ Name: wammu Version: 0.40 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Mobile Phone Manager - Gammu GUI Group: Applications/Communications -License: GPLv2+ +License: GPL-2.0 URL: http://wammu.eu/ Source0: http://sourceforge.net/projects/gammu/files/%{name}/%{version}/%{name}-%{version}.tar.bz2 -BuildArch: noarch -BuildRequires: python-devel python-gammu gettext -BuildRequires: wxPython-devel desktop-file-utils -Requires: gammu python-gammu wxPython dbus-x11 +BuildArch: noarch +BuildRequires: python2-devel python2-gammu >= 0.24 wxPython-devel >= 2.6 +BuildRequires: pybluez +BuildRequires: desktop-file-utils gettext +BuildRequires: libappstream-glib +Requires: gammu dbus-x11 +Requires: wxPython >= 2.6 python-gammu >= 0.24 %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: +It works with any phone that Gammu supports, including many models from +Nokia, Siemens, and Alcatel. It has complete support (read, edit, +delete, copy) for contacts, todo, and calendar. It can read, save, and +send SMS. It includes an SMS composer for multi-part SMS messages, and +it can display SMS messages that include pictures. Currently, only text +and predefined bitmaps or sounds can be edited in the SMS composer. It +can export messages to an IMAP4 server (or other email storage). -* complete support (can read/edit/delete/copy) for contacts, todo, calendar -* can read/create/save/send/backup smses +This program does not support browsing files in phone, use gMobileMedia +instead. + +Other features: * 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 +CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build %install -python setup.py install \ - --skip-build --root $RPM_BUILD_ROOT --record=INSTALLED_FILES +%{__python} setup.py install --root=%{buildroot} --prefix=%{_prefix} +%{__python} setup.py install -O1 --root=%{buildroot} --prefix=%{_prefix} desktop-file-install --vendor "" \ - --dir $RPM_BUILD_ROOT%{_datadir}/applications \ + --dir %{buildroot}%{_datadir}/applications \ --mode 0644 \ --remove-category=Application \ - $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop + %{buildroot}%{_datadir}/applications/%{name}.desktop + +appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata.xml %find_lang %{name} %files -f %{name}.lang -%defattr(-,root,root,-) %doc COPYING README.* PKG-INFO ChangeLog %{_bindir}/%{name} %{_bindir}/%{name}-configure @@ -80,11 +86,18 @@ desktop-file-install --vendor "" \ %lang(ID) %{_mandir}/id/man1/*.1.gz %lang(TR) %{_mandir}/tr/man1/*.1.gz %lang(UK) %{_mandir}/uk/man1/*.1.gz -%{python_sitelib}/Wammu -%{python_sitelib}/%{name}-%{version}-py?.?.egg-info +%{python2_sitelib}/Wammu +%{python2_sitelib}/%{name}-%{version}-py?.?.egg-info %changelog +* Thu Nov 26 2015 Sérgio Basto - 0.40-2 +- Update spec from upstream .spec +- Add PyBluez support. +- Update AppData packaging (https://fedoraproject.org/wiki/Packaging:AppData) +- Fix License Tag. +- Use explicitly python2. + * Thu Nov 26 2015 Sérgio Basto - 0.40-1 - Update wammu to 0.40 From 51e9eaca8794f293d5b99f46c588934531b440ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Thu, 26 Nov 2015 02:55:04 +0000 Subject: [PATCH 33/58] More python2 fixes. --- wammu.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/wammu.spec b/wammu.spec index 65842ef..6805e92 100644 --- a/wammu.spec +++ b/wammu.spec @@ -1,4 +1,4 @@ -%define python_sitelib %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib()') +%define python_sitelib %(%{__python2} -c 'from distutils import sysconfig; print sysconfig.get_python_lib()') Name: wammu Version: 0.40 @@ -16,7 +16,7 @@ BuildRequires: pybluez BuildRequires: desktop-file-utils gettext BuildRequires: libappstream-glib Requires: gammu dbus-x11 -Requires: wxPython >= 2.6 python-gammu >= 0.24 +Requires: wxPython >= 2.6 python2-gammu >= 0.24 %description Wammu is mobile phone manager running on Linux, @@ -44,12 +44,12 @@ Other features: %build -CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build +CFLAGS="$RPM_OPT_FLAGS" %{__python2} setup.py build %install -%{__python} setup.py install --root=%{buildroot} --prefix=%{_prefix} -%{__python} setup.py install -O1 --root=%{buildroot} --prefix=%{_prefix} +%{__python2} setup.py install --root=%{buildroot} --prefix=%{_prefix} +%{__python2} setup.py install -O1 --root=%{buildroot} --prefix=%{_prefix} desktop-file-install --vendor "" \ --dir %{buildroot}%{_datadir}/applications \ From 50dee5cee077d7e852af15cac1290dde2b934a7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Fri, 27 Nov 2015 16:51:07 +0000 Subject: [PATCH 34/58] Workaround rhbz #1285841 . --- wammu.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wammu.spec b/wammu.spec index 6805e92..2b2a668 100644 --- a/wammu.spec +++ b/wammu.spec @@ -57,7 +57,9 @@ desktop-file-install --vendor "" \ --remove-category=Application \ %{buildroot}%{_datadir}/applications/%{name}.desktop +%if 0%{?fedora} > 22 appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata.xml +%endif %find_lang %{name} @@ -97,6 +99,7 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata - Update AppData packaging (https://fedoraproject.org/wiki/Packaging:AppData) - Fix License Tag. - Use explicitly python2. +- Workaround rhbz #1285841 . * Thu Nov 26 2015 Sérgio Basto - 0.40-1 - Update wammu to 0.40 From 5fe3524bff810ff20ac144772f96c7aed67a1b9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Fri, 5 Feb 2016 01:00:44 +0000 Subject: [PATCH 35/58] Fix github.com/gammu/wammu/issues/21 . - Use python2 macros. --- wammu.spec | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/wammu.spec b/wammu.spec index 2b2a668..cd1f6d7 100644 --- a/wammu.spec +++ b/wammu.spec @@ -2,18 +2,20 @@ Name: wammu Version: 0.40 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Mobile Phone Manager - Gammu GUI Group: Applications/Communications License: GPL-2.0 URL: http://wammu.eu/ Source0: http://sourceforge.net/projects/gammu/files/%{name}/%{version}/%{name}-%{version}.tar.bz2 +Patch1: 84b83c64428f42e2e7a0069d2f3b30d532cd6267.patch BuildArch: noarch BuildRequires: python2-devel python2-gammu >= 0.24 wxPython-devel >= 2.6 BuildRequires: pybluez -BuildRequires: desktop-file-utils gettext +BuildRequires: gettext +BuildRequires: desktop-file-utils BuildRequires: libappstream-glib Requires: gammu dbus-x11 Requires: wxPython >= 2.6 python2-gammu >= 0.24 @@ -41,15 +43,14 @@ Other features: %prep %setup -q +%patch1 -p1 -b .fix#21 %build -CFLAGS="$RPM_OPT_FLAGS" %{__python2} setup.py build - +%py2_build %install -%{__python2} setup.py install --root=%{buildroot} --prefix=%{_prefix} -%{__python2} setup.py install -O1 --root=%{buildroot} --prefix=%{_prefix} +%py2_install desktop-file-install --vendor "" \ --dir %{buildroot}%{_datadir}/applications \ @@ -93,6 +94,10 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata %changelog +* Fri Feb 05 2016 Sérgio Basto - 0.40-3 +- Fix github.com/gammu/wammu/issues/21 . +- Use python2 macros. + * Thu Nov 26 2015 Sérgio Basto - 0.40-2 - Update spec from upstream .spec - Add PyBluez support. From 4a89509c71c2ae917b3b8518f5ca8d214b6c955b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Fri, 5 Feb 2016 01:06:45 +0000 Subject: [PATCH 36/58] git add 84b83c64428f42e2e7a0069d2f3b30d532cd6267.patch --- ...3c64428f42e2e7a0069d2f3b30d532cd6267.patch | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 84b83c64428f42e2e7a0069d2f3b30d532cd6267.patch diff --git a/84b83c64428f42e2e7a0069d2f3b30d532cd6267.patch b/84b83c64428f42e2e7a0069d2f3b30d532cd6267.patch new file mode 100644 index 0000000..1e704fa --- /dev/null +++ b/84b83c64428f42e2e7a0069d2f3b30d532cd6267.patch @@ -0,0 +1,33 @@ +From 84b83c64428f42e2e7a0069d2f3b30d532cd6267 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= +Date: Thu, 4 Feb 2016 11:04:17 +0100 +Subject: [PATCH] Properly handle errors from Bluetooth scanning +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +Fixes #21 + +Signed-off-by: Michal Čihař +--- + Wammu/SettingsStorage.py | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) + +diff --git a/Wammu/SettingsStorage.py b/Wammu/SettingsStorage.py +index d2d8443..b2fa968 100644 +--- a/Wammu/SettingsStorage.py ++++ b/Wammu/SettingsStorage.py +@@ -242,10 +242,10 @@ def GetBluezDevices(self): + import bluetooth + return bluetooth.discover_devices() + except ImportError: ++ # Module does not exist + return [] +- except bluetooth.BluetoothError: +- return [] +- except IOError: ++ except (bluetooth.BluetoothError, IOError, OSError): ++ # Failed to scan + return [] + + def CheckDev(self, dev): From ae3f7bb8a19b570c1c9fe6184596a1ade5ddf70b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Thu, 26 May 2016 00:48:45 +0100 Subject: [PATCH 37/58] Update wammu to 0.41 --- .gitignore | 1 + ...3c64428f42e2e7a0069d2f3b30d532cd6267.patch | 33 ------------------- sources | 2 +- wammu.spec | 9 ++--- 4 files changed, 7 insertions(+), 38 deletions(-) delete mode 100644 84b83c64428f42e2e7a0069d2f3b30d532cd6267.patch diff --git a/.gitignore b/.gitignore index dcce78f..53bcbd2 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ wammu-0.29.tar.bz2 /wammu-0.37.tar.bz2 /wammu-0.38.tar.bz2 /wammu-0.40.tar.bz2 +/wammu-0.41.tar.bz2 diff --git a/84b83c64428f42e2e7a0069d2f3b30d532cd6267.patch b/84b83c64428f42e2e7a0069d2f3b30d532cd6267.patch deleted file mode 100644 index 1e704fa..0000000 --- a/84b83c64428f42e2e7a0069d2f3b30d532cd6267.patch +++ /dev/null @@ -1,33 +0,0 @@ -From 84b83c64428f42e2e7a0069d2f3b30d532cd6267 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= -Date: Thu, 4 Feb 2016 11:04:17 +0100 -Subject: [PATCH] Properly handle errors from Bluetooth scanning -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -Fixes #21 - -Signed-off-by: Michal Čihař ---- - Wammu/SettingsStorage.py | 6 +++--- - 1 file changed, 3 insertions(+), 3 deletions(-) - -diff --git a/Wammu/SettingsStorage.py b/Wammu/SettingsStorage.py -index d2d8443..b2fa968 100644 ---- a/Wammu/SettingsStorage.py -+++ b/Wammu/SettingsStorage.py -@@ -242,10 +242,10 @@ def GetBluezDevices(self): - import bluetooth - return bluetooth.discover_devices() - except ImportError: -+ # Module does not exist - return [] -- except bluetooth.BluetoothError: -- return [] -- except IOError: -+ except (bluetooth.BluetoothError, IOError, OSError): -+ # Failed to scan - return [] - - def CheckDev(self, dev): diff --git a/sources b/sources index 7360bcf..f01decd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2591c6dfb407a7dcf776cdace19bc7f7 wammu-0.40.tar.bz2 +eb4b36df833091d87fea254bb932fcca wammu-0.41.tar.bz2 diff --git a/wammu.spec b/wammu.spec index cd1f6d7..f096df4 100644 --- a/wammu.spec +++ b/wammu.spec @@ -1,15 +1,14 @@ %define python_sitelib %(%{__python2} -c 'from distutils import sysconfig; print sysconfig.get_python_lib()') Name: wammu -Version: 0.40 -Release: 3%{?dist} +Version: 0.41 +Release: 1%{?dist} Summary: Mobile Phone Manager - Gammu GUI Group: Applications/Communications License: GPL-2.0 URL: http://wammu.eu/ Source0: http://sourceforge.net/projects/gammu/files/%{name}/%{version}/%{name}-%{version}.tar.bz2 -Patch1: 84b83c64428f42e2e7a0069d2f3b30d532cd6267.patch BuildArch: noarch BuildRequires: python2-devel python2-gammu >= 0.24 wxPython-devel >= 2.6 @@ -43,7 +42,6 @@ Other features: %prep %setup -q -%patch1 -p1 -b .fix#21 %build @@ -94,6 +92,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata %changelog +* Wed May 25 2016 Sérgio Basto - 0.41-1 +- Update wammu to 0.41 + * Fri Feb 05 2016 Sérgio Basto - 0.40-3 - Fix github.com/gammu/wammu/issues/21 . - Use python2 macros. From 1e34278bd31e187a2fe20ab7ae02bf2f988837df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Tue, 31 May 2016 03:09:15 +0100 Subject: [PATCH 38/58] Rebuild for gammu-1.37.3-2 --- wammu.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wammu.spec b/wammu.spec index f096df4..1b13466 100644 --- a/wammu.spec +++ b/wammu.spec @@ -2,7 +2,7 @@ Name: wammu Version: 0.41 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Mobile Phone Manager - Gammu GUI Group: Applications/Communications @@ -92,6 +92,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata %changelog +* Tue May 31 2016 Sérgio Basto - 0.41-2 +- Rebuild for gammu-1.37.3-2 + * Wed May 25 2016 Sérgio Basto - 0.41-1 - Update wammu to 0.41 From f04c469c6a4b901a797325fbcfb179c103f75b8d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 19 Jul 2016 13:08:48 +0000 Subject: [PATCH 39/58] - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages --- wammu.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wammu.spec b/wammu.spec index 1b13466..f904c52 100644 --- a/wammu.spec +++ b/wammu.spec @@ -2,7 +2,7 @@ Name: wammu Version: 0.41 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Mobile Phone Manager - Gammu GUI Group: Applications/Communications @@ -92,6 +92,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata %changelog +* Tue Jul 19 2016 Fedora Release Engineering - 0.41-3 +- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages + * Tue May 31 2016 Sérgio Basto - 0.41-2 - Rebuild for gammu-1.37.3-2 From a318bf8732cda5d83b0962656b535784cf4c2071 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Sun, 28 Aug 2016 08:15:05 +0100 Subject: [PATCH 40/58] wammu 0.42 --- .gitignore | 1 + sources | 2 +- wammu.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 53bcbd2..d15211e 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ wammu-0.29.tar.bz2 /wammu-0.38.tar.bz2 /wammu-0.40.tar.bz2 /wammu-0.41.tar.bz2 +/wammu-0.42.tar.bz2 diff --git a/sources b/sources index f01decd..c3ec656 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -eb4b36df833091d87fea254bb932fcca wammu-0.41.tar.bz2 +69a36f1e4e544c92d34d787e1f7202b5 wammu-0.42.tar.bz2 diff --git a/wammu.spec b/wammu.spec index f904c52..3c4c46b 100644 --- a/wammu.spec +++ b/wammu.spec @@ -1,8 +1,8 @@ %define python_sitelib %(%{__python2} -c 'from distutils import sysconfig; print sysconfig.get_python_lib()') Name: wammu -Version: 0.41 -Release: 3%{?dist} +Version: 0.42 +Release: 1%{?dist} Summary: Mobile Phone Manager - Gammu GUI Group: Applications/Communications @@ -92,6 +92,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata %changelog +* Sun Aug 28 2016 Sérgio Basto - 0.42-1 +- wammu 0.42 + * Tue Jul 19 2016 Fedora Release Engineering - 0.41-3 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages From 8935f0be1598a84b8e9d17f6da715a40d59fad9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Thu, 15 Sep 2016 14:07:24 +0100 Subject: [PATCH 41/58] appstream-util validate-relax fails on F23 --- wammu.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wammu.spec b/wammu.spec index 3c4c46b..ab19c07 100644 --- a/wammu.spec +++ b/wammu.spec @@ -56,7 +56,7 @@ desktop-file-install --vendor "" \ --remove-category=Application \ %{buildroot}%{_datadir}/applications/%{name}.desktop -%if 0%{?fedora} > 22 +%if 0%{?fedora} > 23 appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata.xml %endif From 16024a33944bbfde498b5b95b5ebf1efaf01747c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 11 Feb 2017 17:14:56 +0000 Subject: [PATCH 42/58] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- wammu.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wammu.spec b/wammu.spec index ab19c07..915e982 100644 --- a/wammu.spec +++ b/wammu.spec @@ -2,7 +2,7 @@ Name: wammu Version: 0.42 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Mobile Phone Manager - Gammu GUI Group: Applications/Communications @@ -92,6 +92,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata %changelog +* Sat Feb 11 2017 Fedora Release Engineering - 0.42-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Sun Aug 28 2016 Sérgio Basto - 0.42-1 - wammu 0.42 From 1c3b957023dfa973775ffd6ad37f4a7ba74972f3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 27 Jul 2017 21:29:21 +0000 Subject: [PATCH 43/58] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- wammu.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wammu.spec b/wammu.spec index 915e982..265a454 100644 --- a/wammu.spec +++ b/wammu.spec @@ -2,7 +2,7 @@ Name: wammu Version: 0.42 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Mobile Phone Manager - Gammu GUI Group: Applications/Communications @@ -92,6 +92,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata %changelog +* Thu Jul 27 2017 Fedora Release Engineering - 0.42-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Sat Feb 11 2017 Fedora Release Engineering - 0.42-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From 79fd582e5dfe957a40953f5c0d1af23e7a521db2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Sun, 20 Aug 2017 04:50:30 +0100 Subject: [PATCH 44/58] Update to 0.43 (#1404683) --- .gitignore | 1 + sources | 2 +- wammu.spec | 15 +++++++++++---- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index d15211e..bae803f 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ wammu-0.29.tar.bz2 /wammu-0.40.tar.bz2 /wammu-0.41.tar.bz2 /wammu-0.42.tar.bz2 +/wammu-0.43.tar.bz2 diff --git a/sources b/sources index c3ec656..ab1146c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -69a36f1e4e544c92d34d787e1f7202b5 wammu-0.42.tar.bz2 +SHA512 (wammu-0.43.tar.bz2) = ba0a6b1f06df7bdf09fde1e8d296ebee80f5b2e9cf3f355b12ba4f3c62888e1aa9b1a6f57a6ee7734b039ec6c35b9591fd79da85acc0adb4eb2f7f9209fa5a96 diff --git a/wammu.spec b/wammu.spec index 265a454..50ced2d 100644 --- a/wammu.spec +++ b/wammu.spec @@ -1,8 +1,8 @@ %define python_sitelib %(%{__python2} -c 'from distutils import sysconfig; print sysconfig.get_python_lib()') Name: wammu -Version: 0.42 -Release: 3%{?dist} +Version: 0.43 +Release: 1%{?dist} Summary: Mobile Phone Manager - Gammu GUI Group: Applications/Communications @@ -11,13 +11,17 @@ URL: http://wammu.eu/ Source0: http://sourceforge.net/projects/gammu/files/%{name}/%{version}/%{name}-%{version}.tar.bz2 BuildArch: noarch -BuildRequires: python2-devel python2-gammu >= 0.24 wxPython-devel >= 2.6 +BuildRequires: python2-devel +BuildRequires: python2-six +BuildRequires: python2-gammu >= 0.29 +BuildRequires: wxPython-devel >= 2.6 BuildRequires: pybluez BuildRequires: gettext BuildRequires: desktop-file-utils BuildRequires: libappstream-glib Requires: gammu dbus-x11 -Requires: wxPython >= 2.6 python2-gammu >= 0.24 +Requires: python2-gammu >= 0.29 +Requires: wxPython >= 2.6 %description Wammu is mobile phone manager running on Linux, @@ -92,6 +96,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata %changelog +* Sun Aug 20 2017 Sérgio Basto - 0.43-1 +- Update to 0.43 (#1404683) + * Thu Jul 27 2017 Fedora Release Engineering - 0.42-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From a1a3d5b64fb96eb30fb9a79059bc5846d3886426 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Sat, 2 Sep 2017 17:07:16 +0100 Subject: [PATCH 45/58] BR pybluez only in Fedora to be compatibility with EPEL 7 --- wammu.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/wammu.spec b/wammu.spec index 3c4c46b..730f45d 100644 --- a/wammu.spec +++ b/wammu.spec @@ -2,7 +2,7 @@ Name: wammu Version: 0.42 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Mobile Phone Manager - Gammu GUI Group: Applications/Communications @@ -12,7 +12,9 @@ Source0: http://sourceforge.net/projects/gammu/files/%{name}/%{version}/%{nam BuildArch: noarch BuildRequires: python2-devel python2-gammu >= 0.24 wxPython-devel >= 2.6 +%if 0%{?fedora} BuildRequires: pybluez +%endif BuildRequires: gettext BuildRequires: desktop-file-utils BuildRequires: libappstream-glib @@ -92,6 +94,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata %changelog +* Sat Sep 02 2017 Sérgio Basto - 0.42-2 +- BR pybluez only in Fedora to be compatibility with EPEL 7 + * Sun Aug 28 2016 Sérgio Basto - 0.42-1 - wammu 0.42 From ce0bd6f498e4caabc9f6fc192729dc05d65bdf3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Sun, 7 Jan 2018 04:46:30 +0000 Subject: [PATCH 46/58] Update to 0.44 (#1531832) --- wammu.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/wammu.spec b/wammu.spec index 730f45d..d705b04 100644 --- a/wammu.spec +++ b/wammu.spec @@ -1,8 +1,8 @@ %define python_sitelib %(%{__python2} -c 'from distutils import sysconfig; print sysconfig.get_python_lib()') Name: wammu -Version: 0.42 -Release: 2%{?dist} +Version: 0.44 +Release: 1%{?dist} Summary: Mobile Phone Manager - Gammu GUI Group: Applications/Communications @@ -11,7 +11,7 @@ URL: http://wammu.eu/ Source0: http://sourceforge.net/projects/gammu/files/%{name}/%{version}/%{name}-%{version}.tar.bz2 BuildArch: noarch -BuildRequires: python2-devel python2-gammu >= 0.24 wxPython-devel >= 2.6 +BuildRequires: python2-devel python2-gammu >= 2.11 wxPython-devel >= 2.6 %if 0%{?fedora} BuildRequires: pybluez %endif @@ -19,7 +19,7 @@ BuildRequires: gettext BuildRequires: desktop-file-utils BuildRequires: libappstream-glib Requires: gammu dbus-x11 -Requires: wxPython >= 2.6 python2-gammu >= 0.24 +Requires: wxPython >= 2.6 python2-gammu >= 2.11 %description Wammu is mobile phone manager running on Linux, @@ -94,6 +94,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata %changelog +* Sun Jan 07 2018 Sérgio Basto - 0.44-1 +- Update to 0.44 (#1531832) + * Sat Sep 02 2017 Sérgio Basto - 0.42-2 - BR pybluez only in Fedora to be compatibility with EPEL 7 From 527a448bb0aa8ba6832d480ed46fc750c32c4f87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Sun, 7 Jan 2018 05:02:33 +0000 Subject: [PATCH 47/58] Update to 0.44 (#1531832) BR pybluez only in Fedora to be compatibility with EPEL 7 --- .gitignore | 1 + sources | 2 +- wammu.spec | 14 ++++++++++---- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index bae803f..2037544 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ wammu-0.29.tar.bz2 /wammu-0.41.tar.bz2 /wammu-0.42.tar.bz2 /wammu-0.43.tar.bz2 +/wammu-0.44.tar.gz diff --git a/sources b/sources index ab1146c..90e3e67 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wammu-0.43.tar.bz2) = ba0a6b1f06df7bdf09fde1e8d296ebee80f5b2e9cf3f355b12ba4f3c62888e1aa9b1a6f57a6ee7734b039ec6c35b9591fd79da85acc0adb4eb2f7f9209fa5a96 +SHA512 (wammu-0.44.tar.gz) = 17105408948a60b68364afc4e594af86798489da2209931aadf9e215565f82a36d8c551a1a654f477f644cf260dee6ff55146081850b52a89e84f795aa375ffc diff --git a/wammu.spec b/wammu.spec index 50ced2d..db9a1b2 100644 --- a/wammu.spec +++ b/wammu.spec @@ -1,26 +1,28 @@ %define python_sitelib %(%{__python2} -c 'from distutils import sysconfig; print sysconfig.get_python_lib()') Name: wammu -Version: 0.43 +Version: 0.44 Release: 1%{?dist} Summary: Mobile Phone Manager - Gammu GUI Group: Applications/Communications License: GPL-2.0 URL: http://wammu.eu/ -Source0: http://sourceforge.net/projects/gammu/files/%{name}/%{version}/%{name}-%{version}.tar.bz2 +Source0: https://github.com/gammu/%{name}/archive/%{version}/%{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python2-devel BuildRequires: python2-six -BuildRequires: python2-gammu >= 0.29 +BuildRequires: python2-gammu >= 2.11 BuildRequires: wxPython-devel >= 2.6 +%if 0%{?fedora} BuildRequires: pybluez +%endif BuildRequires: gettext BuildRequires: desktop-file-utils BuildRequires: libappstream-glib Requires: gammu dbus-x11 -Requires: python2-gammu >= 0.29 +Requires: python2-gammu >= 2.11 Requires: wxPython >= 2.6 %description @@ -96,6 +98,10 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata %changelog +* Sun Jan 07 2018 Sérgio Basto - 0.44-1 +- Update to 0.44 (#1531832) +- BR pybluez only in Fedora to be compatibility with EPEL 7 + * Sun Aug 20 2017 Sérgio Basto - 0.43-1 - Update to 0.43 (#1404683) From 4cb4afd93eb6d47b23fe238f1dd899fa0bdaf7f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Sun, 7 Jan 2018 05:40:45 +0000 Subject: [PATCH 48/58] Use license macro and build fix --- wammu.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/wammu.spec b/wammu.spec index db9a1b2..8c39a1e 100644 --- a/wammu.spec +++ b/wammu.spec @@ -21,7 +21,8 @@ BuildRequires: pybluez BuildRequires: gettext BuildRequires: desktop-file-utils BuildRequires: libappstream-glib -Requires: gammu dbus-x11 +Requires: dbus-x11 +Requires: gammu >= 1.3.90 Requires: python2-gammu >= 2.11 Requires: wxPython >= 2.6 @@ -69,7 +70,8 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata %find_lang %{name} %files -f %{name}.lang -%doc COPYING README.* PKG-INFO ChangeLog +%license COPYING +%doc README.* ChangeLog %{_bindir}/%{name} %{_bindir}/%{name}-configure %{_datadir}/Wammu @@ -101,6 +103,7 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata * Sun Jan 07 2018 Sérgio Basto - 0.44-1 - Update to 0.44 (#1531832) - BR pybluez only in Fedora to be compatibility with EPEL 7 +- Use license macro * Sun Aug 20 2017 Sérgio Basto - 0.43-1 - Update to 0.43 (#1404683) From f782e0c119c69d4cc93f57b712f265e2eff291c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Sun, 7 Jan 2018 05:52:45 +0000 Subject: [PATCH 49/58] Add new man pages (SV) --- wammu.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wammu.spec b/wammu.spec index 8c39a1e..020a16b 100644 --- a/wammu.spec +++ b/wammu.spec @@ -95,6 +95,7 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata %lang(ID) %{_mandir}/id/man1/*.1.gz %lang(TR) %{_mandir}/tr/man1/*.1.gz %lang(UK) %{_mandir}/uk/man1/*.1.gz +%lang(SV) %{_mandir}/sv/man1/*.1.gz %{python2_sitelib}/Wammu %{python2_sitelib}/%{name}-%{version}-py?.?.egg-info @@ -104,6 +105,7 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata - Update to 0.44 (#1531832) - BR pybluez only in Fedora to be compatibility with EPEL 7 - Use license macro +- Add new man pages (SV) * Sun Aug 20 2017 Sérgio Basto - 0.43-1 - Update to 0.43 (#1404683) From 77676ba0e8d6af6e78c19c3be328b1b193f7c982 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Tue, 9 Jan 2018 18:35:51 +0000 Subject: [PATCH 50/58] BR python2-six only in Fedora to be compatibility with EPEL 7 --- wammu.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/wammu.spec b/wammu.spec index 020a16b..483303b 100644 --- a/wammu.spec +++ b/wammu.spec @@ -2,7 +2,7 @@ Name: wammu Version: 0.44 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Mobile Phone Manager - Gammu GUI Group: Applications/Communications @@ -12,10 +12,10 @@ Source0: https://github.com/gammu/%{name}/archive/%{version}/%{name}-%{versio BuildArch: noarch BuildRequires: python2-devel -BuildRequires: python2-six BuildRequires: python2-gammu >= 2.11 BuildRequires: wxPython-devel >= 2.6 %if 0%{?fedora} +BuildRequires: python2-six BuildRequires: pybluez %endif BuildRequires: gettext @@ -101,6 +101,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata %changelog +* Tue Jan 09 2018 Sérgio Basto - 0.44-2 +- BR python2-six only in Fedora to be compatibility with EPEL 7 + * Sun Jan 07 2018 Sérgio Basto - 0.44-1 - Update to 0.44 (#1531832) - BR pybluez only in Fedora to be compatibility with EPEL 7 From d0f9d3aa90253c932cc65f1d82a516911790e93a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Tue, 9 Jan 2018 18:49:11 +0000 Subject: [PATCH 51/58] add BR python2-setuptools --- wammu.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wammu.spec b/wammu.spec index 483303b..e0562df 100644 --- a/wammu.spec +++ b/wammu.spec @@ -12,6 +12,7 @@ Source0: https://github.com/gammu/%{name}/archive/%{version}/%{name}-%{versio BuildArch: noarch BuildRequires: python2-devel +BuildRequires: python2-setuptools BuildRequires: python2-gammu >= 2.11 BuildRequires: wxPython-devel >= 2.6 %if 0%{?fedora} @@ -103,6 +104,7 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata %changelog * Tue Jan 09 2018 Sérgio Basto - 0.44-2 - BR python2-six only in Fedora to be compatibility with EPEL 7 +- add BR python2-setuptools * Sun Jan 07 2018 Sérgio Basto - 0.44-1 - Update to 0.44 (#1531832) From 099e949165abad78d50a9be61f223e117c4c1232 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Tue, 9 Jan 2018 22:48:48 +0000 Subject: [PATCH 52/58] BR python-six for compatibility on EPEL 7 and require explicity the same python-six --- wammu.spec | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/wammu.spec b/wammu.spec index e0562df..fcbe850 100644 --- a/wammu.spec +++ b/wammu.spec @@ -2,7 +2,7 @@ Name: wammu Version: 0.44 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Mobile Phone Manager - Gammu GUI Group: Applications/Communications @@ -18,6 +18,8 @@ BuildRequires: wxPython-devel >= 2.6 %if 0%{?fedora} BuildRequires: python2-six BuildRequires: pybluez +%else +BuildRequires: python-six %endif BuildRequires: gettext BuildRequires: desktop-file-utils @@ -26,6 +28,11 @@ Requires: dbus-x11 Requires: gammu >= 1.3.90 Requires: python2-gammu >= 2.11 Requires: wxPython >= 2.6 +%if 0%{?fedora} +Requires: python2-six +%else +Requires: python-six +%endif %description Wammu is mobile phone manager running on Linux, @@ -102,6 +109,10 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata %changelog +* Tue Jan 09 2018 Sérgio Basto - 0.44-3 +- BR python-six for compatibility on EPEL 7 and require explicity the same + python-six + * Tue Jan 09 2018 Sérgio Basto - 0.44-2 - BR python2-six only in Fedora to be compatibility with EPEL 7 - add BR python2-setuptools From c27dbb4928a3f2bd358bb664d74add5cd243dfd8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 9 Feb 2018 20:45:02 +0000 Subject: [PATCH 53/58] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wammu.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wammu.spec b/wammu.spec index fcbe850..8c5d1fc 100644 --- a/wammu.spec +++ b/wammu.spec @@ -2,7 +2,7 @@ Name: wammu Version: 0.44 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Mobile Phone Manager - Gammu GUI Group: Applications/Communications @@ -109,6 +109,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata %changelog +* Fri Feb 09 2018 Fedora Release Engineering - 0.44-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Tue Jan 09 2018 Sérgio Basto - 0.44-3 - BR python-six for compatibility on EPEL 7 and require explicity the same python-six From 7700a663d0a591bf1ee7f0e8052aeb29b7002ad6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 14 Jul 2018 08:42:56 +0000 Subject: [PATCH 54/58] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wammu.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wammu.spec b/wammu.spec index 8c5d1fc..cce489f 100644 --- a/wammu.spec +++ b/wammu.spec @@ -2,7 +2,7 @@ Name: wammu Version: 0.44 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Mobile Phone Manager - Gammu GUI Group: Applications/Communications @@ -109,6 +109,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata %changelog +* Sat Jul 14 2018 Fedora Release Engineering - 0.44-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Fri Feb 09 2018 Fedora Release Engineering - 0.44-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From b9693fa7041f93187bb4880c6ba5d490810b0eb2 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:18:30 +0100 Subject: [PATCH 55/58] Remove obsolete Group tag References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag --- wammu.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/wammu.spec b/wammu.spec index cce489f..466d376 100644 --- a/wammu.spec +++ b/wammu.spec @@ -5,7 +5,6 @@ Version: 0.44 Release: 5%{?dist} Summary: Mobile Phone Manager - Gammu GUI -Group: Applications/Communications License: GPL-2.0 URL: http://wammu.eu/ Source0: https://github.com/gammu/%{name}/archive/%{version}/%{name}-%{version}.tar.gz From b02e2e359baeea008cbc7aee27ff45094ae493f6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 3 Feb 2019 11:32:07 +0000 Subject: [PATCH 56/58] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wammu.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wammu.spec b/wammu.spec index 466d376..0d4432c 100644 --- a/wammu.spec +++ b/wammu.spec @@ -2,7 +2,7 @@ Name: wammu Version: 0.44 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Mobile Phone Manager - Gammu GUI License: GPL-2.0 @@ -108,6 +108,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata %changelog +* Sun Feb 03 2019 Fedora Release Engineering - 0.44-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Sat Jul 14 2018 Fedora Release Engineering - 0.44-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From 78e43d9dc1a88956f8a755717c30d63e1d8b1d8e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jul 2019 03:16:51 +0000 Subject: [PATCH 57/58] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wammu.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wammu.spec b/wammu.spec index 0d4432c..9fd4fb9 100644 --- a/wammu.spec +++ b/wammu.spec @@ -2,7 +2,7 @@ Name: wammu Version: 0.44 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Mobile Phone Manager - Gammu GUI License: GPL-2.0 @@ -108,6 +108,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata %changelog +* Sat Jul 27 2019 Fedora Release Engineering - 0.44-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Sun Feb 03 2019 Fedora Release Engineering - 0.44-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From 3a726987fbe35edf385a672564bcfef16f7edd43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 31 Oct 2019 17:06:33 +0100 Subject: [PATCH 58/58] Orphaned for 6+ weeks --- .gitignore | 10 --- dead.package | 1 + sources | 1 - wammu.spec | 248 --------------------------------------------------- 4 files changed, 1 insertion(+), 259 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.package delete mode 100644 sources delete mode 100644 wammu.spec diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 2037544..0000000 --- a/.gitignore +++ /dev/null @@ -1,10 +0,0 @@ -wammu-0.28.tar.bz2 -wammu-0.29.tar.bz2 -/wammu-0.36.tar.bz2 -/wammu-0.37.tar.bz2 -/wammu-0.38.tar.bz2 -/wammu-0.40.tar.bz2 -/wammu-0.41.tar.bz2 -/wammu-0.42.tar.bz2 -/wammu-0.43.tar.bz2 -/wammu-0.44.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5204a84 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Orphaned for 6+ weeks diff --git a/sources b/sources deleted file mode 100644 index 90e3e67..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (wammu-0.44.tar.gz) = 17105408948a60b68364afc4e594af86798489da2209931aadf9e215565f82a36d8c551a1a654f477f644cf260dee6ff55146081850b52a89e84f795aa375ffc diff --git a/wammu.spec b/wammu.spec deleted file mode 100644 index 9fd4fb9..0000000 --- a/wammu.spec +++ /dev/null @@ -1,248 +0,0 @@ -%define python_sitelib %(%{__python2} -c 'from distutils import sysconfig; print sysconfig.get_python_lib()') - -Name: wammu -Version: 0.44 -Release: 7%{?dist} -Summary: Mobile Phone Manager - Gammu GUI - -License: GPL-2.0 -URL: http://wammu.eu/ -Source0: https://github.com/gammu/%{name}/archive/%{version}/%{name}-%{version}.tar.gz - -BuildArch: noarch -BuildRequires: python2-devel -BuildRequires: python2-setuptools -BuildRequires: python2-gammu >= 2.11 -BuildRequires: wxPython-devel >= 2.6 -%if 0%{?fedora} -BuildRequires: python2-six -BuildRequires: pybluez -%else -BuildRequires: python-six -%endif -BuildRequires: gettext -BuildRequires: desktop-file-utils -BuildRequires: libappstream-glib -Requires: dbus-x11 -Requires: gammu >= 1.3.90 -Requires: python2-gammu >= 2.11 -Requires: wxPython >= 2.6 -%if 0%{?fedora} -Requires: python2-six -%else -Requires: python-six -%endif - -%description -Wammu is mobile phone manager running on Linux, -Windows and possibly other platforms,where Gammu and wxPython works. -It works with any phone that Gammu supports, including many models from -Nokia, Siemens, and Alcatel. It has complete support (read, edit, -delete, copy) for contacts, todo, and calendar. It can read, save, and -send SMS. It includes an SMS composer for multi-part SMS messages, and -it can display SMS messages that include pictures. Currently, only text -and predefined bitmaps or sounds can be edited in the SMS composer. It -can export messages to an IMAP4 server (or other email storage). - -This program does not support browsing files in phone, use gMobileMedia -instead. - -Other features: -* sending files to phone (OBEX and Sony Ericsson phones only) -* support for backup and import in various formats (vCard, iCalendar,...) -* searching for phone -* translated into several languages -* rated as best on many software servers - -%prep -%setup -q - - -%build -%py2_build - -%install -%py2_install - -desktop-file-install --vendor "" \ - --dir %{buildroot}%{_datadir}/applications \ - --mode 0644 \ - --remove-category=Application \ - %{buildroot}%{_datadir}/applications/%{name}.desktop - -%if 0%{?fedora} > 23 -appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata.xml -%endif - -%find_lang %{name} - -%files -f %{name}.lang -%license COPYING -%doc README.* ChangeLog -%{_bindir}/%{name} -%{_bindir}/%{name}-configure -%{_datadir}/Wammu -%{_datadir}/pixmaps/* -%{_datadir}/appdata/wammu.appdata.xml -%{_datadir}/applications/%{name}.desktop -%{_mandir}/man1/*.1.gz -%lang(CZ) %{_mandir}/cs/man1/*.1.gz -%lang(DE) %{_mandir}/de/man1/*.1.gz -%lang(ES) %{_mandir}/es/man1/*.1.gz -%lang(FR) %{_mandir}/fr/man1/*.1.gz -%lang(IT) %{_mandir}/it/man1/*.1.gz -%lang(NL) %{_mandir}/nl/man1/*.1.gz -%lang(BR) %{_mandir}/pt_BR/man1/*.1.gz -%lang(RU) %{_mandir}/ru/man1/*.1.gz -%lang(SK) %{_mandir}/sk/man1/*.1.gz -%lang(DK) %{_mandir}/da/man1/*.1.gz -%lang(GB) %{_mandir}/en_GB/man1/*.1.gz -%lang(ET) %{_mandir}/et/man1/*.1.gz -%lang(HU) %{_mandir}/hu/man1/*.1.gz -%lang(ID) %{_mandir}/id/man1/*.1.gz -%lang(TR) %{_mandir}/tr/man1/*.1.gz -%lang(UK) %{_mandir}/uk/man1/*.1.gz -%lang(SV) %{_mandir}/sv/man1/*.1.gz -%{python2_sitelib}/Wammu -%{python2_sitelib}/%{name}-%{version}-py?.?.egg-info - - -%changelog -* Sat Jul 27 2019 Fedora Release Engineering - 0.44-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Sun Feb 03 2019 Fedora Release Engineering - 0.44-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Sat Jul 14 2018 Fedora Release Engineering - 0.44-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Fri Feb 09 2018 Fedora Release Engineering - 0.44-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Tue Jan 09 2018 Sérgio Basto - 0.44-3 -- BR python-six for compatibility on EPEL 7 and require explicity the same - python-six - -* Tue Jan 09 2018 Sérgio Basto - 0.44-2 -- BR python2-six only in Fedora to be compatibility with EPEL 7 -- add BR python2-setuptools - -* Sun Jan 07 2018 Sérgio Basto - 0.44-1 -- Update to 0.44 (#1531832) -- BR pybluez only in Fedora to be compatibility with EPEL 7 -- Use license macro -- Add new man pages (SV) - -* Sun Aug 20 2017 Sérgio Basto - 0.43-1 -- Update to 0.43 (#1404683) - -* Thu Jul 27 2017 Fedora Release Engineering - 0.42-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Sat Feb 11 2017 Fedora Release Engineering - 0.42-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Sun Aug 28 2016 Sérgio Basto - 0.42-1 -- wammu 0.42 - -* Tue Jul 19 2016 Fedora Release Engineering - 0.41-3 -- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages - -* Tue May 31 2016 Sérgio Basto - 0.41-2 -- Rebuild for gammu-1.37.3-2 - -* Wed May 25 2016 Sérgio Basto - 0.41-1 -- Update wammu to 0.41 - -* Fri Feb 05 2016 Sérgio Basto - 0.40-3 -- Fix github.com/gammu/wammu/issues/21 . -- Use python2 macros. - -* Thu Nov 26 2015 Sérgio Basto - 0.40-2 -- Update spec from upstream .spec -- Add PyBluez support. -- Update AppData packaging (https://fedoraproject.org/wiki/Packaging:AppData) -- Fix License Tag. -- Use explicitly python2. -- Workaround rhbz #1285841 . - -* Thu Nov 26 2015 Sérgio Basto - 0.40-1 -- Update wammu to 0.40 - -* Fri Jun 19 2015 Fedora Release Engineering - 0.38-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Mon Jan 05 2015 Sérgio Basto - 0.38-1 -- New upstream release. - -* Mon Nov 17 2014 Sérgio Basto - 0.37-1 -- New upstream release. - -* Sun Jun 08 2014 Fedora Release Engineering - 0.36-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Sun Sep 01 2013 Sérgio Basto - 0.36-1 -- Thu Sep 29 2011 Karel Volný - - Update release. - - Package localized manpages. - -* Sun Aug 04 2013 Fedora Release Engineering - 0.30.1-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Fri Feb 15 2013 Fedora Release Engineering - 0.30.1-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Sun Jul 22 2012 Fedora Release Engineering - 0.30.1-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Sat Jan 14 2012 Fedora Release Engineering - 0.30.1-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Mon Feb 07 2011 Fedora Release Engineering - 0.30.1-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Thu Jul 22 2010 David Malcolm - 0.30.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild - -* Mon Jul 27 2009 Fedora Release Engineering - 0.30.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Wed Apr 29 2009 Xavier Lamien - 0.30.1-1 -- Update release. - -* Wed Feb 25 2009 Fedora Release Engineering - 0.29-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.29-3 -- Fix locations for Python 2.6 - -* Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.29-2 -- Rebuild for Python 2.6 - -* Sun Oct 12 2008 Xavier Lamien - 0.29-1 -- Update release. - -* Mon Aug 25 2008 Xavier Lamien - 0.28-1 -- Update release. - -* Fri Apr 04 2008 Xavier Lamien - 0.26-2 -- Added missing files. - -* Tue Mar 04 2008 Xavier Lamien - 0.26-1 -- Updated Release. - -* Thu 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.