Author: qboosh Date: Thu Oct 27 20:24:00 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - finished
---- Files affected: SPECS: echoping.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/echoping.spec diff -u SPECS/echoping.spec:1.2 SPECS/echoping.spec:1.3 --- SPECS/echoping.spec:1.2 Thu Oct 27 21:49:57 2005 +++ SPECS/echoping.spec Thu Oct 27 22:23:54 2005 @@ -9,9 +9,9 @@ Source0: ftp://ftp.internatif.org/pub/unix/echoping/%{name}-%{version}-BETA.tar.gz # Source0-md5: a8d10ec94a6dfc42bd978a1e99d00efa URL: http://echoping.sourceforge.net/ -BuildRequires: autoconf -BuildRequires: automake -BuildRequires: bind-devel +BuildRequires: libidn-devel +BuildRequires: openldap-devel +BuildRequires: postgresql-devel BuildRequires: popt-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -29,7 +29,8 @@ %setup -q -n %{name}-%{version}-BETA %build -%configure +%configure \ + --disable-static %{__make} %install @@ -38,14 +39,18 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +rm -f $RPM_BUILD_ROOT%{_libdir}/echoping/*.la + %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -#%doc ChangeLog README -#%attr(755,root,root) %{_bindir}/* -#%{_mandir}/man*/* +%doc AUTHORS ChangeLog DETAILS PLUGINS README TODO +%attr(755,root,root) %{_bindir}/echoping* +%dir %{_libdir}/echoping +%attr(755,root,root) %{_libdir}/echoping/*.so* +%{_mandir}/man1/echoping* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -53,6 +58,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2005/10/27 20:23:54 qboosh +- finished + Revision 1.2 2005/10/27 19:49:57 qboosh - pl ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/echoping.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
