]> git.pld-linux.org Git - packages/CharLS.git/commitdiff
- added missing header file, release 2 master auto/th/CharLS-1.1.0-2
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 16 Sep 2016 15:43:41 +0000 (17:43 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 16 Sep 2016 15:43:41 +0000 (17:43 +0200)
CharLS.spec

index 449e1adae7c67e112334581e0dae71a699a466e5..502346e9b9592fdfece3e90ff45677ab53b2c818 100644 (file)
@@ -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
 
This page took 0.094534 seconds and 4 git commands to generate.