From 8e6397f386a5abecf2c38021ff690290ca70c035 Mon Sep 17 00:00:00 2001 From: Jerry James Date: Sep 25 2014 21:32:16 +0000 Subject: - Drop obsolete ExcludeArch - Fix license handling - Fix changelog dates --- diff --git a/ocaml-sexplib.spec b/ocaml-sexplib.spec index cbddbd8..ade37aa 100644 --- a/ocaml-sexplib.spec +++ b/ocaml-sexplib.spec @@ -5,15 +5,13 @@ Name: ocaml-sexplib Version: 7.0.5 -Release: 10%{?dist} +Release: 11%{?dist} Summary: OCaml library for converting OCaml values to S-expressions License: LGPLv2+ with exceptions and BSD URL: http://forge.ocamlcore.org/projects/sexplib Source0: http://forge.ocamlcore.org/frs/download.php/%{dlnode}/sexplib-%{version}.tar.gz -ExcludeArch: sparc64 s390 s390x - # Fix ocamlbuild for ocaml 4.00.0. Patch1: sexplib-7.0.5-patch-ocamlbuild-ocaml4.patch @@ -81,7 +79,7 @@ ocaml setup.ml -install %files -%doc LICENSE LICENSE.Tywith +%license LICENSE LICENSE.Tywith %{_libdir}/ocaml/sexplib %if %opt %exclude %{_libdir}/ocaml/sexplib/*.a @@ -92,7 +90,8 @@ ocaml setup.ml -install %files devel -%doc LICENSE LICENSE.Tywith Changelog COPYRIGHT README.txt +%doc Changelog README.txt +%license LICENSE LICENSE.Tywith COPYRIGHT %if %opt %{_libdir}/ocaml/sexplib/*.a %{_libdir}/ocaml/sexplib/*.cmxa @@ -102,6 +101,11 @@ ocaml setup.ml -install %changelog +* Thu Sep 25 2014 Jerry James - 7.0.5-15 +- Drop obsolete ExcludeArch +- Fix license handling +- Fix changelog dates + * Sun Aug 17 2014 Fedora Release Engineering - 7.0.5-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild @@ -159,7 +163,7 @@ ocaml setup.ml -install * Fri Jun 12 2009 Richard W.M. Jones - 4.2.10-2 - Rebuild to try to fix rpmdepsize FTBFS problem. -* Sat May 22 2009 Richard W.M. Jones - 4.2.10-1 +* Sat May 23 2009 Richard W.M. Jones - 4.2.10-1 - Rebuild for OCaml 3.11.1. - New upstream version 4.2.10. @@ -193,7 +197,7 @@ ocaml setup.ml -install - Patch a build problem in the test suite. - ml file should be packaged in the -devel subpackage, not in main. -* Mon May 10 2008 Richard W.M. Jones - 3.7.4-2 +* Mon May 12 2008 Richard W.M. Jones - 3.7.4-2 - Added BR ocaml-camlp4-devel. - Added a check section to run the included tests.