SPECS: vocal.spec - some cleanups and pl fixes

qboosh qboosh at pld-linux.org
Sat Apr 7 19:52:57 CEST 2007


Author: qboosh                       Date: Sat Apr  7 17:52:57 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- some cleanups and pl fixes

---- Files affected:
SPECS:
   vocal.spec (1.13 -> 1.14) 

---- Diffs:

================================================================
Index: SPECS/vocal.spec
diff -u SPECS/vocal.spec:1.13 SPECS/vocal.spec:1.14
--- SPECS/vocal.spec:1.13	Mon Feb 12 23:09:19 2007
+++ SPECS/vocal.spec	Sat Apr  7 19:52:52 2007
@@ -4,7 +4,7 @@
 # - init scripts for every service
 # - make install - should be working, but does not...
 # - fs requires cpl files (?)
-# - MIBy for SNMP
+# - MIBs for SNMP
 # - rs requires many things
 Summary:	vocal - Vovida Open Communication Application Library
 Summary(pl.UTF-8):	vocal - otwarta biblioteka dla aplikacji komunikacyjnych
@@ -48,6 +48,7 @@
 
 %package siph323csgw
 Summary:	SIP-H.323 Call Signaling Gateway
+Summary(pl.UTF-8):	Bramka sygnalizacyjna SIP-H.323
 Group:		Networking
 
 %description siph323csgw
@@ -58,25 +59,25 @@
 
 %package cdrserv
 Summary:	CDR server
-Summary(pl.UTF-8):	CDR server
+Summary(pl.UTF-8):	Serwer CDR
 Group:		Networking
 
 %description cdrserv
 CDR server.
 
 %description cdrserv -l pl.UTF-8
-CDR server.
+Serwer CDR.
 
 %package heartbeat
 Summary:	Heartbeat server
-Summary(pl.UTF-8):	Heartbeat server
+Summary(pl.UTF-8):	Serwer Heartbeat
 Group:		Networking
 
 %description heartbeat
 Heartbeat server.
 
 %description heartbeat -l pl.UTF-8
-Heartbeat server.
+Serwer Heartbeat.
 
 %prep
 %setup -q -n %{name}
@@ -99,11 +100,15 @@
 
 # This makes better package:
 #%{__make} CODE_OPTIMIZE=1 LDLIBS_LAST="-L%{_libdir}" all
-%{__make} %{!?debug:CODE_OPTIMIZE=1} LDLIBS_LAST="-L%{_libdir} -L/usr/X11R6/lib -lxml -lsndfile" all
+%{__make} all \
+	%{!?debug:CODE_OPTIMIZE=1} \
+	LDLIBS_LAST="-lxml -lsndfile"
 # SIP-H.323 Call Signaling Gateway
-%{__make} %{!?debug:CODE_OPTIMIZE=1} siph323csgw
+%{__make} siph323csgw \
+	%{!?debug:CODE_OPTIMIZE=1}
 # Provisioning Server
-%{__make} %{!?debug:CODE_OPTIMIZE=1} ps
+%{__make} ps \
+	%{!?debug:CODE_OPTIMIZE=1}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -172,6 +177,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.14  2007/04/07 17:52:52  qboosh
+- some cleanups and pl fixes
+
 Revision 1.13  2007/02/12 22:09:19  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/vocal.spec?r1=1.13&r2=1.14&f=u



More information about the pld-cvs-commit mailing list