[gtatool] Re-enable the pcd sub-package

Volker Fröhlich volter at fedoraproject.org
Sun Jan 4 13:55:17 UTC 2015


commit 51434b1040c6751557df7957e7ee09671926ff8a
Author: Volker Fröhlich <volker27 at gmx.at>
Date:   Sun Jan 4 14:55:04 2015 +0100

    Re-enable the pcd sub-package

 gtatool.spec |   32 +++++++++++++++-----------------
 1 files changed, 15 insertions(+), 17 deletions(-)
---
diff --git a/gtatool.spec b/gtatool.spec
index 3d29677..c75d6cb 100644
--- a/gtatool.spec
+++ b/gtatool.spec
@@ -2,7 +2,7 @@
 
 Name:      gtatool
 Version:   2.1.0
-Release:   1%{?dist}
+Release:   2%{?dist}
 Summary:   Commandline tool to manipulate GTAs
 Group:     Applications/Engineering
 License:   GPLv3+
@@ -25,12 +25,7 @@ BuildRequires: netcdf-devel
 BuildRequires: netpbm-devel
 BuildRequires: OpenEXR-devel
 BuildRequires: openjpeg-devel
-#BuildRequires: pcl-devel
-#TODO: Remove libquadmath later!
-%ifnarch %{arm} aarch64
-BuildRequires: libquadmath-devel
-%endif
-# https://bugzilla.redhat.com/show_bug.cgi?id=1177244
+BuildRequires: pcl-devel
 BuildRequires: pkgconfig
 BuildRequires: pfstools-devel
 BuildRequires: qt4-devel
@@ -126,14 +121,14 @@ This sub-package contains the necessary module to import and export
 netcdf files, including HDF4 and 5.
 
 
-#%package pcd
-#Summary:        Module to import/export point cloud data
-#Group:          Applications/Engineering
-#Requires:       %{name}%{?_isa} = %{version}-%{release}
-#
-#%description pcd
-#This sub-package contains the necessary module to import and export
-#point cloud data via pcl.
+%package pcd
+Summary:        Module to import/export point cloud data
+Group:          Applications/Engineering
+Requires:       %{name}%{?_isa} = %{version}-%{release}
+
+%description pcd
+This sub-package contains the necessary module to import and export
+point cloud data via pcl.
 
 
 %package sndfile
@@ -258,14 +253,17 @@ fi
 %files netcdf
 %{_libdir}/%{name}/conv-netcdf.so
 
-#%files pcd
-#%{_libdir}/%{name}/conv-pcd.so
+%files pcd
+%{_libdir}/%{name}/conv-pcd.so
 
 %files sndfile
 %{_libdir}/%{name}/conv-sndfile.so
 
 
 %changelog
+* Sun Jan  4 2015 Volker Fröhlich <volker27 at gmx.at> - 2.1.0-2
+- Re-enable the pcd sub-package
+
 * Thu Dec 18 2014 Volker Fröhlich <volker27 at gmx.at> - 2.1.0-1
 - New upstream release
 - Remove F17 conditionals


More information about the scm-commits mailing list