]> git.pld-linux.org Git - packages/autoq3d.git/blame - autoq3d.spec
- tabs in preamble
[packages/autoq3d.git] / autoq3d.spec
CommitLineData
2107c340 1Summary: autoq3d - complete 3D modeling application for computing aided drafting in three dimensions
a61c2b71 2Summary(pl.UTF-8): autoq3d - pełna aplikacja CAD do modelowania 3D
d96e2b0f 3Name: AutoQ3D
4Version: 1.20
5Release: 0.1
6License: GPL
7Group: Applications
8Source0: http://dl.sourceforge.net/autoq3d/%{name}-v%{version}sourceLinux.zip
9# Source0-md5: cccd22e1c068651c8ad7c0831acd2aba
2107c340 10#Patch0: %{name}-DESTDIR.patch
2f6f6883 11URL: http://autoq3d.ecuadra.com/
2f6f6883 12BuildRequires: Mesa-libGL-devel
78e5fddf 13BuildRequires: QtGui-devel
005d941d 14BuildRequires: QtOpenGL-devel
15BuildRequires: qt4-build
78e5fddf 16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
d96e2b0f 17
18%description
2107c340 19autoq3d - complete 3D modeling application for computing aided
20drafting in three dimensions.
d96e2b0f 21
89319075
JR
22%description -l pl.UTF-8
23autoq3d to pełna aplikacja CAD do modelowania 3D.
d96e2b0f 24
d96e2b0f 25%prep
26%setup -q -n %{name}
d96e2b0f 27
28%build
60e53529 29QTDIR=/usr; export QTDIR
78e5fddf 30qt4-qmake -o Makefile AutoQ3D.pro
2f6f6883 31
32%{__make} \
33 CFLAGS="%{rpmcflags}" \
34 LDFLAGS="%{rpmldflags}"
d96e2b0f 35
36%install
37rm -rf $RPM_BUILD_ROOT
d96e2b0f 38
39%{__make} install \
40 DESTDIR=$RPM_BUILD_ROOT
41
42%clean
43rm -rf $RPM_BUILD_ROOT
44
d96e2b0f 45%if %{with ldconfig}
46%post -p /sbin/ldconfig
47%postun -p /sbin/ldconfig
48%endif
49
d96e2b0f 50%files
51%defattr(644,root,root,755)
52%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
53
54%if 0
55# if _sysconfdir != /etc:
56#%%dir %{_sysconfdir}
57%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
58%attr(755,root,root) %{_bindir}/*
59%{_datadir}/%{name}
60%endif
This page took 0.05089 seconds and 4 git commands to generate.