Author: arvenil Date: Fri Jun 4 16:13:09 2010 GMT Module: packages Tag: HEAD ---- Log message: - added %ghost - BR: openssl-devel (with openssl support) - cleanup - release 1
---- Files affected: packages/libeXosip2: libeXosip2.spec (1.3 -> 1.4) ---- Diffs: ================================================================ Index: packages/libeXosip2/libeXosip2.spec diff -u packages/libeXosip2/libeXosip2.spec:1.3 packages/libeXosip2/libeXosip2.spec:1.4 --- packages/libeXosip2/libeXosip2.spec:1.3 Tue Jun 9 13:17:44 2009 +++ packages/libeXosip2/libeXosip2.spec Fri Jun 4 18:13:03 2010 @@ -3,13 +3,14 @@ Summary(pl.UTF-8): Rozszerzona biblioteka osip Name: libeXosip2 Version: 3.3.0 -Release: 0.1 +Release: 1 License: GPL v2+ Group: Libraries Source0: http://download.savannah.nongnu.org/releases/exosip/%{name}-%{version}.tar.gz # Source0-md5: a2739067b51c1e417c5aef9606b285b2 URL: http://savannah.nongnu.org/projects/exosip BuildRequires: libosip2-devel >= 3.0.3 +BuildRequires: openssl-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -53,14 +54,10 @@ %prep %setup -q -#%patch0 -p1 %build -%configure -# disable ssl support - need fresh openssl and isn't necessary - no way to -# disable it at configure level - see -# http://www.atosc.org/pipermail/osip/2007-September/007975.html -sed -e 's...@#define HAVE_OPENSSL_SSL_H 1...@#undef have_openssl_ss...@g' -i config.h +%configure \ + --enable-openssl %{__make} -j1 %install @@ -79,6 +76,7 @@ %doc AUTHORS ChangeLog NEWS README %attr(755,root,root) %{_bindir}/* %attr(755,root,root) %{_libdir}/lib*.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/lib*.so.? %files devel %defattr(644,root,root,755) @@ -96,6 +94,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2010/06/04 16:13:03 arvenil +- added %ghost +- BR: openssl-devel (with openssl support) +- cleanup +- release 1 + Revision 1.3 2009/06/09 11:17:44 amateja - updated to 3.3.0 - changed BR libosip2 to libosip2-devel @@ -105,4 +109,3 @@ Revision 1.1 2008/03/30 17:16:48 undefine - initial - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libeXosip2/libeXosip2.spec?r1=1.3&r2=1.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
