]> git.pld-linux.org Git - packages/autoq3d.git/blob - autoq3d.spec
- BR: unzip
[packages/autoq3d.git] / autoq3d.spec
1 # TODO: Name vs spec filename
2 Summary:        autoq3d - complete 3D modeling application for computing aided drafting in three dimensions
3 Summary(pl.UTF-8):      autoq3d - pełna aplikacja CAD do modelowania 3D
4 Name:           AutoQ3D
5 Version:        1.20
6 Release:        0.1
7 License:        GPL
8 Group:          X11/Applications
9 Source0:        http://dl.sourceforge.net/autoq3d/%{name}-v%{version}sourceLinux.zip
10 # Source0-md5:  cccd22e1c068651c8ad7c0831acd2aba
11 URL:            http://autoq3d.ecuadra.com/
12 BuildRequires:  OpenGL-devel
13 BuildRequires:  QtGui-devel
14 BuildRequires:  QtOpenGL-devel
15 BuildRequires:  qt4-build >= 4.3.3-3
16 BuildRequires:  unzip
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 autoq3d - complete 3D modeling application for computing aided
21 drafting in three dimensions.
22
23 %description -l pl.UTF-8
24 autoq3d to pełna aplikacja CAD do modelowania 3D.
25
26 %prep
27 %setup -q -n %{name}
28
29 %build
30 QTDIR=/usr; export QTDIR
31 qmake-qt4 -o Makefile AutoQ3D.pro
32
33 %{__make} \
34         CFLAGS="%{rpmcflags}" \
35         LDFLAGS="%{rpmldflags}"
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39
40 %{__make} install \
41         DESTDIR=$RPM_BUILD_ROOT
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
This page took 0.075276 seconds and 3 git commands to generate.