CharLS 1.1.0-1 (i686;znver1;x86_64) 2020-10246
9999

Status published
Submitter itchka [@T] compuserve.com
Platform 4.0
Repository unsupported
URL https://abf.openmandriva.org/build_lists/674978
Packages
CharLS-1.1.0-1.i686.source
libCharLS1-1.1.0-1.i686.binary
libCharLS1-debuginfo-1.1.0-1.i686.debuginfo
libCharLS1-devel-1.1.0-1.i686.binary
CharLS-1.1.0-1.znver1.source
lib64CharLS1-1.1.0-1.znver1.binary
lib64CharLS1-debuginfo-1.1.0-1.znver1.debuginfo
lib64CharLS1-devel-1.1.0-1.znver1.binary
CharLS-1.1.0-1.x86_64.source
lib64CharLS1-1.1.0-1.x86_64.binary
lib64CharLS1-debuginfo-1.1.0-1.x86_64.debuginfo
lib64CharLS1-devel-1.1.0-1.x86_64.binary
Build Date 2020-01-20 09:05:38 +0000 UTC
Last Updated 2020-01-21 20:12:54.533443658 +0000 UTC
$ git diff --patch-with-stat --summary a3bb2965dca1e694a8e9bdcf94a84db7bf3d4a7d..9c5cb227610396f009f495c0c279508a9360d5a4

 .abf.yml    |  2 +-
 CharLS.spec | 37 ++++++++++++++++++++++++++++---------
 2 files changed, 29 insertions(+), 10 deletions(-)

diff --git a/.abf.yml b/.abf.yml
index 443d242..8c15248 100644
--- a/.abf.yml
+++ b/.abf.yml
@@ -1,3 +1,3 @@
 sources:
   CharLS-source-1.0.zip: ec7ebd04301fb0a6564a0b278f5297d3b78237f2
-  charls-2.1.0.tar.gz: e40cbf0f1bfc1bb88c10b28f819e840fea8941af
+  charls-1.1.0.tar.gz: f7c26038e080959843bde5f703906870e7cb7035
diff --git a/CharLS.spec b/CharLS.spec
index 276ad73..88a2c46 100644
--- a/CharLS.spec
+++ b/CharLS.spec
@@ -1,20 +1,26 @@
 %define name		CharLS
 %define gzname		charls
-%define major		2
+%define major		1
 %define libname		%mklibname %{name} %{major}
-%define develname	%mklibname %{name} -d
+%define develname	%mklibname %{name} %{major} -d
 
 Name:           %{name}
-Version:        2.1.0
+Version:        1.1.0
 Release:        1
 License:        BSD
 Summary:        A JPEG-LS library
 Url:            https://github.com/team-charls/charls
 Group:          System/Libraries
-Source0:        https://github.com/team-charls/charls/archive/%{gzname}-%{version}.tar.gz
-
+Source0:        https://github.com/team-charls/%{gzname}/releases/tag/%{gzname}-%{version}.tar.gz
+# PATCH-FIX-OPENSUSE charls_add_cmake_install_target.patch asterios.dramis@gmail.com -- Add a cmake install target for CharLS header files
+#Patch0:         CharLS-1.0-suse-add_cmake_install_target.patch
+# PATCH-FIX-OPENSUSE charls_add_sharedlib_soname.patch asterios.dramis@gmail.com -- Add soname to generated shared lib and install libCharLS.so
+#Patch1:         CharLS-1.0-suse-add_sharedlib_soname.patch
+# PATCH-FIX-OPENSUSE charls_fix_tests.patch asterios.dramis@gmail.com -- Fix tests
+#Patch2:         CharLS-1.0-suse-fix_tests.patch
 BuildRequires:	cmake
 
+
 %description
 An optimized implementation of the JPEG-LS standard for lossless and
 near-lossless image compression. JPEG-LS is a low-complexity standard that
@@ -25,7 +31,7 @@ open source and commercial JPEG LS implementations.
 Summary:        Libraries and headers for CharLS
 Group:          Development/C
 Requires:       %{libname} = %{version}
-Provides:	CharLS-devel
+Provides:	CharLS-devel%{major}
 
 %description -n %{develname}
 This package contains libraries and headers for CharLS.
@@ -42,6 +48,10 @@ open source and commercial JPEG LS implementations.
 
 %prep
 %setup -n %{gzname}-%{version}
+#dos2unix *.h *.c* *.txt
+#%patch0 -p1
+#%patch1 -p1
+#%patch2 -p1
 
 %build
 %cmake \
@@ -60,11 +70,20 @@ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:.
 ctest .
 
 %files -n %{develname}
-%doc LICENSE.md README.md SECURITY.md
-%{_includedir}/charls/
+%doc README.md
+%{_includedir}/CharLS/
 %{_libdir}/*.so
 
 %files -n %{libname}
-%{_libdir}/libcharls.so.%{major}*
+%{_libdir}/libCharLS.so.%{major}*
+
 
+%changelog
+* Tue Jan 10 2012 Dmitry Mikhirev <dmikhirev@mandriva.org> 1.0-2
++ Revision: 759512
+- fixed mistake in previous commit
+- release bump
+- add provides foe -devel package
+- BR cmake
+- imported package CharLS
 
Not Available

benbullard79 [@T] cox.netNo Comment.1556d 11hrs
benbullard79 [@T] cox.netNo Comment.1556d 11hrs