builder b5973d4
Name:		3Depict
D Haley 01a0727
Version:	0.0.9
10b580e
Release:	4%{?dist}
builder b5973d4
Summary:	Valued 3D point cloud visualization and analysis
builder b5973d4
Group:		Applications/Engineering
builder b5973d4
builder b5973d4
builder b5973d4
License:	GPLv3+
builder b5973d4
URL:		http://threedepict.sourceforge.net
builder b5973d4
Source0:	http://downloads.sourceforge.net/threedepict/%{name}-%{version}.tar.gz
builder b5973d4
mycae 8ee6e9a
builder b5973d4
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
builder b5973d4
builder b5973d4
#Mathgl for plotting
builder b5973d4
BuildRequires:	mathgl-devel 
builder b5973d4
#Mesa for GLU
builder b5973d4
BuildRequires:	libGL-devel 
builder b5973d4
#Libxml2 for file parsing
builder b5973d4
BuildRequires:	libxml2-devel 
builder b5973d4
#FTGL for 3d fonts
builder b5973d4
BuildRequires:	ftgl-devel 
builder b5973d4
#libpng for textures
builder b5973d4
BuildRequires: libpng-devel
builder b5973d4
#Desktop file utils for installing desktop file
builder b5973d4
BuildRequires: desktop-file-utils
builder b5973d4
#WX widgets
builder b5973d4
BuildRequires: wxGTK-devel
builder b5973d4
#PDF latex build
builder b5973d4
BuildRequires: tex(latex)
builder b5973d4
mycae 385d557
#Required for surface removal algorithms 
mycae 385d557
BuildRequires: qhull-devel
mycae 385d557
mycae 932db95
#Fedora specific PDF dir.
D Haley 01a0727
Patch0: %{name}-0.0.9-manual-pdf-loc.patch
mycae 932db95
#Fedora specific font dir
D Haley 01a0727
Patch1: %{name}-0.0.9-font-path.patch
D Haley f231021
#Patch for libpng 1.4.0 removing png_set_gray_1_2_4_to_8
D Haley f231021
#libpng.sourceforge.net/ANNOUNCE-1.4.0.txt
D Haley f231021
Patch2: %{name}-0.0.9-png-gray.patch
D Haley 3a37b3c
Patch3: %{name}-0.0.9-gcc-4.7.patch
builder b5973d4
%description
builder b5973d4
This program is designed to help users visualize and analyze 3D point clouds
builder b5973d4
with an associated real value, in a fast and flexible fashion. It is 
builder b5973d4
specifically targeted to atom probe tomography applications, but may be 
builder b5973d4
useful for general scalar valued point data purposes.
builder b5973d4
builder b5973d4
%prep
mycae 932db95
builder b5973d4
%setup -q 
mycae 932db95
builder b5973d4
%patch0
mycae 932db95
%patch1
D Haley f231021
%patch2
D Haley 3a37b3c
%patch3
D Haley 01a0727
D Haley 01a0727
#Fix permissions erorrs in tarball
D Haley 01a0727
chmod a-x src/*.cpp src/*.h
builder b5973d4
builder b5973d4
%build
D Haley 01a0727
#export CFLAGS="$RPM_OPT_FLAGS -fopenmp"
D Haley 01a0727
#export CXXFLAGS="$RPM_OPT_FLAGS -fopenmp"
D Haley 01a0727
%configure --disable-debug-checks --enable-openmp-parallel
builder b5973d4
make %{?_smp_mflags}
builder b5973d4
builder b5973d4
pushd docs/manual-latex
builder b5973d4
pdflatex manual.tex
mycae 932db95
bibtex manual
mycae 932db95
pdflatex manual.tex
builder b5973d4
popd
builder b5973d4
builder b5973d4
builder b5973d4
%install
builder b5973d4
rm -rf %{buildroot}
builder b5973d4
make install DESTDIR=%{buildroot}
builder b5973d4
builder b5973d4
# Install the textures
builder b5973d4
mkdir -p %{buildroot}%{_datadir}/%{name}/textures
D Haley 01a0727
cp -p src/textures/* %{buildroot}%{_datadir}/%{name}/textures
builder b5973d4
builder b5973d4
builder b5973d4
#Install the manpage
builder b5973d4
install -Dp -m 644 packaging/manpage/%{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
builder b5973d4
builder b5973d4
desktop-file-install \
builder b5973d4
		--dir %{buildroot}%{_datadir}/applications \
builder b5973d4
		packaging/%{name}.desktop
builder b5973d4
mkdir -p %{buildroot}%{_datadir}/pixmaps/
D Haley 01a0727
install -Dp -m 644 src/tex-source/%{name}-icon.svg %{buildroot}%{_datadir}/pixmaps/%{name}.svg
mycae 8ee6e9a
mycae 8ee6e9a
#install language files
mycae 8ee6e9a
#--
mycae 8ee6e9a
#Remap locale names
mycae 8ee6e9a
mv locales/de_DE/ locales/de/
mycae 8ee6e9a
mycae 8ee6e9a
mkdir -p %{buildroot}/%{_datadir}/locale/
mycae 8ee6e9a
cp -R locales/* %{buildroot}/%{_datadir}/locale/
mycae 8ee6e9a
D Haley 01a0727
#Restore the internal build's locale naming
mycae 8ee6e9a
mv locales/de/ locales/de_DE/
mycae 8ee6e9a
#--
mycae 8ee6e9a
builder b5973d4
builder b5973d4
#Move the documentation such that it is picked up by the doc macro
builder b5973d4
mv docs/manual-latex/manual.pdf %{name}-%{version}-manual.pdf
builder b5973d4
mycae 8ee6e9a
#Locale stuff
mycae 8ee6e9a
%find_lang %{name}
mycae 8ee6e9a
mycae 8ee6e9a
builder b5973d4
%clean
builder b5973d4
rm -rf %{buildroot}
builder b5973d4
builder b5973d4
mycae 8ee6e9a
%files -f %{name}.lang
builder b5973d4
%defattr(-,root,root,-)
builder b5973d4
%doc COPYING AUTHORS ChangeLog README TODO %{name}-%{version}-manual.pdf
builder b5973d4
%{_bindir}/%{name}
builder b5973d4
%dir %{_datadir}/%{name}/
builder b5973d4
%dir %{_datadir}/%{name}/textures
builder b5973d4
%{_datadir}/%{name}/textures/*.png
builder b5973d4
%{_datadir}/applications/%{name}.desktop
builder b5973d4
%{_mandir}/man1/%{name}.1.*
builder b5973d4
%{_datadir}/pixmaps/*.svg
builder b5973d4
builder b5973d4
builder b5973d4
%changelog
10b580e
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.9-4
10b580e
- Rebuilt for c++ ABI breakage
10b580e
D Haley 3a37b3c
* Thu Jan 12 2012 D Haley <mycae(a!t)yahoo.com> - 0.0.9-3
D Haley 3a37b3c
- Patch to fix FTFBS for gcc 4.7
D Haley 3a37b3c
95fe82e
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.9-2
95fe82e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
95fe82e
D Haley 01a0727
* Tue Dec 06 2011 Adam Jackson <mycae(a!t)yahoo.com> - 0.0.9-1
D Haley 01a0727
- Rebuild for new libpng
D Haley 01a0727
9621808
* Tue Dec 06 2011 Adam Jackson <ajax@redhat.com> - 0.0.8-3
9621808
- Rebuild for new libpng
9621808
mycae 8d9583b
* Sat Oct 29 2011 D Haley <mycae(a!t)yahoo.com> - 0.0.8-2
mycae 8d9583b
- Post release fixes for various crash bugs
mycae 8d9583b
mycae baf6f06
* Sun Oct 23 2011 D Haley <mycae(a!t)yahoo.com> - 0.0.8-1
mycae baf6f06
- Update to 0.0.8
mycae baf6f06
mycae 8ee6e9a
* Sun Aug 14 2011 D Haley <mycae(a!t)yahoo.com> - 0.0.7-1
mycae 8ee6e9a
- Update to 0.0.7
mycae 8ee6e9a
mycae 8ee6e9a
* Sun May 20 2011 D Haley <mycae(a!t)yahoo.com> - 0.0.6-1
mycae 932db95
- Update to 0.0.6
mycae 932db95
mycae 932db95
* Mon Mar 27 2011 D Haley <mycae(a!t)yahoo.com> - 0.0.5-1
mycae 932db95
- New upstream release
mycae 932db95
mycae 932db95
* Sat Mar 13 2011 D Haley <mycae(a!t)yahoo.com> - 0.0.4-3
mycae 932db95
- Patch opengl startup code -- peek at gl context. Possible fix for bug 684390
mycae 004714d
mycae 932db95
* Sat Feb 12 2011 D Haley <mycae(a!t)yahoo.com> - 0.0.4-2
mycae 932db95
- Fix bug 677016 - 3Depict no built with rpm opt flags
41bee32
mycae dc5d04b
* Sat Jan 22 2011 D Haley <mycae(a!t)yahoo.com> - 0.0.4-1
mycae dc5d04b
- Update to 0.0.4
mycae dc5d04b
mycae 385d557
* Fri Nov 26 2010 D Haley <mycae(a!t)yahoo.com> - 0.0.3-1
mycae 385d557
- Update to 0.0.3
mycae 385d557
builder b5973d4
* Tue Oct 5 2010 D Haley <mycae(a!t)yahoo.com> - 0.0.2-3
builder b5973d4
- Use tex(latex) virtual package in preference to texlive-latex
builder b5973d4
builder b5973d4
* Mon Oct 4 2010 D Haley <mycae(a!t)yahoo.com> - 0.0.2-2
builder b5973d4
- Add latex build for manual
builder b5973d4
builder b5973d4
* Sat Sep 25 2010 D Haley <mycae(a!t)yahoo.com> - 0.0.2-1
builder b5973d4
- Update to 0.0.2
builder b5973d4
- Address comments in package review 
builder b5973d4
builder b5973d4
* Sat Aug 08 2010 D Haley <mycae(a!t)yahoo.com> - 0.0.1-1
builder b5973d4
- Initial package