Author: qboosh Date: Thu Feb 24 19:36:45 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - unified
---- Files affected: SPECS: yate.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/yate.spec diff -u SPECS/yate.spec:1.2 SPECS/yate.spec:1.3 --- SPECS/yate.spec:1.2 Thu Feb 24 14:47:08 2005 +++ SPECS/yate.spec Thu Feb 24 20:36:38 2005 @@ -3,47 +3,51 @@ # - subpackages for qt client (and maybe gtk) Summary: Yet Another Telephony Engine +Summary(pl): Yet Another Telephony Engine - jeszcze jeden silnik do telefonii Name: yate Version: 0.8.7 Release: 1 License: GPL +Group: Applications/Communications Source0: http://yate.null.ro/%{name}-%{version}.tar.gz # Source0-md5: 96e2e915a3485fe5f4621c80586569d4 Source1: %{name}.init Source2: %{name}.sysconfig -Group: Applications/Communications -BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) URL: http://yate.null.ro/ -BuildRequires: libstdc++ -BuildRequires: pwlib-devel -BuildRequires: qt-devel -BuildRequires: libgsm-devel -BuildRequires: openh323-devel BuildRequires: glib2-devel +BuildRequires: libgsm-devel BuildRequires: libpri-devel -BuildRequires: postgresql-devel +BuildRequires: libstdc++-devel +BuildRequires: openh323-devel BuildRequires: ortp-devel +BuildRequires: postgresql-devel +BuildRequires: pwlib-devel +BuildRequires: qt-devel BuildRequires: spandsp-devel +PreReq: rc-scripts +Requires(post,preun): /sbin/chkonfig +Requires(post): /sbin/ldconfig +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description YATE is a telephony engine designed to implement PBX and IVR solutions for small to large scale projects. %description -l pl -YATE umożliwia implementacje rozwiązań telefonii opartych na PBX oraz -IVR zarówno w dużych jak i małych projektach. +YATE to silnik do telefonii zaprojektowany do implementacji rozwiązań +opartych na PBX oraz IVR zarówno w dużych jak i małych projektach. %package devel -Summary: Development package for yate +Summary: Header files for YATE libraries +Summary(pl): Pliki nagłówkowe bibliotek YATE Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description devel -The yate-devel package includes the libraries and header files for -YATE. +This package includes the header files for YATE libraries. %description devel -l pl -Zawiera pliki nagółwkowe oraz niezbędne biblioteki dla YATE. +Ten pakiet zawiera pliki nagłówkowe bibliotek YATE. %prep %setup -q -n %{name} @@ -66,7 +70,7 @@ %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT/{etc/{rc.d/init.d,sysconfig},var/log} +install -d $RPM_BUILD_ROOT{/etc/{rc.d/init.d,sysconfig},/var/log} %{__make} install \ DESTDIR=$RPM_BUILD_ROOT @@ -75,6 +79,9 @@ install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/%{name} touch $RPM_BUILD_ROOT/var/log/yate.log +%clean +rm -rf $RPM_BUILD_ROOT + %post /sbin/ldconfig /sbin/chkconfig --add %{name} @@ -94,14 +101,11 @@ %postun -p /sbin/ldconfig -%clean -rm -rf $RPM_BUILD_ROOT - %files %defattr(644,root,root,755) %doc ChangeLog README %attr(750,root,root) %dir %{_sysconfdir}/yate -%config(noreplace) %verify(not mtime md5 size) %{_sysconfdir}/yate/* +%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/yate/* %attr(755,root,root) %{_libdir}/lib*.so.* %attr(755,root,root) %{_bindir}/yate %attr(754,root,root) /etc/rc.d/init.d/%{name} @@ -128,10 +132,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2005/02/24 19:36:38 qboosh +- unified + Revision 1.2 2005/02/24 13:47:08 sardzent - added pl description Revision 1.1 2005/02/23 22:40:11 arekm - initial pld release - - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/yate.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
