Author: gotar Date: Sun Dec 21 13:27:53 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - upgraded to 1.22.1 (and this is not a part of the GNU project), - restored home_etc, BR: curl-devel
---- Files affected: SPECS: gammu.spec (1.72 -> 1.73) ---- Diffs: ================================================================ Index: SPECS/gammu.spec diff -u SPECS/gammu.spec:1.72 SPECS/gammu.spec:1.73 --- SPECS/gammu.spec:1.72 Mon Sep 29 23:05:28 2008 +++ SPECS/gammu.spec Sun Dec 21 14:27:47 2008 @@ -1,18 +1,19 @@ # $Revision$, $Date$ -Summary: GNU tool suite for mobile phones -Summary(pl.UTF-8): Zestaw narzędzi GNU dla telefonów komórkowych +Summary: Open source tool suite for mobile phones +Summary(pl.UTF-8): Zestaw narzędzi otwartego oprogramoawnia dla telefonów komórkowych Name: gammu -Version: 1.20.0 -Release: 2 +Version: 1.22.1 +Release: 1 Epoch: 1 License: GPL v2 Group: Applications/Communications Source0: http://dl.cihar.com/gammu/releases/%{name}-%{version}.tar.bz2 -# Source0-md5: e39930e94babd42731e20fc7b33ed12e +# Source0-md5: 5d06f38d16043600a6b216db42197ea8 Patch0: %{name}-etc_dir.patch URL: http://www.gammu.org/ BuildRequires: bluez-libs-devel BuildRequires: cmake >= 2.4.6 +BuildRequires: curl-devel BuildRequires: gettext-devel BuildRequires: mysql-devel BuildRequires: postgresql-devel @@ -79,7 +80,7 @@ %prep %setup -q -#%patch0 -p1 +%patch0 -p1 %build mkdir -p build @@ -87,19 +88,19 @@ %cmake .. \ -DCMAKE_INSTALL_PREFIX="%{_prefix}" \ -DCMAKE_VERBOSE_MAKEFILE=ON \ - -DENABLE_SHARED=OFF \ + -DBUILD_SHARED_LIBS=OFF \ -DINSTALL_LIB_DIR=%{_lib} \ -DINSTALL_LIBDATA_DIR=%{_libdir} \ - %{?debug:-DCMAKE_BUILD_TYPE="Debug"} + %{?debug:-DCMAKE_BUILD_TYPE="Debug"} %{__make} mv common/libGammu.a .. %cmake .. \ -DCMAKE_INSTALL_PREFIX="%{_prefix}" \ -DCMAKE_VERBOSE_MAKEFILE=ON \ - -DENABLE_SHARED=ON \ + -DBUILD_SHARED_LIBS=ON \ -DINSTALL_LIB_DIR=%{_lib} \ -DINSTALL_LIBDATA_DIR=%{_libdir} \ - %{?debug:-DCMAKE_BUILD_TYPE="Debug"} + %{?debug:-DCMAKE_BUILD_TYPE="Debug"} %{__make} %install @@ -137,7 +138,7 @@ %files libs %defattr(755,root,root,755) %attr(755,root,root) %{_libdir}/libGammu.so.*.* -%attr(755,root,root) %ghost %{_libdir}/libGammu.so.3 +%attr(755,root,root) %ghost %{_libdir}/libGammu.so.5 %files devel %defattr(644,root,root,755) @@ -156,6 +157,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.73 2008/12/21 13:27:47 gotar +- upgraded to 1.22.1 (and this is not a part of the GNU project), +- restored home_etc, BR: curl-devel + Revision 1.72 2008/09/29 21:05:28 qboosh - unified cmake -D options ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gammu.spec?r1=1.72&r2=1.73&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
