Author: twittner Date: Sat Feb 4 19:50:59 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 1.0.1
---- Files affected: SPECS: ldns.spec (1.4 -> 1.5) ---- Diffs: ================================================================ Index: SPECS/ldns.spec diff -u SPECS/ldns.spec:1.4 SPECS/ldns.spec:1.5 --- SPECS/ldns.spec:1.4 Thu Aug 18 00:35:14 2005 +++ SPECS/ldns.spec Sat Feb 4 20:50:54 2006 @@ -6,17 +6,16 @@ Summary: ldns - a library with the aim to simplify DNS programing in C Summary(pl): ldns - biblioteka majÄ…ca na celu uproszczenie programowania DNS w C Name: ldns -Version: 0.70 +Version: 1.0.1 Release: 0.1 License: GPL Group: Libraries Source0: http://www.nlnetlabs.nl/downloads/%{name}-%{version}.tar.gz -# Source0-md5: d94b88a090aaba2e6b79d02b4eb4752f -Patch0: %{name}-DESTDIR.patch -Patch1: %{name}-ssl.patch +# Source0-md5: 39210ff3bb2673d57e024f7908d31be5 URL: http://www.nlnetlabs.nl/ldns/ BuildRequires: autoconf BuildRequires: automake +BuildRequires: doxygen BuildRequires: libtool BuildRequires: openssl-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -56,8 +55,6 @@ %prep %setup -q -%patch0 -p1 -%patch1 -p1 %build %{__libtoolize} @@ -65,7 +62,7 @@ %{__autoconf} %{__autoheader} %configure \ - %{!?with_static_libs:--enable-static=no} + --enable-static=%{?with_static_libs:yes}%{!?with_static_libs:no} %{__make} %{__make} doc @@ -91,11 +88,12 @@ %files %defattr(644,root,root,755) -%doc Changelog COMPILE DEADJOE ProgrammingPhilosophy README ROADMAP TODO -%attr(755,root,root) %{_libdir}/lib*.so.*.*.* +%doc Changelog ProgrammingPhilosophy README ROADMAP TODO +%attr(755,root,root) %{_libdir}/lib*-*.*.*.so %files devel %defattr(644,root,root,755) +%doc doc/{*.html,LDNS_API,overview,PacketTypes,dns-lib-implementations,function_manpages,ldns_manpages,CodingStyle,html} %attr(755,root,root) %{_libdir}/lib*.so %{_libdir}/lib*.la %{_includedir}/%{name} @@ -113,6 +111,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5 2006/02/04 19:50:54 twittner +- up to 1.0.1 + Revision 1.4 2005/08/17 22:35:14 qboosh - added ssl patch, BR+R: openssl-devel - fix broken manual symlinks ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/ldns.spec?r1=1.4&r2=1.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
