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