[erlang: 3/5] inets-5.5.2 puts *.hrl in include/

Hans Ulrich Niedermann ndim at fedoraproject.org
Mon Mar 21 16:17:03 UTC 2011


commit b1c4dceddd42bab142988051c70903a6a5a22d75
Author: Hans Ulrich Niedermann <hun at n-dimensional.de>
Date:   Mon Mar 21 15:25:25 2011 +0100

    inets-5.5.2 puts *.hrl in include/
    
    inets-5.5.2 (R14B02) puts the httpd API files
    
       httpd.hrl
       mod_auth.hrl
    
    into lib/inets/include instead of lib/inets/src/http_server
    as inets-5.5.1 (R14B01) did.

 erlang.spec |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/erlang.spec b/erlang.spec
index d1e8341..f910842 100644
--- a/erlang.spec
+++ b/erlang.spec
@@ -1575,6 +1575,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root)
 %dir %{_libdir}/erlang/lib/inets-*/
 %{_libdir}/erlang/lib/inets-*/ebin
+%{_libdir}/erlang/lib/inets-*/include
 %{_libdir}/erlang/lib/inets-*/priv
 %{_libdir}/erlang/lib/inets-*/src
 %if %{with doc}


More information about the scm-commits mailing list