]> git.pld-linux.org Git - packages/ocaml-net.git/blame - ocaml-net.spec
- rel 3
[packages/ocaml-net.git] / ocaml-net.spec
CommitLineData
4067530e
SP
1# TODO:
2# - nethttpd needs to be packaged
b92aa72c
JR
3# - apache stuff
4# - lablgtk2 support
4067530e 5#
5671f985 6%define ocaml_ver 1:3.09.2
cfdcf47a 7Summary: Modules for Internet programming in OCaml
553e669b 8Summary(pl.UTF-8): Moduły ułatwiające pisanie programów internetowych w OCamlu
cfdcf47a 9Name: ocaml-net
b92aa72c 10Version: 2.2.9
5aec71cf 11Release: 3
9700f788 12License: GPL v2
cfdcf47a 13Group: Libraries
4583fe32 14Source0: http://dl.sourceforge.net/ocamlnet/ocamlnet-%{version}.tar.gz
b92aa72c 15# Source0-md5: 3655e3be3bb2806e0a1f48bb7ce16fb3
cfdcf47a 16URL: http://ocamlnet.sourceforge.net/
91c26977 17BuildRequires: ncurses-devel
034470d4 18BuildRequires: ocaml >= %{ocaml_ver}
2860521a
SP
19BuildRequires: ocaml-findlib
20BuildRequires: ocaml-pcre-devel
b92aa72c
JR
21#BuildRequires: ocaml-lablgtk2-devel
22BuildRequires: ocaml-ssl-devel
23BuildRequires: ocaml-labltk-devel
24BuildRequires: tcl-devel
cfdcf47a
MM
25BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27%description
802c9167
MM
28Modules for Internet programming in OCaml.
29
a73a9323
JR
30%description -l pl.UTF-8
31Moduły ułatwiające pisanie programów internetowych w OCamlu.
cfdcf47a 32
9de7b5fa
JR
33%package doc
34Summary: ocaml-net documentation
553e669b 35Summary(pl.UTF-8): Dokumentacja dla pakietów ocaml-net
9de7b5fa
JR
36Group: Development/Libraries
37
38%description doc
9906ddba 39ocaml-net documentation.
9de7b5fa 40
a73a9323
JR
41%description doc -l pl.UTF-8
42Dokumentacja dla pakietów ocaml-net.
9de7b5fa 43
b92aa72c
JR
44%package cgi-devel
45Summary: Common Gateway Interface library
46Summary(pl.UTF-8): Biblioteka do tworzenia skryptów CGI
cfdcf47a 47Group: Development/Libraries
b92aa72c
JR
48Requires: %{name}-netplex-devel = %{version}-%{release}
49Requires: %{name}-netstring-devel = %{version}-%{release}
50Requires: %{name}-netsys-devel = %{version}-%{release}
cfdcf47a
MM
51%requires_eq ocaml
52
b92aa72c
JR
53%description cgi-devel
54Common Gateway Interface library, part of Ocamlnet. This package
55contains files needed to develop OCaml programs using this library.
cfdcf47a 56
b92aa72c
JR
57%description cgi-devel -l pl.UTF-8
58Biblioteka do tworzenia skryptów CGI, część pakietu Ocamlnet. Pakiet
a73a9323 59ten zawiera pliki niezbędne do tworzenia programów używających tej
cfdcf47a
MM
60biblioteki.
61
b92aa72c
JR
62%package equeue-devel
63Summary: Event queue library for OCaml
64Summary(pl.UTF-8): Biblioteka obsługująca kolejkę zdarzeń dla OCamla
65Group: Development/Libraries
66Requires: %{name}-netsys-devel = %{version}-%{release}
67%requires_eq ocaml
68Obsoletes: ocaml-equeue-devel
69Obsoletes: ocaml-equeue-tcl
70Obsoletes: ocaml-equeue-tcl-devel
71
72%description equeue-devel
73Equeue provides a generic event queue module, and a specific module
74for file descriptor events.
75
76This package contains files needed to develop OCaml programs using
77this library.
78
79%description equeue-devel -l pl.UTF-8
80Equeue dostarcza ogólnego modułu obsługi kolejki zdarzeń jak również
81modułu obsługi zdarzeń na deskryptorach plików.
82
83Pakiet ten zawiera pliki niezbędne do tworzenia programów używających
84tej biblioteki.
85
86%package equeue-ssl
87Summary: Event queue library for OCaml, SSL support
88Summary(pl.UTF-8): Biblioteka obsługująca kolejkę zdarzeń dla OCamla, wsparcie dla SSL
89Group: Libraries
90%requires_eq ocaml-runtime
91
92%description equeue-ssl
93This package makes it possible to let Equeue cooperate with the event
94queue implementation of SSL.
95
96This package contains files needed to run bytecode executables using
97this library.
98
99%description equeue-ssl -l pl.UTF-8
100Pakiet ten umożliwia współpracę Equeue z implementacją kolejki zdarzeń
101w SSL.
102
103Pakiet ten zawiera binaria potrzebne do uruchamiania programów
104używających tej biblioteki.
105
106%package equeue-ssl-devel
107Summary: Equeue SSL support - development part
108Summary(pl.UTF-8): Wsparcie dla SSL-a w equeue - cześć programistyczna
109Group: Development/Libraries
110Requires: %{name}-equeue-devel = %{version}-%{release}
9a761410 111Requires: %{name}-equeue-ssl = %{version}-%{release}
b92aa72c
JR
112%requires_eq ocaml-ssl-devel
113%requires_eq ocaml
114
115%description equeue-ssl-devel
116This package makes it possible to let Equeue cooperate with the event
117queue implementation of SSL.
118
119This package contains files needed to develop OCaml programs using
120this library.
121
122%description equeue-ssl-devel -l pl.UTF-8
123Pakiet ten umożliwia współpracę Equeue z implementacją kolejki zdarzeń
124w SSL.
125
126Pakiet ten zawiera pliki niezbędne do tworzenia programów używających
127tej biblioteki.
128
129%package equeue-tcl
130Summary: Event queue library for OCaml, Tcl support
131Summary(pl.UTF-8): Biblioteka obsługująca kolejkę zdarzeń dla OCamla, wsparcie dla Tcl
132Group: Libraries
133%requires_eq ocaml-runtime
134%requires_eq ocaml-labltk
135
136%description equeue-tcl
137This package makes it possible to let Equeue cooperate with the event
138queue implementation of Tcl.
139
140This package contains files needed to run bytecode executables using
141this library.
142
143%description equeue-tcl -l pl.UTF-8
144Pakiet ten umożliwia współpracę Equeue z implementacją kolejki zdarzeń
145w Tcl.
146
147Pakiet ten zawiera binaria potrzebne do uruchamiania programów
148używających tej biblioteki.
149
150%package equeue-tcl-devel
151Summary: Equeue Tcl support - development part
152Summary(pl.UTF-8): Wsparcie dla Tcl-a w equeue - cześć programistyczna
153Group: Development/Libraries
154Requires: %{name}-equeue-devel = %{version}-%{release}
155Requires: %{name}-equeue-tcl = %{version}-%{release}
156%requires_eq ocaml-labltk-devel
157%requires_eq ocaml
158
159%description equeue-tcl-devel
160This package makes it possible to let Equeue cooperate with the event
161queue implementation of Tcl.
162
163This package contains files needed to develop OCaml programs using
164this library.
165
166%description equeue-tcl-devel -l pl.UTF-8
167Pakiet ten umożliwia współpracę Equeue z implementacją kolejki zdarzeń
168w Tcl.
169
170Pakiet ten zawiera pliki niezbędne do tworzenia programów używających
171tej biblioteki.
172
173%package netclient-devel
174Summary: HTTP 1.1 client for OCaml
175Summary(pl.UTF-8): Klient HTTP 1.1 dla OCamla
176Group: Development/Libraries
177Requires: %{name}-equeue-devel = %{version}-%{release}
178Requires: %{name}-netstring-devel = %{version}-%{release}
179%requires_eq ocaml
180Obsoletes: ocaml-netclient-devel
181
182%description netclient-devel
183Implements much of HTTP/1.1. Implements the following advanced
184features: chunked messages; persistent connections; connections in
185pipelining mode ("full duplex" connections); modular authentication
186methods, currently Basic and Digest; event-driven implementation;
187allows concurrent service for several network connections.
188
189This package contains files needed to develop OCaml programs using
190this library.
191
192%description netclient-devel -l pl.UTF-8
193Implementuje większość HTTP/1.1. Implementuje również następujące
194zaawansowane własności: komunikaty w kawałkach; połączenia stałe;
195połączenia w trybie "full duplex"; modularne metody autentykacji,
196obecnie Basic i Digest; bazowna na zdarzeniach implementacja;
197umożliwia jednoczesną obsługę kilku połączeń.
198
199Pakiet ten zawiera pliki niezbędne do tworzenia programów używających
200tej biblioteki.
201
9de7b5fa
JR
202%package nethttpd-devel
203Summary: HTTPd library
553e669b 204Summary(pl.UTF-8): Biblioteka do obsługi protokołu HTTP
9de7b5fa 205Group: Development/Libraries
b92aa72c
JR
206Requires: %{name}-cgi-devel = %{version}-%{release}
207Requires: %{name}-equeue-devel = %{version}-%{release}
208Requires: %{name}-netplex-devel = %{version}-%{release}
9de7b5fa
JR
209%requires_eq ocaml-pcre-devel
210%requires_eq ocaml
211
212%description nethttpd-devel
9906ddba
JB
213HTTPd library, part of Ocamlnet. This package contains the files
214needed to develop OCaml programs using this library.
9de7b5fa 215
a73a9323
JR
216%description nethttpd-devel -l pl.UTF-8
217Biblioteka do obsługi protokołu HTTP, część pakietu Ocamlnet. Pakiet
218ten zawiera pliki niezbędne do tworzenia programów używających tej
9de7b5fa
JR
219biblioteki.
220
b92aa72c
JR
221%package netplex
222Summary: Server framework
223#Summary(pl.UTF-8):
224Group: Libraries
225%requires_eq ocaml-runtime
226%requires_eq ocaml-labltk
227
228%description netplex
229Server framework.
230
231This package contains files needed to run bytecode executables using
232this library.
233
234#%description netplex -l pl.UTF-8
235#
236#Pakiet ten zawiera binaria potrzebne do uruchamiania programów
237#używających tej biblioteki.
238
239%package netplex-devel
240Summary: Server framework - development part
241#Summary(pl.UTF-8): - cześć programistyczna
cfdcf47a 242Group: Development/Libraries
b92aa72c
JR
243Requires: %{name}-netplex = %{version}-%{release}
244Requires: %{name}-equeue-devel = %{version}-%{release}
cfdcf47a 245Requires: %{name}-netstring-devel = %{version}-%{release}
b92aa72c
JR
246Requires: %{name}-rpc-devel = %{version}-%{release}
247Requires: %{name}-netsys-devel = %{version}-%{release}
cfdcf47a
MM
248%requires_eq ocaml
249
b92aa72c
JR
250%description netplex-devel
251Server framework.
cfdcf47a 252
b92aa72c
JR
253This package contains files needed to develop OCaml programs using
254this library.
255
256#%description netplex-devel -l pl.UTF-8
257#
258#Pakiet ten zawiera pliki niezbędne do tworzenia programów używających
259#tej biblioteki.
260
261%package netshm-devel
262Summary: Shared memory support - development part
263#Summary(pl.UTF-8): - cześć programistyczna
264Group: Development/Libraries
265Requires: %{name}-netsys-devel = %{version}-%{release}
266%requires_eq ocaml
267
268%description netshm-devel
269Shared memory support.
270
271This package contains files needed to develop OCaml programs using
272this library.
273
274#%description netshm-devel -l pl.UTF-8
275#
276#Pakiet ten zawiera pliki niezbędne do tworzenia programów używających
277#tej biblioteki.
278
279%package netstring-devel
280Summary: String processing library
281Summary(pl.UTF-8): Biblioteka do przetwarzania napisów
282Group: Development/Libraries
283Requires: %{name}-netsys-devel = %{version}-%{release}
284%requires_eq ocaml-pcre-devel
285%requires_eq ocaml
286
287%description netstring-devel
288String processing library, part of Ocamlnet. This package contains
289files needed to develop OCaml programs using this library.
290
291%description netstring-devel -l pl.UTF-8
292Biblioteka do przetwarzania napisów, część pakietu Ocamlnet. Pakiet
a73a9323 293ten zawiera pliki niezbędne do tworzenia programów używających tej
cfdcf47a
MM
294biblioteki.
295
b92aa72c
JR
296%package netsys
297Summary: OS-specific functions
298#Summary(pl.UTF-8):
299Group: Libraries
300%requires_eq ocaml-runtime
301
302%description netsys
303OS-specific functions.
304
305This package contains files needed to run bytecode executables using
306this library.
307
308#%description netsys -l pl.UTF-8
309#
310#Pakiet ten zawiera binaria potrzebne do uruchamiania programów
311#używających tej biblioteki.
312
313%package netsys-devel
314Summary: OS-specific functions - development part
315#Summary(pl.UTF-8): - cześć programistyczna
316Group: Development/Libraries
317Requires: %{name}-netsys = %{version}-%{release}
318%requires_eq ocaml
319
320%description netsys-devel
321OS-specific functions.
322
323This package contains files needed to develop OCaml programs using
324this library.
325
326#%description netsys-devel -l pl.UTF-8
327#
328#Pakiet ten zawiera pliki niezbędne do tworzenia programów używających
329#tej biblioteki.
330
cfdcf47a
MM
331%package pop3-devel
332Summary: Post Office Protocol (POP3) library
553e669b 333Summary(pl.UTF-8): Biblioteka do obsługi POP3
cfdcf47a
MM
334Group: Development/Libraries
335Requires: %{name}-netstring-devel = %{version}-%{release}
336%requires_eq ocaml
337
338%description pop3-devel
339Post Office Protocol (POP3) library, part of Ocamlnet. This package
340contains files needed to develop OCaml programs using this library.
341
a73a9323
JR
342%description pop3-devel -l pl.UTF-8
343Biblioteka do obsługi POP3, część pakietu Ocamlnet. Pakiet ten zawiera
344pliki niezbędne do tworzenia programów używających tej biblioteki.
cfdcf47a 345
b92aa72c
JR
346%package rpc
347Summary: Remote Procedure Call (RPC) library
348Summary(pl.UTF-8): Biblioteka do obsługi RPC
349Group: Development/Libraries
350Requires: %{name}-equeue-ssl = %{version}-%{release}
351%requires_eq ocaml
352
353%description rpc
354Remote Procedure Call (RPC) library.
355
356%description rpc -l pl.UTF-8
357Biblioteka do obsługi RPC.
358
359%package rpc-devel
360Summary: Remote Procedure Call (RPC) library
361Summary(pl.UTF-8): Biblioteka do obsługi RPC
362Group: Development/Libraries
363Requires: %{name}-equeue-ssl-devel = %{version}-%{release}
364Requires: %{name}-rpc = %{version}-%{release}
365%requires_eq ocaml
366
367%description rpc-devel
368Remote Procedure Call (RPC) library.
369
370%description rpc-devel -l pl.UTF-8
371Biblioteka do obsługi RPC.
372
373%package shell-devel
374Summary: Unix shell functions
375#Summary(pl.UTF-8):
376Group: Development/Libraries
377Requires: %{name}-netsys-devel = %{version}-%{release}
378Requires: %{name}-equeue-devel = %{version}-%{release}
379%requires_eq ocaml
380
381%description shell-devel
382Unix shell functions.
383
384#%description shell-devel -l pl.UTF-8
385
4067530e 386%package smtp-devel
034470d4 387Summary: Simple Mail Transfer Protocol (SMTP) library
553e669b 388Summary(pl.UTF-8): Biblioteka do obsługi SMTP
034470d4
ER
389Group: Development/Libraries
390Requires: %{name}-netstring-devel = %{version}-%{release}
4067530e
SP
391%requires_eq ocaml
392
393%description smtp-devel
034470d4
ER
394Interface for the Simple Mail Tranfer Protocol (SMTP) as specified by
395RFC 2821.
8735b5fe 396
a73a9323
JR
397%description smtp-devel -l pl.UTF-8
398Interfejs dla protokołu SMTP wyszczególniony w RFC 2821.
4067530e 399
cfdcf47a
MM
400%prep
401%setup -q -n ocamlnet-%{version}
402
403%build
cfdcf47a
MM
404# no %%configure, please
405./configure \
b92aa72c
JR
406 -disable-gtk \
407 -disable-gtk2 \
408 -enable-ssl \
409 -enable-tcl \
410 -equeue-tcl-libs "-ltcl" \
411 -with-nethttpd
412
413%{__make} -j1 all opt
cfdcf47a
MM
414
415%install
416rm -rf $RPM_BUILD_ROOT
417
7b251678
MM
418install -d $RPM_BUILD_ROOT%{_libdir}/ocaml
419
9de7b5fa
JR
420%{__make} -j1 install \
421 OCAMLFIND_DESTDIR=$RPM_BUILD_ROOT%{_libdir}/ocaml \
422 DESTDIR=$RPM_BUILD_ROOT
7b251678 423
b92aa72c
JR
424cd src
425for f in e* n* p* r* shell smtp ; do
426 [ -d $RPM_BUILD_ROOT%{_libdir}/ocaml/$f ] || continue
cfdcf47a
MM
427 install -d $RPM_BUILD_ROOT%{_libdir}/ocaml/site-lib/$f
428 mv $RPM_BUILD_ROOT%{_libdir}/ocaml/$f/META \
7b251678 429 $RPM_BUILD_ROOT%{_libdir}/ocaml/site-lib/$f/
cfdcf47a
MM
430 echo "directory = \"+$f\"" \
431 >> $RPM_BUILD_ROOT%{_libdir}/ocaml/site-lib/$f/META
432done
b92aa72c
JR
433# cgi is a special case
434install -d $RPM_BUILD_ROOT%{_libdir}/ocaml/site-lib/cgi
435mv $RPM_BUILD_ROOT%{_libdir}/ocaml/cgi/META $RPM_BUILD_ROOT%{_libdir}/ocaml/site-lib/cgi/
cfdcf47a 436cd ..
b92aa72c 437
7b251678
MM
438# not sure about *.o
439rm $RPM_BUILD_ROOT%{_libdir}/ocaml/*/*.mli
cfdcf47a 440
b92aa72c
JR
441install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-{cgi,equeue,netclient,nethttpd,pop3,rpc}-%{version}
442cp -r examples/cgi/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-cgi-%{version}
443cp -r examples/equeue/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-equeue-%{version}
444cp -r examples/netclient/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-netclient-%{version}
9de7b5fa 445cp -r examples/nethttpd/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-nethttpd-%{version}
b92aa72c
JR
446cp -r examples/pop/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-pop3-%{version}
447cp -r examples/rpc/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-rpc-%{version}
cfdcf47a 448
cfdcf47a
MM
449%clean
450rm -rf $RPM_BUILD_ROOT
451
9de7b5fa
JR
452%files doc
453%defattr(644,root,root,755)
b92aa72c
JR
454%doc LICENSE* ChangeLog RELNOTES doc/html-main
455
456%files cgi-devel
457%defattr(644,root,root,755)
458%dir %{_libdir}/ocaml/netcgi*
459%{_libdir}/ocaml/netcgi*/*.cm[ixao]*
460%{_libdir}/ocaml/netcgi*/*.a
461%{_libdir}/ocaml/site-lib/*cgi*
462%{_examplesdir}/%{name}-cgi-%{version}
463
464%files equeue-devel
465%defattr(644,root,root,755)
466%dir %{_libdir}/ocaml/equeue
467%{_libdir}/ocaml/equeue/*.cm[ixao]*
468%{_libdir}/ocaml/equeue/*.a
469%{_libdir}/ocaml/equeue/*.o
470%{_libdir}/ocaml/site-lib/equeue
471%{_examplesdir}/%{name}-equeue-%{version}
472
473%files equeue-ssl
474%defattr(644,root,root,755)
475%dir %{_libdir}/ocaml/equeue-ssl
476%attr(755,root,root) %{_libdir}/ocaml/equeue-ssl/*.so
477
478%files equeue-ssl-devel
479%defattr(644,root,root,755)
480%{_libdir}/ocaml/equeue-ssl/*.cm[ixao]*
481%{_libdir}/ocaml/equeue-ssl/*.a
482%{_libdir}/ocaml/site-lib/equeue-ssl
483
484%files equeue-tcl
485%defattr(644,root,root,755)
486%dir %{_libdir}/ocaml/equeue-tcl
487%attr(755,root,root) %{_libdir}/ocaml/equeue-tcl/*.so
488
489%files equeue-tcl-devel
490%defattr(644,root,root,755)
491%{_libdir}/ocaml/equeue-tcl/*.cm[ixao]*
492%{_libdir}/ocaml/equeue-tcl/*.a
493%{_libdir}/ocaml/site-lib/equeue-tcl
494
495%files netclient-devel
496%defattr(644,root,root,755)
497%dir %{_libdir}/ocaml/netclient
498%{_libdir}/ocaml/netclient/*.cm[ixao]*
499%{_libdir}/ocaml/netclient/*.a
500%{_libdir}/ocaml/netclient/*.o
501%{_libdir}/ocaml/site-lib/netclient
502%{_examplesdir}/%{name}-netclient-%{version}
9de7b5fa
JR
503
504%files nethttpd-devel
505%defattr(644,root,root,755)
b92aa72c
JR
506%dir %{_libdir}/ocaml/nethttpd-*
507%{_libdir}/ocaml/nethttpd-*/*.cm[ixao]*
508%{_libdir}/ocaml/nethttpd-*/*.a
509%{_libdir}/ocaml/site-lib/nethttpd*
9de7b5fa 510%{_examplesdir}/%{name}-nethttpd-%{version}
4067530e 511
b92aa72c
JR
512%files netplex
513%defattr(644,root,root,755)
514%attr(755,root,root) %{_bindir}/netplex-admin
515
516%files netplex-devel
517%defattr(644,root,root,755)
518%dir %{_libdir}/ocaml/netplex
519%{_libdir}/ocaml/netplex/netplex-packlist
520%{_libdir}/ocaml/netplex/*.cm[ixao]*
521%{_libdir}/ocaml/netplex/*.a
522%{_libdir}/ocaml/netplex/*.o
523%{_libdir}/ocaml/site-lib/netplex
524
525%files netshm-devel
526%defattr(644,root,root,755)
527%dir %{_libdir}/ocaml/netshm
528%{_libdir}/ocaml/netshm/*.cm[ixao]*
529%{_libdir}/ocaml/netshm/*.a
530%{_libdir}/ocaml/site-lib/netshm
531
cfdcf47a
MM
532%files netstring-devel
533%defattr(644,root,root,755)
cfdcf47a 534%dir %{_libdir}/ocaml/netstring
b92aa72c 535%{_libdir}/ocaml/netstring/netdb-packlist
4b20b465 536%{_libdir}/ocaml/netstring/*.cm[ixao]*
cfdcf47a 537%{_libdir}/ocaml/netstring/*.a
4067530e 538%{_libdir}/ocaml/netstring/*.o
9de7b5fa 539%attr(755,root,root) %{_libdir}/ocaml/netstring/*.so
cfdcf47a
MM
540%{_libdir}/ocaml/site-lib/netstring
541
b92aa72c 542%files netsys
cfdcf47a 543%defattr(644,root,root,755)
b92aa72c
JR
544%dir %{_libdir}/ocaml/netsys
545%attr(755,root,root) %{_libdir}/ocaml/netsys/*.so
546
547%files netsys-devel
548%defattr(644,root,root,755)
549%{_libdir}/ocaml/netsys/*.cm[ixao]*
550%{_libdir}/ocaml/netsys/*.a
551%{_libdir}/ocaml/site-lib/netsys
cfdcf47a
MM
552
553%files pop3-devel
554%defattr(644,root,root,755)
cfdcf47a 555%dir %{_libdir}/ocaml/pop
4b20b465 556%{_libdir}/ocaml/pop/*.cm[ixao]*
cfdcf47a
MM
557%{_libdir}/ocaml/pop/*.a
558%{_libdir}/ocaml/site-lib/pop
559%{_examplesdir}/%{name}-pop3-%{version}
4067530e 560
b92aa72c
JR
561%files rpc
562%defattr(644,root,root,755)
563%attr(755,root,root) %{_bindir}/ocamlrpcgen
564%dir %{_libdir}/ocaml/rpc-auth-local
565%dir %{_libdir}/ocaml/rpc-generator
566%attr(755,root,root) %{_libdir}/ocaml/rpc-auth-local/dllrpc_auth_local.so
567
568%files rpc-devel
569%defattr(644,root,root,755)
570%dir %{_libdir}/ocaml/rpc
571%dir %{_libdir}/ocaml/rpc-ssl
572%{_libdir}/ocaml/rpc-generator/rpcgen-packlist
573%{_libdir}/ocaml/rpc*/*.cm[ixao]*
574%{_libdir}/ocaml/rpc*/*.a
575%{_libdir}/ocaml/site-lib/rpc*
576%{_examplesdir}/%{name}-rpc-%{version}
577
578%files shell-devel
579%defattr(644,root,root,755)
580%dir %{_libdir}/ocaml/shell
581%{_libdir}/ocaml/shell/*.cm[ixao]*
582%{_libdir}/ocaml/shell/*.a
583%{_libdir}/ocaml/shell/*.o
584%{_libdir}/ocaml/site-lib/shell
585
4067530e
SP
586%files smtp-devel
587%defattr(644,root,root,755)
588%dir %{_libdir}/ocaml/smtp
589%{_libdir}/ocaml/smtp/*.cm[ixao]*
590%{_libdir}/ocaml/smtp/*.a
9de7b5fa 591%{_libdir}/ocaml/site-lib/smtp
This page took 0.230854 seconds and 4 git commands to generate.