]> git.pld-linux.org Git - packages/ocaml-pxp.git/commitdiff
- Release: 3
authorJacek Konieczny <jajcus@pld-linux.org>
Sun, 22 Dec 2002 17:30:13 +0000 (17:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- %%install and %%files changed, so rpm doesn't complain about unlisted files
- *.cmo files included in the package --- they are needed for linking programs using PXP

Changed files:
    ocaml-pxp.spec -> 1.4

ocaml-pxp.spec

index 25cf8492a5744dfe46a8dee77152a3568248fa23..1a9b98ec7a4a003c58e0c7f7eb94b7d006e7ce66 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Polimorphic XML Parser for OCaml
 Summary(pl):   Polimorficzny Parser XML-a dla OCamla
 Name:          ocaml-pxp
 Version:       1.1.4
-Release:       2
+Release:       3
 License:       distributable
 Group:         Libraries
 Vendor:                Gerd Stolpmann <gerd@gerd-stolpmann.de>
@@ -91,6 +91,7 @@ for f in * ; do
        fi
 done
 cd $dir
+rm $RPM_BUILD_ROOT%{_libdir}/ocaml/pxp/*.{o,mli}
 
 install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 cp -r examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
@@ -103,7 +104,6 @@ rm -rf $RPM_BUILD_ROOT
 %doc doc/DEV doc/EXTENSIONS doc/README doc/RELEASE-NOTES doc/SPEC 
 %doc doc/design.txt LICENSE doc/manual/html
 %dir %{_libdir}/ocaml/pxp
-%{_libdir}/ocaml/pxp/*.cm[ixa]*
-%{_libdir}/ocaml/pxp/*.a
+%{_libdir}/ocaml/pxp/*
 %{_examplesdir}/%{name}-%{version}
 %{_libdir}/ocaml/site-lib/*
This page took 0.02848 seconds and 4 git commands to generate.