rpms/adns/devel adns.spec,1.13,1.14

Adam Tkac (atkac) fedora-extras-commits at redhat.com
Wed Dec 19 13:45:01 UTC 2007


Author: atkac

Update of /cvs/pkgs/rpms/adns/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4839

Modified Files:
	adns.spec 
Log Message:
- don't ship static libadns.a



Index: adns.spec
===================================================================
RCS file: /cvs/pkgs/rpms/adns/devel/adns.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- adns.spec	19 Dec 2007 13:29:20 -0000	1.13
+++ adns.spec	19 Dec 2007 13:44:11 -0000	1.14
@@ -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 @@
     libdir=$RPM_BUILD_ROOT%{_libdir} \
     install
 
+rm -f $RPM_BUILD_ROOT%{_libdir}/libadns.a
+
 %clean
 rm -fr $RPM_BUILD_ROOT
 
@@ -99,13 +101,15 @@
 %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




More information about the fedora-extras-commits mailing list