~ubuntu-branches/ubuntu/saucy/3depict/saucy

« back to all changes in this revision

Viewing changes to packaging/RPM/3Depict.spec

  • Committer: Package Import Robot
  • Author(s): D Haley
  • Date: 2013-05-17 00:52:39 UTC
  • mfrom: (3.1.4 experimental)
  • Revision ID: package-import@ubuntu.com-20130517005239-7bl4mnhkvrhc2ba6
Tags: 0.0.13-1
Upload to unstable 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Name:           3Depict
2
 
Version:        0.0.10
 
2
Version:        0.0.13
3
3
Release:        1%{?dist}
4
4
Summary:        Valued 3D point cloud visualization and analysis
5
5
Group:          Applications/Engineering
27
27
#WX widgets
28
28
BuildRequires: wxGTK-devel
29
29
#PDF latex build
30
 
BuildRequires: tex(latex)
 
30
#BuildRequires: tex(latex)
31
31
 
32
32
#Required for surface removal algorithms 
33
33
BuildRequires: qhull-devel
54
54
%configure --disable-debug-checks --enable-openmp-parallel
55
55
make %{?_smp_mflags}
56
56
 
57
 
pushd docs/manual-latex
58
 
pdflatex manual.tex
59
 
bibtex manual
60
 
pdflatex manual.tex
61
 
popd
62
 
 
63
 
 
64
57
%install
65
58
rm -rf %{buildroot}
66
59
make install DESTDIR=%{buildroot}
67
60
 
68
61
# Install the textures
69
62
mkdir -p %{buildroot}%{_datadir}/%{name}/textures
70
 
cp -p src/textures/* %{buildroot}%{_datadir}/%{name}/textures
 
63
cp -p data/textures/*png %{buildroot}%{_datadir}/%{name}/textures/
71
64
 
72
65
 
73
66
#Install the manpage
77
70
                --dir %{buildroot}%{_datadir}/applications \
78
71
                packaging/%{name}.desktop
79
72
mkdir -p %{buildroot}%{_datadir}/pixmaps/
80
 
install -Dp -m 644 src/tex-source/%{name}-icon.svg %{buildroot}%{_datadir}/pixmaps/%{name}.svg
 
73
install -Dp -m 644 data/textures/tex-source/%{name}-icon.svg %{buildroot}%{_datadir}/pixmaps/%{name}.svg
81
74
 
82
75
#install language files
83
76
#--
116
109
 
117
110
 
118
111
%changelog
 
112
* Sun Mar 23 2013 D Haley <mycae(a!t)gmx.com> - 0.0.13-1
 
113
- Update to 0.0.13
 
114
 
 
115
* Sun Mar 23 2013 D Haley <mycae(a!t)gmx.com> - 0.0.12-4
 
116
- Add aarch 64 patch for bug 924960, until next version
 
117
 
 
118
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.12-3
 
119
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
120
 
 
121
* Sun Dec 9 2012 D Haley <mycae(a!t)yahoo.com> - 0.0.12-2
 
122
- Import bugfixes from upstream for plot UI and crash fixes
 
123
 
 
124
* Sun Nov 25 2012 D Haley <mycae(a!t)yahoo.com> - 0.0.12-1
 
125
- Update to 0.0.12
 
126
 
119
127
* Mon Apr 2 2012 D Haley <mycae(a!t)yahoo.com> - 0.0.10-1
120
128
- Update to 0.0.10
121
129
 
128
136
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.9-2
129
137
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
130
138
 
131
 
* Sat Dec 20 2011 D Haley <mycae(a!t)yahoo.com> - 0.0.9-1
 
139
* Sat Dec 17 2011 D Haley <mycae(a!t)yahoo.com> - 0.0.9-1
132
140
- Update to 0.0.9
133
141
 
134
142
* Tue Dec 06 2011 Adam Jackson <ajax@redhat.com> - 0.0.8-3
143
151
* Sun Aug 14 2011 D Haley <mycae(a!t)yahoo.com> - 0.0.7-1
144
152
- Update to 0.0.7
145
153
 
146
 
* Sun May 20 2011 D Haley <mycae(a!t)yahoo.com> - 0.0.6-1
 
154
* Fri May 20 2011 D Haley <mycae(a!t)yahoo.com> - 0.0.6-1
147
155
- Update to 0.0.6
148
156
 
149
 
* Mon Mar 27 2011 D Haley <mycae(a!t)yahoo.com> - 0.0.5-1
 
157
* Sun Mar 27 2011 D Haley <mycae(a!t)yahoo.com> - 0.0.5-1
150
158
- New upstream release
151
159
 
152
 
* Sat Mar 13 2011 D Haley <mycae(a!t)yahoo.com> - 0.0.4-3
 
160
* Sun Mar 13 2011 D Haley <mycae(a!t)yahoo.com> - 0.0.4-3
153
161
- Patch opengl startup code -- peek at gl context. Possible fix for bug 684390
154
162
 
155
163
* Sat Feb 12 2011 D Haley <mycae(a!t)yahoo.com> - 0.0.4-2
171
179
- Update to 0.0.2
172
180
- Address comments in package review 
173
181
 
174
 
* Sat Aug 08 2010 D Haley <mycae(a!t)yahoo.com> - 0.0.1-1
 
182
* Sun Aug 08 2010 D Haley <mycae(a!t)yahoo.com> - 0.0.1-1
175
183
- Initial package