]> git.pld-linux.org Git - packages/ocaml-stew.git/commitdiff
- release 2 for ocaml 3.07
authorMichal Moskal <michal@moskal.me>
Wed, 3 Sep 2003 21:47:20 +0000 (21:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fixed requires (pcre)

Changed files:
    ocaml-stew.spec -> 1.8

ocaml-stew.spec

index 5260503b7610951508fc0633c363d16a22f1bc4e..edaeff7fecf7bbb626947f63224246c0d2e736ed 100644 (file)
@@ -2,7 +2,7 @@ Summary:        A stew of OCaml utility function
 Summary(pl):   Zbiór funkcji narzêdziowych dla OCamla
 Name:          ocaml-stew
 Version:       0.12.0
-Release:       1
+Release:       2
 License:       LGPL
 Group:         Libraries
 Vendor:                Shawn Wagner <shawnw@speakeasy.org>
@@ -10,9 +10,11 @@ URL:         http://raevnos.pennmush.org/code/ocaml.html
 Source0:       http://raevnos.pennmush.org/code/stew-%{version}.tar.gz
 # Source0-md5: 7e822ca90a5265a2f1b94e81add6eb4c
 BuildRequires: autoconf
+BuildRequires: ocaml-pcre-devel
 BuildRequires: ocaml-findlib >= 0.7.2
-BuildRequires: ocaml >= 3.05
+BuildRequires: ocaml >= 3.07
 %requires_eq   ocaml-runtime
+%requires_eq   ocaml-pcre
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -93,6 +95,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(644,root,root,755)
-%doc LICENSE README AUTHORS stew.html
+%doc LICENSE README AUTHORS html
 %{_libdir}/ocaml/stew
 %{_libdir}/ocaml/site-lib/stew
This page took 0.045787 seconds and 4 git commands to generate.