rpms/gammu/devel .cvsignore,1.15,1.16 gammu.spec,1.26,1.27

Ville Skyttä scop at fedoraproject.org
Tue Jun 9 18:21:16 UTC 2009


Author: scop

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

Modified Files:
	.cvsignore gammu.spec 
Log Message:
* Thu May  7 2009 Ville Skyttä <ville.skytta at iki.fi> - 1.24.0-2
- Build with $RPM_OPT_FLAGS, use %cmake macro.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gammu/devel/.cvsignore,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- .cvsignore	12 Apr 2009 15:59:58 -0000	1.15
+++ .cvsignore	9 Jun 2009 18:20:46 -0000	1.16
@@ -1 +1 @@
-gammu-1.23.92.tar.bz2
+gammu-1.24.0.tar.bz2


Index: gammu.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gammu/devel/gammu.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -r1.26 -r1.27
--- gammu.spec	29 Apr 2009 19:40:09 -0000	1.26
+++ gammu.spec	9 Jun 2009 18:20:46 -0000	1.27
@@ -2,7 +2,7 @@
 
 Name:		gammu
 Version:        1.24.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Command Line utility to work with mobile phones
 
 Group:          Applications/System
@@ -77,14 +77,11 @@ developing applications that use %{name}
 %build
 mkdir build
 pushd build
-cmake -DCMAKE_INSTALL_PREFIX=%{_prefix}	\
-	-DBUILD_SHARED_LIBS=ON		\
+%cmake					\
 	-DENABLE_BACKUP=ON		\
 	-DWITH_NOKIA_SUPPORT=ON		\
 	-DWITH_Bluez=ON			\
 	-DWITH_IrDA=On			\
-	-DINSTALL_LIB_DIR=%{_libdir}	\
-	-DINSTALL_LIBDATA_DIR=%{_libdir} \
 	../
 make
 popd
@@ -158,6 +155,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu May  7 2009 Ville Skyttä <ville.skytta at iki.fi> - 1.24.0-2
+- Build with $RPM_OPT_FLAGS, use %%cmake macro.
+
 * Wed Apr 29 2009 Xavier Lamien <lxtnow at gmail.com> - 1.24.0-1
 - Update release.
 




More information about the fedora-extras-commits mailing list