- don't ship static libadns.a
This commit is contained in:
parent
35ee93b6e7
commit
c2fedc9d24
1 changed files with 6 additions and 2 deletions
|
|
@ -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 <atkac redhat com> 1.4-2
|
||||
- don't ship static libadns.a
|
||||
|
||||
* Wed Dec 19 2007 Adam Tkac <atkac redhat com> 1.4-1
|
||||
- updated to 1.4
|
||||
- CVS cleanup
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue