From 8ee46e55b05ba6714185fb4b388175989780066c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jason=20=E3=83=86=E3=82=A3=E3=83=93=E3=83=84?= Date: Sun, 10 Jun 2007 02:34:40 +0000 Subject: [PATCH 1/8] Initialize branch FC-6 for wammu --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..d5b6362 --- /dev/null +++ b/branch @@ -0,0 +1 @@ +FC-6 From e06f7fc516ff145b173df10b5dda0b7e5adfb35c Mon Sep 17 00:00:00 2001 From: Xavier LAMIEN Date: Tue, 12 Jun 2007 22:50:22 +0000 Subject: [PATCH 2/8] 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 a6b364bace331f2774e9d0a9117c7d436c16756f Mon Sep 17 00:00:00 2001 From: Xavier LAMIEN Date: Wed, 4 Jul 2007 02:34:48 +0000 Subject: [PATCH 3/8] 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 d14fff7d504d3da004ab39ddf8df2aa9af23fd8a Mon Sep 17 00:00:00 2001 From: Xavier LAMIEN Date: Thu, 18 Oct 2007 20:40:07 +0000 Subject: [PATCH 4/8] 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 dc22d62b772b20ae123baf79286403c57ba33356 Mon Sep 17 00:00:00 2001 From: Xavier LAMIEN Date: Thu, 18 Oct 2007 20:51:50 +0000 Subject: [PATCH 5/8] . --- .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 9801c126767187595fa29a964488a9b707b9e800 Mon Sep 17 00:00:00 2001 From: Xavier LAMIEN Date: Thu, 3 Jan 2008 11:21:57 +0000 Subject: [PATCH 6/8] Updating release --- wammu.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 8b4ed49b9182bdbc5a7ff87bcae43ccb8178a1b1 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:15:13 +0000 Subject: [PATCH 7/8] 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 50cecb071d162e7b2754c50cff5b123418f2201e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 15:12:19 +0000 Subject: [PATCH 8/8] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - 3 files changed, 22 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch 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) diff --git a/branch b/branch deleted file mode 100644 index d5b6362..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -FC-6