/[packages]/cauldron/ocaml-syslog/current/SPECS/ocaml-syslog.spec
ViewVC logotype

Contents of /cauldron/ocaml-syslog/current/SPECS/ocaml-syslog.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 740623 - (show annotations) (download)
Tue Oct 14 23:01:14 2014 UTC (10 years, 8 months ago) by umeabot
File size: 1285 byte(s)
Second Mageia 5 Mass Rebuild
1 Name: ocaml-syslog
2 Version: 1.4
3 Release: %mkrel 8
4 Summary: Syslog routines for OCaml
5 Source: http://homepage.mac.com/letaris/syslog-%{version}.tar.gz
6 URL: http://homepage.mac.com/letaris
7 License: LGPL
8 Group: Development/OCaml
9 BuildRequires: ocaml-compiler
10 BuildRequires: ocaml-findlib
11
12 %description
13 Syslog routines for OCaml.
14
15 %package devel
16 Summary: Development files for %{name}
17 Group: Development/OCaml
18 Requires: %{name} = %{version}-%{release}
19
20 %description devel
21 This package contains the development files needed to build applications
22 using %{name}.
23
24 %prep
25 %setup -q -n syslog-%{version}
26
27 %build
28 make
29 make opt
30 make htdoc
31
32 %install
33 install -d -m 755 %{buildroot}/%{_libdir}/ocaml
34 install -d -m 755 %{buildroot}/%_defaultdocdir/%{name}/html
35 ocamlfind install syslog META -destdir %{buildroot}/%{_libdir}/ocaml \
36 syslog.cmi syslog.mli syslog.cma syslog.cmxa syslog.a
37 rm -f %{buildroot}/%{_libdir}/ocaml/stublibs/*.owner
38
39 %files
40 %doc Changelog doc/syslog/html
41 %dir %{_libdir}/ocaml/syslog
42 %{_libdir}/ocaml/syslog/*.cmi
43 %{_libdir}/ocaml/syslog/*.cma
44 %{_libdir}/ocaml/syslog/META
45
46 %files devel
47 %{_libdir}/ocaml/syslog/*.a
48 %{_libdir}/ocaml/syslog/*.cmxa
49 %{_libdir}/ocaml/syslog/*.mli

  ViewVC Help
Powered by ViewVC 1.1.30