]> git.pld-linux.org Git - packages/ocaml-stew.git/commitdiff
- moved base docs to base, removed LICENSE (just LGPL) auto/ac/ocaml-stew-0_12_0-2
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 30 Oct 2003 13:33:23 +0000 (13:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ocaml-stew.spec -> 1.9

ocaml-stew.spec

index edaeff7fecf7bbb626947f63224246c0d2e736ed..2e7ff606e81e9e00cfcf49277cd9df381d5bcc90 100644 (file)
@@ -6,15 +6,15 @@ Release:      2
 License:       LGPL
 Group:         Libraries
 Vendor:                Shawn Wagner <shawnw@speakeasy.org>
-URL:           http://raevnos.pennmush.org/code/ocaml.html
 Source0:       http://raevnos.pennmush.org/code/stew-%{version}.tar.gz
 # Source0-md5: 7e822ca90a5265a2f1b94e81add6eb4c
+URL:           http://raevnos.pennmush.org/code/ocaml.html
 BuildRequires: autoconf
-BuildRequires: ocaml-pcre-devel
-BuildRequires: ocaml-findlib >= 0.7.2
 BuildRequires: ocaml >= 3.07
-%requires_eq   ocaml-runtime
+BuildRequires: ocaml-findlib >= 0.7.2
+BuildRequires: ocaml-pcre-devel
 %requires_eq   ocaml-pcre
+%requires_eq   ocaml-runtime
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -72,8 +72,8 @@ rm -f *.cma
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 install -d $RPM_BUILD_ROOT%{_libdir}/ocaml/{stublibs,site-lib/stew}
+
 ln -s ../stublibs $RPM_BUILD_ROOT%{_libdir}/ocaml/site-lib
 
 %{__make} install \
@@ -91,10 +91,11 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%doc AUTHORS README
 %attr(755,root,root) %{_libdir}/ocaml/stublibs/*.so
 
 %files devel
 %defattr(644,root,root,755)
-%doc LICENSE README AUTHORS html
+%doc html/*
 %{_libdir}/ocaml/stew
 %{_libdir}/ocaml/site-lib/stew
This page took 0.154608 seconds and 4 git commands to generate.