Author: guillomovitch
Date: Wed Feb 14 21:23:08 2007
New Revision: 121132
Added:
packages/cooker/ocaml-rpm/current/SPECS/ocaml-rpm.spec
- copied, changed from r121131,
/packages/cooker/ocaml-rpm/current/SPECS/ocaml-ocamlrpm.spec
Removed:
packages/cooker/ocaml-rpm/current/SPECS/ocaml-ocamlrpm.spec
Log:
rename to ocaml-rpm
Copied: packages/cooker/ocaml-rpm/current/SPECS/ocaml-rpm.spec (from r121131,
/packages/cooker/ocaml-rpm/current/SPECS/ocaml-ocamlrpm.spec)
==============================================================================
--- /packages/cooker/ocaml-rpm/current/SPECS/ocaml-ocamlrpm.spec
(original)
+++ packages/cooker/ocaml-rpm/current/SPECS/ocaml-rpm.spec Wed Feb 14
21:23:08 2007
@@ -1,7 +1,7 @@
%define up_name ocamlrpm
-%define name ocaml-%{up_name}
+%define name ocaml-rpm
%define version 1.2
-%define release %mkrel 2
+%define release %mkrel 3
%define ocaml_sitelib %(if [ -x /usr/bin/ocamlc ]; then ocamlc
-where;fi)/site-lib
Name: %{name}
@@ -40,7 +40,7 @@
install -d -m 755 %{buildroot}/%{ocaml_sitelib}/stublibs
ocamlfind \
install -destdir %{buildroot}/%{ocaml_sitelib} \
- ocamlrpm META ocamlrpm.cmi ocamlrpm.mli ocamlrpm.cma \
+ rpm META ocamlrpm.cmi ocamlrpm.mli ocamlrpm.cma \
ocamlrpm.cmxa ocamlrpm.a libocamlrpm.a dllocamlrpm.so
%clean
@@ -49,5 +49,5 @@
%files devel
%doc COPYING
%defattr(-,root,root)
-%{ocaml_sitelib}/%{up_name}
+%{ocaml_sitelib}/rpm
%{ocaml_sitelib}/stublibs/*