rpms/gammu/devel .cvsignore, 1.13, 1.14 gammu.spec, 1.21, 1.22 sources, 1.13, 1.14

Xavier LAMIEN laxathom at fedoraproject.org
Tue Feb 10 22:59:16 UTC 2009


Author: laxathom

Update of /cvs/pkgs/rpms/gammu/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32266

Modified Files:
	.cvsignore gammu.spec sources 
Log Message:
Update release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gammu/devel/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- .cvsignore	11 Jan 2009 17:54:09 -0000	1.13
+++ .cvsignore	10 Feb 2009 22:58:45 -0000	1.14
@@ -1 +1 @@
-gammu-1.22.90.tar.bz2
+gammu-1.22.94.tar.bz2


Index: gammu.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gammu/devel/gammu.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- gammu.spec	28 Jan 2009 11:31:07 -0000	1.21
+++ gammu.spec	10 Feb 2009 22:58:45 -0000	1.22
@@ -1,6 +1,8 @@
+%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+
 Name:		gammu
-Version:        1.22.90
-Release:        3%{?dist}
+Version:        1.22.94
+Release:        1%{?dist}
 Summary:        Command Line utility to work with mobile phones
 
 Group:          Applications/System
@@ -10,16 +12,29 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	autoconf, gettext, cmake
-#enabling bluetooth fonction
+BuildRequires:	libusb1-devel, doxygen
+BuildRequires:  libdbi-devel, libcurl-devel
+# Enabling bluetooth fonction
 BuildRequires:	bluez-libs-devel
-#enabling mysql sms fonction
+# Enabling Database sms fonction
 BuildRequires:	postgresql-devel, mysql-devel
+
 Requires:       bluez-utils, dialog
 
+
 %package	libs
 Summary:	Libraries files for %{name}
 Group:		System Environment/Libraries
 
+%package -n     python-%{name}
+Summary:	Python bindings for Gammu
+Group:		Development/Languages
+
+BuildRequires:  python-devel
+Obsoletes:      python-%{name} <= 0.28
+
+Requires:       %{name} = %{version}-%{release}
+
 %package	devel
 Summary:	Development files for %{name}	
 Group:		Development/Libraries
@@ -40,10 +55,20 @@
 %description	libs
 The %{name}-libs package contains libraries files that used by %{name}
 
+%description -n python-%{name}
+Python bindings for Gammu library.
+It currently does not support all Gammu features,
+but range of covered functions is increasing,
+if you need some specific, feel free to use bug tracking
+system for feature requests.
+
 %description	devel
 The %{name}-devel  package contains Header and libraries files for
 developing applications that use %{name}
 
+
+
+
 %prep
 %setup -q
 
@@ -121,6 +146,10 @@
 %defattr(-,root,root,-)
 %{_libdir}/*.so.*
 
+%files -n       python-%{name}
+%defattr(-,root,root,-)
+%{python_sitearch}/%{name}
+
 %files		devel
 %defattr(-,root,root,-)
 %doc devel_docs/*
@@ -130,6 +159,9 @@
 
 
 %changelog
+* Tue Feb 10 2009 Xavier Lamien <lxtnow at gmail.com> - 1.22.94-1
+- Update release.
+
 * Mon Jan 26 2009 Xavier Lamien <lxtnow at gmail.com> - 1.22.90-3
 - Make _libdir in a good shape.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gammu/devel/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- sources	11 Jan 2009 17:54:09 -0000	1.13
+++ sources	10 Feb 2009 22:58:45 -0000	1.14
@@ -1 +1 @@
-a6315df55fe8b7522007f7194a885ca1  gammu-1.22.90.tar.bz2
+5f7a3ba8398e7757ffecc41aa1a48f00  gammu-1.22.94.tar.bz2




More information about the scm-commits mailing list