]> git.pld-linux.org Git - packages/ocaml-net.git/commitdiff
- up to 2.2.9 auto/th/ocaml-net-2_2_9-1
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 12 Dec 2007 21:53:49 +0000 (21:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- netclient and equeue packaged merged with ocamlnet by upstream
- too many changes to list them all here...

Changed files:
    ocaml-net.spec -> 1.34

ocaml-net.spec

index 47d1427a55ed63ce8aad758e93cead3b1c41e257..2ee5f8ed86eda564e14d7f2e7c09b2f228e9f0a4 100644 (file)
@@ -1,23 +1,27 @@
 # TODO:
 # - nethttpd needs to be packaged
+# - apache stuff
+# - lablgtk2 support
 #
 %define                ocaml_ver       1:3.09.2
 Summary:       Modules for Internet programming in OCaml
 Summary(pl.UTF-8):     Moduły ułatwiające pisanie programów internetowych w OCamlu
 Name:          ocaml-net
-Version:       1.1.1
-Release:       5
+Version:       2.2.9
+Release:       1
 License:       GPL v2
 Group:         Libraries
 Source0:       http://dl.sourceforge.net/ocamlnet/ocamlnet-%{version}.tar.gz
-# Source0-md5: 4347d04ae16e69b61940f8679eeeef07
-Patch0:                %{name}-Makefile.patch
+# Source0-md5: 3655e3be3bb2806e0a1f48bb7ce16fb3
 URL:           http://ocamlnet.sourceforge.net/
 BuildRequires: ncurses-devel
 BuildRequires: ocaml >= %{ocaml_ver}
-BuildRequires: ocaml-equeue-devel >= 2.1.4
 BuildRequires: ocaml-findlib
 BuildRequires: ocaml-pcre-devel
+#BuildRequires:        ocaml-lablgtk2-devel
+BuildRequires: ocaml-ssl-devel
+BuildRequires: ocaml-labltk-devel
+BuildRequires: tcl-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -37,26 +41,171 @@ ocaml-net documentation.
 %description doc -l pl.UTF-8
 Dokumentacja dla pakietów ocaml-net.
 
-%package netstring-devel
-Summary:       String processing library
-Summary(pl.UTF-8):     Biblioteka do przetwarzania napisów
+%package cgi-devel
+Summary:       Common Gateway Interface library
+Summary(pl.UTF-8):     Biblioteka do tworzenia skryptów CGI
 Group:         Development/Libraries
-%requires_eq   ocaml-pcre-devel
+Requires:      %{name}-netplex-devel = %{version}-%{release}
+Requires:      %{name}-netstring-devel = %{version}-%{release}
+Requires:      %{name}-netsys-devel = %{version}-%{release}
 %requires_eq   ocaml
 
-%description netstring-devel
-String processing library, part of Ocamlnet. This package contains
-files needed to develop OCaml programs using this library.
+%description cgi-devel
+Common Gateway Interface library, part of Ocamlnet. This package
+contains files needed to develop OCaml programs using this library.
 
-%description netstring-devel -l pl.UTF-8
-Biblioteka do przetwarzania napisów, część pakietu Ocamlnet. Pakiet
+%description cgi-devel -l pl.UTF-8
+Biblioteka do tworzenia skryptów CGI, część pakietu Ocamlnet. Pakiet
 ten zawiera pliki niezbędne do tworzenia programów używających tej
 biblioteki.
 
+%package equeue-devel
+Summary:       Event queue library for OCaml
+Summary(pl.UTF-8):     Biblioteka obsługująca kolejkę zdarzeń dla OCamla
+Group:         Development/Libraries
+Requires:      %{name}-netsys-devel = %{version}-%{release}
+%requires_eq   ocaml
+Obsoletes:     ocaml-equeue-devel
+Obsoletes:     ocaml-equeue-tcl
+Obsoletes:     ocaml-equeue-tcl-devel
+
+%description equeue-devel
+Equeue provides a generic event queue module, and a specific module
+for file descriptor events.
+
+This package contains files needed to develop OCaml programs using
+this library.
+
+%description equeue-devel -l pl.UTF-8
+Equeue dostarcza ogólnego modułu obsługi kolejki zdarzeń jak również
+modułu obsługi zdarzeń na deskryptorach plików.
+
+Pakiet ten zawiera pliki niezbędne do tworzenia programów używających
+tej biblioteki.
+
+%package equeue-ssl
+Summary:       Event queue library for OCaml, SSL support
+Summary(pl.UTF-8):     Biblioteka obsługująca kolejkę zdarzeń dla OCamla, wsparcie dla SSL
+Group:         Libraries
+%requires_eq   ocaml-runtime
+
+%description equeue-ssl
+This package makes it possible to let Equeue cooperate with the event
+queue implementation of SSL.
+
+This package contains files needed to run bytecode executables using
+this library.
+
+%description equeue-ssl -l pl.UTF-8
+Pakiet ten umożliwia współpracę Equeue z implementacją kolejki zdarzeń
+w SSL.
+
+Pakiet ten zawiera binaria potrzebne do uruchamiania programów
+używających tej biblioteki.
+
+%package equeue-ssl-devel
+Summary:       Equeue SSL support - development part
+Summary(pl.UTF-8):     Wsparcie dla SSL-a w equeue - cześć programistyczna
+Group:         Development/Libraries
+Requires:      %{name}-equeue-devel = %{version}-%{release}
+Requires:      %{name}-ssl = %{version}-%{release}
+%requires_eq   ocaml-ssl-devel
+%requires_eq   ocaml
+
+%description equeue-ssl-devel
+This package makes it possible to let Equeue cooperate with the event
+queue implementation of SSL.
+
+This package contains files needed to develop OCaml programs using
+this library.
+
+%description equeue-ssl-devel -l pl.UTF-8
+Pakiet ten umożliwia współpracę Equeue z implementacją kolejki zdarzeń
+w SSL.
+
+Pakiet ten zawiera pliki niezbędne do tworzenia programów używających
+tej biblioteki.
+
+%package equeue-tcl
+Summary:       Event queue library for OCaml, Tcl support
+Summary(pl.UTF-8):     Biblioteka obsługująca kolejkę zdarzeń dla OCamla, wsparcie dla Tcl
+Group:         Libraries
+%requires_eq   ocaml-runtime
+%requires_eq   ocaml-labltk
+
+%description equeue-tcl
+This package makes it possible to let Equeue cooperate with the event
+queue implementation of Tcl.
+
+This package contains files needed to run bytecode executables using
+this library.
+
+%description equeue-tcl -l pl.UTF-8
+Pakiet ten umożliwia współpracę Equeue z implementacją kolejki zdarzeń
+w Tcl.
+
+Pakiet ten zawiera binaria potrzebne do uruchamiania programów
+używających tej biblioteki.
+
+%package equeue-tcl-devel
+Summary:       Equeue Tcl support - development part
+Summary(pl.UTF-8):     Wsparcie dla Tcl-a w equeue - cześć programistyczna
+Group:         Development/Libraries
+Requires:      %{name}-equeue-devel = %{version}-%{release}
+Requires:      %{name}-equeue-tcl = %{version}-%{release}
+%requires_eq   ocaml-labltk-devel
+%requires_eq   ocaml
+
+%description equeue-tcl-devel
+This package makes it possible to let Equeue cooperate with the event
+queue implementation of Tcl.
+
+This package contains files needed to develop OCaml programs using
+this library.
+
+%description equeue-tcl-devel -l pl.UTF-8
+Pakiet ten umożliwia współpracę Equeue z implementacją kolejki zdarzeń
+w Tcl.
+
+Pakiet ten zawiera pliki niezbędne do tworzenia programów używających
+tej biblioteki.
+
+%package netclient-devel
+Summary:       HTTP 1.1 client for OCaml
+Summary(pl.UTF-8):     Klient HTTP 1.1 dla OCamla
+Group:         Development/Libraries
+Requires:      %{name}-equeue-devel = %{version}-%{release}
+Requires:      %{name}-netstring-devel = %{version}-%{release}
+%requires_eq   ocaml
+Obsoletes:     ocaml-netclient-devel
+
+%description netclient-devel
+Implements much of HTTP/1.1. Implements the following advanced
+features: chunked messages; persistent connections; connections in
+pipelining mode ("full duplex" connections); modular authentication
+methods, currently Basic and Digest; event-driven implementation;
+allows concurrent service for several network connections.
+
+This package contains files needed to develop OCaml programs using
+this library.
+
+%description netclient-devel -l pl.UTF-8
+Implementuje większość HTTP/1.1. Implementuje również następujące
+zaawansowane własności: komunikaty w kawałkach; połączenia stałe;
+połączenia w trybie "full duplex"; modularne metody autentykacji,
+obecnie Basic i Digest; bazowna na zdarzeniach implementacja;
+umożliwia jednoczesną obsługę kilku połączeń.
+
+Pakiet ten zawiera pliki niezbędne do tworzenia programów używających
+tej biblioteki.
+
 %package nethttpd-devel
 Summary:       HTTPd library
 Summary(pl.UTF-8):     Biblioteka do obsługi protokołu HTTP
 Group:         Development/Libraries
+Requires:      %{name}-cgi-devel = %{version}-%{release}
+Requires:      %{name}-equeue-devel = %{version}-%{release}
+Requires:      %{name}-netplex-devel = %{version}-%{release}
 %requires_eq   ocaml-pcre-devel
 %requires_eq   ocaml
 
@@ -69,22 +218,116 @@ Biblioteka do obsługi protokołu HTTP, część pakietu Ocamlnet. Pakiet
 ten zawiera pliki niezbędne do tworzenia programów używających tej
 biblioteki.
 
-%package cgi-devel
-Summary:       Common Gateway Interface library
-Summary(pl.UTF-8):     Biblioteka do tworzenia skryptów CGI
+%package netplex
+Summary:       Server framework
+#Summary(pl.UTF-8):    
+Group:         Libraries
+%requires_eq   ocaml-runtime
+%requires_eq   ocaml-labltk
+
+%description netplex
+Server framework.
+
+This package contains files needed to run bytecode executables using
+this library.
+
+#%description netplex -l pl.UTF-8
+#
+#Pakiet ten zawiera binaria potrzebne do uruchamiania programów
+#używających tej biblioteki.
+
+%package netplex-devel
+Summary:       Server framework - development part
+#Summary(pl.UTF-8):     - cześć programistyczna
 Group:         Development/Libraries
+Requires:      %{name}-netplex = %{version}-%{release}
+Requires:      %{name}-equeue-devel = %{version}-%{release}
 Requires:      %{name}-netstring-devel = %{version}-%{release}
+Requires:      %{name}-rpc-devel = %{version}-%{release}
+Requires:      %{name}-netsys-devel = %{version}-%{release}
 %requires_eq   ocaml
 
-%description cgi-devel
-Common Gateway Interface library, part of Ocamlnet. This package
-contains files needed to develop OCaml programs using this library.
+%description netplex-devel
+Server framework.
 
-%description cgi-devel -l pl.UTF-8
-Biblioteka do tworzenia skryptów CGI, część pakietu Ocamlnet. Pakiet
+This package contains files needed to develop OCaml programs using
+this library.
+
+#%description netplex-devel -l pl.UTF-8
+#
+#Pakiet ten zawiera pliki niezbędne do tworzenia programów używających
+#tej biblioteki.
+
+%package netshm-devel
+Summary:       Shared memory support - development part
+#Summary(pl.UTF-8):     - cześć programistyczna
+Group:         Development/Libraries
+Requires:      %{name}-netsys-devel = %{version}-%{release}
+%requires_eq   ocaml
+
+%description netshm-devel
+Shared memory support.
+
+This package contains files needed to develop OCaml programs using
+this library.
+
+#%description netshm-devel -l pl.UTF-8
+#
+#Pakiet ten zawiera pliki niezbędne do tworzenia programów używających
+#tej biblioteki.
+
+%package netstring-devel
+Summary:       String processing library
+Summary(pl.UTF-8):     Biblioteka do przetwarzania napisów
+Group:         Development/Libraries
+Requires:      %{name}-netsys-devel = %{version}-%{release}
+%requires_eq   ocaml-pcre-devel
+%requires_eq   ocaml
+
+%description netstring-devel
+String processing library, part of Ocamlnet. This package contains
+files needed to develop OCaml programs using this library.
+
+%description netstring-devel -l pl.UTF-8
+Biblioteka do przetwarzania napisów, część pakietu Ocamlnet. Pakiet
 ten zawiera pliki niezbędne do tworzenia programów używających tej
 biblioteki.
 
+%package netsys
+Summary:       OS-specific functions
+#Summary(pl.UTF-8):    
+Group:         Libraries
+%requires_eq   ocaml-runtime
+
+%description netsys
+OS-specific functions.
+
+This package contains files needed to run bytecode executables using
+this library.
+
+#%description netsys -l pl.UTF-8
+#
+#Pakiet ten zawiera binaria potrzebne do uruchamiania programów
+#używających tej biblioteki.
+
+%package netsys-devel
+Summary:       OS-specific functions - development part
+#Summary(pl.UTF-8):     - cześć programistyczna
+Group:         Development/Libraries
+Requires:      %{name}-netsys = %{version}-%{release}
+%requires_eq   ocaml
+
+%description netsys-devel
+OS-specific functions.
+
+This package contains files needed to develop OCaml programs using
+this library.
+
+#%description netsys-devel -l pl.UTF-8
+#
+#Pakiet ten zawiera pliki niezbędne do tworzenia programów używających
+#tej biblioteki.
+
 %package pop3-devel
 Summary:       Post Office Protocol (POP3) library
 Summary(pl.UTF-8):     Biblioteka do obsługi POP3
@@ -100,6 +343,46 @@ contains files needed to develop OCaml programs using this library.
 Biblioteka do obsługi POP3, część pakietu Ocamlnet. Pakiet ten zawiera
 pliki niezbędne do tworzenia programów używających tej biblioteki.
 
+%package rpc
+Summary:       Remote Procedure Call (RPC) library
+Summary(pl.UTF-8):     Biblioteka do obsługi RPC
+Group:         Development/Libraries
+Requires:      %{name}-equeue-ssl = %{version}-%{release}
+%requires_eq   ocaml
+
+%description rpc
+Remote Procedure Call (RPC) library.
+
+%description rpc -l pl.UTF-8
+Biblioteka do obsługi RPC.
+
+%package rpc-devel
+Summary:       Remote Procedure Call (RPC) library
+Summary(pl.UTF-8):     Biblioteka do obsługi RPC
+Group:         Development/Libraries
+Requires:      %{name}-equeue-ssl-devel = %{version}-%{release}
+Requires:      %{name}-rpc = %{version}-%{release}
+%requires_eq   ocaml
+
+%description rpc-devel
+Remote Procedure Call (RPC) library.
+
+%description rpc-devel -l pl.UTF-8
+Biblioteka do obsługi RPC.
+
+%package shell-devel
+Summary:       Unix shell functions
+#Summary(pl.UTF-8):    
+Group:         Development/Libraries
+Requires:      %{name}-netsys-devel = %{version}-%{release}
+Requires:      %{name}-equeue-devel = %{version}-%{release}
+%requires_eq    ocaml
+
+%description shell-devel
+Unix shell functions.
+
+#%description shell-devel -l pl.UTF-8
+
 %package smtp-devel
 Summary:       Simple Mail Transfer Protocol (SMTP) library
 Summary(pl.UTF-8):     Biblioteka do obsługi SMTP
@@ -116,81 +399,156 @@ Interfejs dla protokołu SMTP wyszczególniony w RFC 2821.
 
 %prep
 %setup -q -n ocamlnet-%{version}
-%patch0 -p1
 
 %build
-cd src
 # no %%configure, please
 ./configure \
-       -enable-findlib \
-       -enable-compatcgi \
-       -with-netstring \
-       -with-nethttpd \
-       -with-cgi \
-        -with-pop \
-        -with-smtp
-
-sed -e 's/-g//' Makefile.rules > Makefile.rules.tmp
-mv -f Makefile.rules.tmp Makefile.rules
-%{__make} all opt
+       -disable-gtk \
+       -disable-gtk2 \
+       -enable-ssl \
+       -enable-tcl \
+       -equeue-tcl-libs "-ltcl" \
+       -with-nethttpd
+
+%{__make} -j1 all opt
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 install -d $RPM_BUILD_ROOT%{_libdir}/ocaml
 
-cd src
 %{__make} -j1 install \
        OCAMLFIND_DESTDIR=$RPM_BUILD_ROOT%{_libdir}/ocaml \
        DESTDIR=$RPM_BUILD_ROOT
 
-for f in smtp cgi pop netstring nethttpd; do
+cd src
+for f in e* n* p* r* shell smtp ; do
+       [ -d $RPM_BUILD_ROOT%{_libdir}/ocaml/$f ] || continue
        install -d $RPM_BUILD_ROOT%{_libdir}/ocaml/site-lib/$f
        mv $RPM_BUILD_ROOT%{_libdir}/ocaml/$f/META \
                $RPM_BUILD_ROOT%{_libdir}/ocaml/site-lib/$f/
        echo "directory = \"+$f\"" \
                >> $RPM_BUILD_ROOT%{_libdir}/ocaml/site-lib/$f/META
 done
+# cgi is a special case
+install -d $RPM_BUILD_ROOT%{_libdir}/ocaml/site-lib/cgi
+mv $RPM_BUILD_ROOT%{_libdir}/ocaml/cgi/META $RPM_BUILD_ROOT%{_libdir}/ocaml/site-lib/cgi/
 cd ..
+
 # not sure about *.o
 rm $RPM_BUILD_ROOT%{_libdir}/ocaml/*/*.mli
 
-install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-{pop3,cgi,nethttpd}-%{version}
-cp -r examples/{*cgi,jserv} $RPM_BUILD_ROOT%{_examplesdir}/%{name}-cgi-%{version}
-cp -r examples/pop/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-pop3-%{version}
+install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-{cgi,equeue,netclient,nethttpd,pop3,rpc}-%{version}
+cp -r examples/cgi/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-cgi-%{version}
+cp -r examples/equeue/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-equeue-%{version}
+cp -r examples/netclient/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-netclient-%{version}
 cp -r examples/nethttpd/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-nethttpd-%{version}
+cp -r examples/pop/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-pop3-%{version}
+cp -r examples/rpc/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-rpc-%{version}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files doc
 %defattr(644,root,root,755)
-%doc LICENSE README doc/html
+%doc LICENSE* ChangeLog RELNOTES doc/html-main
+
+%files cgi-devel
+%defattr(644,root,root,755)
+%dir %{_libdir}/ocaml/netcgi*
+%{_libdir}/ocaml/netcgi*/*.cm[ixao]*
+%{_libdir}/ocaml/netcgi*/*.a
+%{_libdir}/ocaml/site-lib/*cgi*
+%{_examplesdir}/%{name}-cgi-%{version}
+
+%files equeue-devel
+%defattr(644,root,root,755)
+%dir %{_libdir}/ocaml/equeue
+%{_libdir}/ocaml/equeue/*.cm[ixao]*
+%{_libdir}/ocaml/equeue/*.a
+%{_libdir}/ocaml/equeue/*.o
+%{_libdir}/ocaml/site-lib/equeue
+%{_examplesdir}/%{name}-equeue-%{version}
+
+%files equeue-ssl
+%defattr(644,root,root,755)
+%dir %{_libdir}/ocaml/equeue-ssl
+%attr(755,root,root) %{_libdir}/ocaml/equeue-ssl/*.so
+
+%files equeue-ssl-devel
+%defattr(644,root,root,755)
+%{_libdir}/ocaml/equeue-ssl/*.cm[ixao]*
+%{_libdir}/ocaml/equeue-ssl/*.a
+%{_libdir}/ocaml/site-lib/equeue-ssl
+
+%files equeue-tcl
+%defattr(644,root,root,755)
+%dir %{_libdir}/ocaml/equeue-tcl
+%attr(755,root,root) %{_libdir}/ocaml/equeue-tcl/*.so
+
+%files equeue-tcl-devel
+%defattr(644,root,root,755)
+%{_libdir}/ocaml/equeue-tcl/*.cm[ixao]*
+%{_libdir}/ocaml/equeue-tcl/*.a
+%{_libdir}/ocaml/site-lib/equeue-tcl
+
+%files netclient-devel
+%defattr(644,root,root,755)
+%dir %{_libdir}/ocaml/netclient
+%{_libdir}/ocaml/netclient/*.cm[ixao]*
+%{_libdir}/ocaml/netclient/*.a
+%{_libdir}/ocaml/netclient/*.o
+%{_libdir}/ocaml/site-lib/netclient
+%{_examplesdir}/%{name}-netclient-%{version}
 
 %files nethttpd-devel
 %defattr(644,root,root,755)
-%dir %{_libdir}/ocaml/nethttpd
-%{_libdir}/ocaml/nethttpd/*.cm[ixao]*
-%{_libdir}/ocaml/nethttpd/*.a
-%{_libdir}/ocaml/site-lib/nethttpd
+%dir %{_libdir}/ocaml/nethttpd-*
+%{_libdir}/ocaml/nethttpd-*/*.cm[ixao]*
+%{_libdir}/ocaml/nethttpd-*/*.a
+%{_libdir}/ocaml/site-lib/nethttpd*
 %{_examplesdir}/%{name}-nethttpd-%{version}
 
+%files netplex
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/netplex-admin
+
+%files netplex-devel
+%defattr(644,root,root,755)
+%dir %{_libdir}/ocaml/netplex
+%{_libdir}/ocaml/netplex/netplex-packlist
+%{_libdir}/ocaml/netplex/*.cm[ixao]*
+%{_libdir}/ocaml/netplex/*.a
+%{_libdir}/ocaml/netplex/*.o
+%{_libdir}/ocaml/site-lib/netplex
+
+%files netshm-devel
+%defattr(644,root,root,755)
+%dir %{_libdir}/ocaml/netshm
+%{_libdir}/ocaml/netshm/*.cm[ixao]*
+%{_libdir}/ocaml/netshm/*.a
+%{_libdir}/ocaml/site-lib/netshm
+
 %files netstring-devel
 %defattr(644,root,root,755)
 %dir %{_libdir}/ocaml/netstring
+%{_libdir}/ocaml/netstring/netdb-packlist
 %{_libdir}/ocaml/netstring/*.cm[ixao]*
 %{_libdir}/ocaml/netstring/*.a
 %{_libdir}/ocaml/netstring/*.o
 %attr(755,root,root) %{_libdir}/ocaml/netstring/*.so
 %{_libdir}/ocaml/site-lib/netstring
 
-%files cgi-devel
+%files netsys
 %defattr(644,root,root,755)
-%dir %{_libdir}/ocaml/cgi
-%{_libdir}/ocaml/cgi/*.cm[ixao]*
-%{_libdir}/ocaml/cgi/*.a
-%{_libdir}/ocaml/site-lib/cgi
-%{_examplesdir}/%{name}-cgi-%{version}
+%dir %{_libdir}/ocaml/netsys
+%attr(755,root,root) %{_libdir}/ocaml/netsys/*.so
+
+%files netsys-devel
+%defattr(644,root,root,755)
+%{_libdir}/ocaml/netsys/*.cm[ixao]*
+%{_libdir}/ocaml/netsys/*.a
+%{_libdir}/ocaml/site-lib/netsys
 
 %files pop3-devel
 %defattr(644,root,root,755)
@@ -200,6 +558,31 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/ocaml/site-lib/pop
 %{_examplesdir}/%{name}-pop3-%{version}
 
+%files rpc
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/ocamlrpcgen
+%dir %{_libdir}/ocaml/rpc-auth-local
+%dir %{_libdir}/ocaml/rpc-generator
+%attr(755,root,root) %{_libdir}/ocaml/rpc-auth-local/dllrpc_auth_local.so
+
+%files rpc-devel
+%defattr(644,root,root,755)
+%dir %{_libdir}/ocaml/rpc
+%dir %{_libdir}/ocaml/rpc-ssl
+%{_libdir}/ocaml/rpc-generator/rpcgen-packlist
+%{_libdir}/ocaml/rpc*/*.cm[ixao]*
+%{_libdir}/ocaml/rpc*/*.a
+%{_libdir}/ocaml/site-lib/rpc*
+%{_examplesdir}/%{name}-rpc-%{version}
+
+%files shell-devel
+%defattr(644,root,root,755)
+%dir %{_libdir}/ocaml/shell
+%{_libdir}/ocaml/shell/*.cm[ixao]*
+%{_libdir}/ocaml/shell/*.a
+%{_libdir}/ocaml/shell/*.o
+%{_libdir}/ocaml/site-lib/shell
+
 %files smtp-devel
 %defattr(644,root,root,755)
 %dir %{_libdir}/ocaml/smtp
This page took 0.183311 seconds and 4 git commands to generate.