SPECS: gammu.spec - up to 1.23.1 - some tune-ups in %build (fixing paths mo...
duddits
duddits at pld-linux.org
Sat Mar 14 22:07:26 CET 2009
Author: duddits Date: Sat Mar 14 21:07:26 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- up to 1.23.1
- some tune-ups in %build (fixing paths mostly)
- etc_dir.patch updated
- %files
---- Files affected:
SPECS:
gammu.spec (1.74 -> 1.75)
---- Diffs:
================================================================
Index: SPECS/gammu.spec
diff -u SPECS/gammu.spec:1.74 SPECS/gammu.spec:1.75
--- SPECS/gammu.spec:1.74 Sun Dec 21 20:37:09 2008
+++ SPECS/gammu.spec Sat Mar 14 22:07:20 2009
@@ -2,13 +2,13 @@
Summary: Tool suite for mobile phones
Summary(pl.UTF-8): Zestaw narzędzi do telefonów komórkowych
Name: gammu
-Version: 1.22.1
+Version: 1.23.1
Release: 1
Epoch: 1
License: GPL v2
Group: Applications/Communications
Source0: http://dl.cihar.com/gammu/releases/%{name}-%{version}.tar.bz2
-# Source0-md5: 5d06f38d16043600a6b216db42197ea8
+# Source0-md5: bb1d23eb766ecd9d21bc79c2f8a1d480
Patch0: %{name}-etc_dir.patch
URL: http://www.gammu.org/
BuildRequires: bluez-libs-devel
@@ -93,7 +93,8 @@
-DINSTALL_LIBDATA_DIR=%{_libdir} \
%{?debug:-DCMAKE_BUILD_TYPE="Debug"}
%{__make}
-mv common/libGammu.a ..
+mv libgammu/libGammu.a ..
+mv smsd/libgsmsd.a ..
%cmake .. \
-DCMAKE_INSTALL_PREFIX="%{_prefix}" \
-DCMAKE_VERBOSE_MAKEFILE=ON \
@@ -110,9 +111,11 @@
%{__make} -C build install \
DESTDIR=$RPM_BUILD_ROOT
-install docs/examples/config/gammurc $RPM_BUILD_ROOT%{_sysconfdir}
+install docs/config/gammurc $RPM_BUILD_ROOT%{_sysconfdir}
cp -r docs/{examples,develop} $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
install libGammu.a $RPM_BUILD_ROOT%{_libdir}
+install libgsmsd.a $RPM_BUILD_ROOT%{_libdir}
+
%find_lang %{name}
rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
@@ -128,27 +131,40 @@
%files -f %{name}.lang
%defattr(644,root,root,755)
-%doc ChangeLog docs/user/gammu.htm docs/user/readme.htm other/bash README SUPPORTERS
+%doc AUTHORS BUGS ChangeLog docs/user/gammu.html docs/user/readme.html README README.Python SUPPORTERS
%doc %lang(it) docs/user/gammu.it.txt docs/user/readme.it.txt
%attr(755,root,root) %{_bindir}/%{name}
+%attr(755,root,root) %{_bindir}/gammu-smsd
+%attr(755,root,root) %{_bindir}/gammu-smsd-inject
+%attr(755,root,root) %{_bindir}/gammu-smsd-monitor
+%attr(755,root,root) %{_bindir}/jadmaker
%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/gammurc
%{_examplesdir}/%{name}-%{version}
%{_mandir}/man1/*
+%{_mandir}/man5/*
+%{_mandir}/man7/*
%files libs
%defattr(755,root,root,755)
%attr(755,root,root) %{_libdir}/libGammu.so.*.*
-%attr(755,root,root) %ghost %{_libdir}/libGammu.so.5
+%attr(755,root,root) %{_libdir}/libgsmsd.so.*.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libgsmsd.so.6
+%attr(755,root,root) %ghost %{_libdir}/libGammu.so.6
%files devel
%defattr(644,root,root,755)
%attr(755,root,root) %{_bindir}/%{name}-config
%attr(755,root,root) %{_libdir}/libGammu.so
+%attr(755,root,root) %{_libdir}/libgsmsd.so
%{_includedir}/*
+%dir %{py_sitedir}/gammu/
+%attr(755,root,root) %{py_sitedir}/gammu/_gammu.so
%{_pkgconfigdir}/gammu.pc
+%{_pkgconfigdir}/gammu-smsd.pc
%files static
%defattr(755,root,root,755)
+%{_libdir}/libgsmsd.a
%{_libdir}/libGammu.a
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -157,6 +173,12 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.75 2009/03/14 21:07:20 duddits
+- up to 1.23.1
+- some tune-ups in %build (fixing paths mostly)
+- etc_dir.patch updated
+- %files
+
Revision 1.74 2008/12/21 19:37:09 gotar
- typo (removed with some needless parts)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gammu.spec?r1=1.74&r2=1.75&f=u
More information about the pld-cvs-commit
mailing list