SPECS: gnokii.spec - fixed and finished pl for -smsd, cleaned up i...

qboosh qboosh at pld-linux.org
Fri Sep 2 20:45:56 CEST 2005


Author: qboosh                       Date: Fri Sep  2 18:45:56 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed and finished pl for -smsd, cleaned up its file list
- use standard libtool perms for library installation (in smsdlibs patch)

---- Files affected:
SPECS:
   gnokii.spec (1.89 -> 1.90) 

---- Diffs:

================================================================
Index: SPECS/gnokii.spec
diff -u SPECS/gnokii.spec:1.89 SPECS/gnokii.spec:1.90
--- SPECS/gnokii.spec:1.89	Thu Sep  1 16:19:49 2005
+++ SPECS/gnokii.spec	Fri Sep  2 20:45:51 2005
@@ -93,18 +93,19 @@
 %description -n libgnokii-static -l pl
 Statyczna wersja biblioteki libgnokii.
 
-%package -n gnokii-smsd
+%package smsd
 Summary:	Daemon for handling incoming and outgoing SMSes using libgnokii
-Summary(pl):	Serwer do zarządzania przychodzacymi i wychodzacymi sms'ami przy urzyciu gnokii
+Summary(pl):	Serwer do zarządzania przychodzacymi i wychodzacymi SMS-ami przy użyciu gnokii
 Group:		Daemons
 Requires:	gnokii = %{epoch}:%{version}-%{release}
-Requires:	mysql-devel
-Requires:	postgresql-devel
 Obsoletes:	smstools
 
-%description -n gnokii-smsd
+%description smsd
 The SMSD (SMS daemon) program is intended for receiving and sending
-SMSes
+SMSes.
+
+%description smsd -l pl
+Program SMSD (demon SMS) służy do odbierania i wysyłania SMS-ów.
 
 %prep
 %setup -q
@@ -138,10 +139,8 @@
 %{__make} install install-docs \
 	DESTDIR=$RPM_BUILD_ROOT
 
-cd smsd
-%{__make} install \
+%{__make} -C smsd install \
         DESTDIR=$RPM_BUILD_ROOT
-cd ..
 
 install Docs/sample/gnokiirc $RPM_BUILD_ROOT%{_sysconfdir}/gnokiirc
 
@@ -154,6 +153,8 @@
 # move xgnokii manpage into proper place
 mv -f  $RPM_BUILD_ROOT{%{_mandir},%{_mandir}}/man1/xgnokii.1x
 
+rm -f $RPM_BUILD_ROOT%{_libdir}/smsd/*.{la,a}
+
 %find_lang %{name}
 
 %clean
@@ -210,17 +211,18 @@
 %doc smsd/ChangeLog smsd/README smsd/README.MySQL smsd/README.Tru64 smsd/action smsd/*.sql
 %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.*
 
-
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <feedback at pld-linux.org>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.90  2005/09/02 18:45:51  qboosh
+- fixed and finished pl for -smsd, cleaned up its file list
+- use standard libtool perms for library installation (in smsdlibs patch)
+
 Revision 1.89  2005/09/01 14:19:49  matkor
 - TODO added.
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/gnokii.spec?r1=1.89&r2=1.90&f=u




More information about the pld-cvs-commit mailing list