Browse Source

ocaml-camlpdf: update to 2.3

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@12244 ec354946-7b23-47d6-9f5a-488ba84defc7
ara_t 4 years ago
parent
commit
356c8f2b4e
1 changed files with 11 additions and 7 deletions
  1. 11 7
      o/ocaml-camlpdf/ocaml-camlpdf-vl.spec

+ 11 - 7
o/ocaml-camlpdf/ocaml-camlpdf-vl.spec

@@ -1,19 +1,20 @@
 %define pkg_name    camlpdf
-%define pkg_version 2.2
-%define patchlevel  1
+%define pkg_version 2.3
+# %define patchlevel  1
 %define pkg_release 1%{?_dist_release}
 
 Summary: OCaml library for reading, writing and modifying PDF files
 Name:    ocaml-%{pkg_name}
-Version: %{pkg_version}.p%{patchlevel}
+Version: %{pkg_version}
+# Version: %{pkg_version}.p%{patchlevel}
 Release: %{pkg_release}
 
 License: LGPL v2.1+
 Group:   Development/Languages
 URL:     https://github.com/johnwhitington/camlpdf
 
-Source0: camlpdf-%{pkg_version}-patchlevel%{patchlevel}.tar.gz
-# Source0: camlpdf-%{pkg_version}.tar.gz
+Source0: camlpdf-%{pkg_version}.tar.gz
+# Source0: camlpdf-%{pkg_version}-patchlevel%{patchlevel}.tar.gz
 
 BuildRequires: ocaml
 BuildRequires: ocaml-findlib
@@ -29,8 +30,8 @@ OCaml library for reading, writing and modifying PDF files
 
 %prep
 %{__rm} -rf ${RPM_BUILD_ROOT}
-%setup -q -n %{pkg_name}-%{pkg_version}-patchlevel%{patchlevel}
-# %setup -q
+%setup -q -n %{pkg_name}-%{pkg_version}
+# %setup -q -n %{pkg_name}-%{pkg_version}-patchlevel%{patchlevel}
 
 %build
 %{__make}
@@ -62,6 +63,9 @@ echo "%{_libdir}/ocaml/%{pkg_name}" >> %{_libdir}/ocaml/ld.conf
 
 
 %changelog
+* Sun Oct 06 2019 Toshiaki Ara <ara_t@384.jp> 2.3-1
+- update to 2.3
+
 * Sun Apr 15 2018 Toshiaki Ara <ara_t@384.jp> 2.2.p1
 - initial build for Vine Linux