]> git.pld-linux.org Git - packages/ocaml.git/commitdiff
- renamed ocaml-devel to ocaml-compiler-objects; this subpackage isn't
authorMichal Moskal <michal@moskal.me>
Tue, 25 Feb 2003 10:57:09 +0000 (10:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  probably needed for anything right now, and name was *very* misleading
- release 3

Changed files:
    ocaml.spec -> 1.58

ocaml.spec

index fef56e9736fa8610f5a28f64c7636a649d3c10e5..d4a5345f1ecb6e0599ddcfdbbc29f901ae781bd4 100644 (file)
@@ -11,7 +11,7 @@ Summary:      The Objective Caml compiler and programming environment
 Summary(pl):   Kompilator OCamla (Objective Caml) oraz ¶rodowisko programistyczne
 Name:          ocaml
 Version:       3.06
-Release:       2
+Release:       3
 License:       distributable
 Vendor:                Group of implementors <caml-light@inria.fr>
 Group:         Development/Languages
@@ -199,17 +199,17 @@ Camlp4 umie 
 poprawionej sk³adni OCamla. Potrafi tak¿e t³umaczyæ programy z jednej
 sk³adni na drug±.
 
-%package devel
+%package compiler-objects
 Summary:       Compiled parts of OCaml compiler
 Summary(pl):   Skompilowane czê¶ci kompilatora OCamla
 Group:         Development/Languages
 Requires:      %{name} = %{version}-%{release}
 
-%description devel
+%description compiler-objects
 This package contains *.cmi and *.cmo files being parts of OCaml
 compiler. They are needed to compile some programs.
 
-%description devel -l pl
+%description compiler-objects -l pl
 Pakiet ten zawiera pliki *.cmi oraz *.cmo bêd±ce cze¶ciami kompilatora
 OCamla. S± one wymagane do kompilacji niektórych programów.
 
@@ -400,7 +400,7 @@ rm -rf $RPM_BUILD_ROOT
 #%files manpages
 #%{_mandir}/man3/*
 
-%files devel
+%files compiler-objects
 %defattr(644,root,root,755)
 %{_libdir}/%{name}/compiler
 
This page took 0.033407 seconds and 4 git commands to generate.