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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 683112 - (hide annotations) (download)
Tue Sep 16 17:39:25 2014 UTC (10 years, 9 months ago) by umeabot
File size: 1285 byte(s)
Mageia 5 Mass Rebuild
1 blue_prawn 225899 Name: ocaml-syslog
2     Version: 1.4
3 umeabot 683112 Release: %mkrel 7
4 blue_prawn 225899 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 blue_prawn 300528 Group: Development/OCaml
9 blue_prawn 301488 BuildRequires: ocaml-compiler
10 blue_prawn 225899 BuildRequires: ocaml-findlib
11    
12     %description
13     Syslog routines for OCaml.
14    
15     %package devel
16     Summary: Development files for %{name}
17 blue_prawn 300528 Group: Development/OCaml
18 blue_prawn 225899 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