SPECS: gnokii.spec - fixed smsd and smsd libs permissions - fixed ...
matkor
matkor at pld-linux.org
Thu Sep 1 16:14:31 CEST 2005
Author: matkor Date: Thu Sep 1 14:14:31 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fixed smsd and smsd libs permissions
- fixed smsd Makefile to install psql and msql modules in $libdir/smsd/
- commited on behalf of Lukasz Michalski <l.michalski at ant.gliwice.pl>
---- Files affected:
SPECS:
gnokii.spec (1.87 -> 1.88)
---- Diffs:
================================================================
Index: SPECS/gnokii.spec
diff -u SPECS/gnokii.spec:1.87 SPECS/gnokii.spec:1.88
--- SPECS/gnokii.spec:1.87 Wed May 18 07:26:27 2005
+++ SPECS/gnokii.spec Thu Sep 1 16:14:26 2005
@@ -3,7 +3,7 @@
Summary(pl): Linuksowy/uniksowy zestaw narzędzi dla telefonów komórkowych
Name: gnokii
Version: 0.6.7
-Release: 0.1
+Release: 0.2
Epoch: 1
License: GPL v2+
Group: Applications/Communications
@@ -13,6 +13,7 @@
Source1: %{name}.desktop
Source2: %{name}.png
Patch0: %{name}-pld.patch
+Patch1: %{name}-smsdlibs.patch
URL: http://www.gnokii.org/
BuildRequires: XFree86-devel
BuildRequires: autoconf
@@ -101,12 +102,13 @@
Obsoletes: smstools
%description -n gnokii-smsd
-The SMSD (SMS daemon) program is intended for receiving and sending
+The SMSD (SMS daemon) program is intended for receiving and sending
SMSes
%prep
%setup -q
%patch0 -p1
+%patch1 -p1
%build
rm -rf autom4te.cache
@@ -122,7 +124,7 @@
cd smsd
%{__make}
-%{__make} libpq.la
+%{__make} libpq.la
%{__make} libmysql.la
%{__make} libfile.la
cd ..
@@ -135,7 +137,7 @@
%{__make} install install-docs \
DESTDIR=$RPM_BUILD_ROOT
-cd smsd
+cd smsd
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
cd ..
@@ -149,7 +151,7 @@
rm -rf $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}
# move xgnokii manpage into proper place
-mv -f $RPM_BUILD_ROOT{%{_prefix}/man,%{_mandir}}/man1/xgnokii.1x
+mv -f $RPM_BUILD_ROOT{%{_mandir},%{_mandir}}/man1/xgnokii.1x
%find_lang %{name}
@@ -205,8 +207,10 @@
%files -n gnokii-smsd
%defattr(644,root,root,755)
%doc smsd/ChangeLog smsd/README smsd/README.MySQL smsd/README.Tru64 smsd/action smsd/*.sql
-%{_sbindir}/smsd
-%{_libdir}/smsd/*
+%attr(755,root,root) %{_sbindir}/smsd
+%attr(755,root,root) %{_libdir}/smsd/*.so
+%attr(755,root,root) %{_libdir}/smsd/*.la
+%{_libdir}/smsd/*.a
%{_mandir}/man8/smsd.*
@@ -216,6 +220,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.88 2005/09/01 14:14:26 matkor
+- fixed smsd and smsd libs permissions
+- fixed smsd Makefile to install psql and msql modules in $libdir/smsd/
+- commited on behalf of Lukasz Michalski <l.michalski at ant.gliwice.pl>
+
Revision 1.87 2005/05/18 05:26:27 tiwek
- up to 0.6.7
- release 0.1, not tested
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/gnokii.spec?r1=1.87&r2=1.88&f=u
More information about the pld-cvs-commit
mailing list