[packages/CharLS] - added missing header file, release 2
qboosh
qboosh at pld-linux.org
Fri Sep 16 17:42:10 CEST 2016
commit c8fc7ebaf4ce3964fbbb0c0753d86d4a3d1a9a91
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Fri Sep 16 17:43:41 2016 +0200
- added missing header file, release 2
CharLS.spec | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/CharLS.spec b/CharLS.spec
index 449e1ad..502346e 100644
--- a/CharLS.spec
+++ b/CharLS.spec
@@ -3,7 +3,7 @@ Summary: An optimized implementation of the JPEG-LS standard
Summary(pl.UTF-8): Zoptymalizowana implementacja standardu JPEG-LS
Name: CharLS
Version: 1.1.0
-Release: 1
+Release: 2
License: BSD
Group: Libraries
#Source0Download: https://github.com/team-charls/charls/releases
@@ -57,6 +57,10 @@ rm -rf $RPM_BUILD_ROOT
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
+# the most important header file is missing from make install...
+test ! -f $RPM_BUILD_ROOT%{_includedir}/CharLS/interface.h
+cp -p src/interface.h $RPM_BUILD_ROOT%{_includedir}/CharLS
+
%clean
rm -rf $RPM_BUILD_ROOT
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/CharLS.git/commitdiff/c8fc7ebaf4ce3964fbbb0c0753d86d4a3d1a9a91
More information about the pld-cvs-commit
mailing list