]> git.pld-linux.org Git - packages/gammu.git/blobdiff - gammu.spec
-enable some features
[packages/gammu.git] / gammu.spec
index 3247cf65669343419c9563b46ac1619eca1825e9..33bf4f42ef93b46fc1f609c72f312832ab126253 100644 (file)
@@ -1,21 +1,17 @@
-%define         major   0
-%define         minor   79
-
-%define         ver    %{major}%{minor}
-
 Summary:       Linux/Unix tool suite for Nokia mobile phones
 Summary(pl):   Linuksowy/Uniksowy zestaw narzêdzi dla telefonów komórkowych Nokia
 Name:          gammu
-Version:       %{major}.%{minor}
+Version:       0.92.0
 Release:       1
 Epoch:         1
 License:       GPL v2
 Group:         Applications/Communications
-Source0:       http://www.mwiacek.com/english/zips/%{name}.tar.gz
-# Source0-md5: 418bbe4e808f9e4e9e93e3c42206735d
+Source0:       http://www.mwiacek.com/zips/gsm/%{name}/older/%{name}-%{version}.tar.gz
+# Source0-md5: dba30fe8fded818508a065ca10519bf6
 Patch0:                %{name}-etc_dir.patch
 URL:           http://www.mwiacek.com/english/gsm/gammu/gammu.html
 BuildRequires: autoconf
+BuildRequires: bluez-libs-devel
 Provides:      mygnokii2
 Obsoletes:     mygnokii2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -40,14 +36,29 @@ WAP, daty/czasu, budzika, dzwonienia itp. Mo
 kopie zapasowe danych i odtwarzaæ je.
 
 %prep
-%setup -q -n %{name}-%{ver}
-%patch0 -p1
+%setup -q
+#%patch0 -p1
 
 %build
 cd cfg/autoconf
 %{__autoconf}
-%configure
-cd ../..
+%configure     \
+       --enable-cb                     \
+       --enable-7110incoming           \
+       --enable-6210calendar           \
+       --enable-fbus                   \
+       --enable-mbus                   \
+       --enable-fbusirda               \
+       --enable-phonetblue             \
+       --enable-fbusdku5               \
+       --enable-fbuspl2303             \
+       --enable-fbusdlr3               \
+       --enable-obexgen                \
+       --enable-mroutergen             \
+       --enable-mrouterblue            \
+       --enable-irdaphonet             \
+       --enable-irdaobex               
+cd ../..       
 %{__make}
 
 %install
This page took 0.075258 seconds and 4 git commands to generate.