diff --git a/adns.spec b/adns.spec index 3c31ae6..2d8330a 100644 --- a/adns.spec +++ b/adns.spec @@ -1,6 +1,6 @@ Name: adns Version: 1.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Advanced, easy to use, asynchronous-capable DNS client library @@ -84,6 +84,8 @@ make \ libdir=$RPM_BUILD_ROOT%{_libdir} \ install +rm -f $RPM_BUILD_ROOT%{_libdir}/libadns.a + %clean rm -fr $RPM_BUILD_ROOT @@ -99,13 +101,15 @@ rm -fr $RPM_BUILD_ROOT %defattr(644,root,root,755) %{_includedir}/* %{_libdir}/lib*.so -%{_libdir}/*.a %files progs %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/* %changelog +* Wed Dec 19 2007 Adam Tkac 1.4-2 +- don't ship static libadns.a + * Wed Dec 19 2007 Adam Tkac 1.4-1 - updated to 1.4 - CVS cleanup