Author: blekot Date: Sat Jun 25 16:50:37 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 1.1.5 - BR: lua50-devel - builds and works
---- Files affected: SPECS: mm3d.spec (1.7 -> 1.8) ---- Diffs: ================================================================ Index: SPECS/mm3d.spec diff -u SPECS/mm3d.spec:1.7 SPECS/mm3d.spec:1.8 --- SPECS/mm3d.spec:1.7 Fri Oct 15 23:37:44 2004 +++ SPECS/mm3d.spec Sat Jun 25 18:50:32 2005 @@ -1,15 +1,19 @@ # $Revision$, $Date$ +# TODO: +# - Ckeck if it requires lua50 + Summary: Misfit Model 3D - OpenGL-based 3D model editor Summary(pl): Misfit Model 3D - oparty o OpenGL edytor modeli 3D Name: mm3d -Version: 1.0.0 -Release: 0 +Version: 1.1.6 +Release: 1 Epoch: 0 License: GPL Group: X11/Graphics Source0: http://dl.sourceforge.net/misfitmodel3d/%{name}-%{version}.tar.gz -# Source0-md5: 2fd1bc082951bcbb9e3fcfde21c5ad18 +# Source0-md5: 6b39417e65e2bb9d31ae11092ebd2371 URL: http://www.misfitcode.com/misfitmodel3d/ +BuildRequires: lua50-devel BuildRequires: qt-devel >= 3.3.3-4 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -34,14 +38,16 @@ %setup -q %build -%configure2_13 +%configure2_13 \ + --with-Qt-include-dir=%{_includedir}/qt \ + --with-Qt-lib-dir=%{_libdir} %{__make} %install rm -rf $RPM_BUILD_ROOT %{__make} install \ - DESTDIR=$RPM_BUILD_ROOT \ + bindir=$RPM_BUILD_ROOT%{_bindir} \ datadir=$RPM_BUILD_ROOT%{_datadir} \ DOCDIR=$RPM_BUILD_ROOT%{_datadir}/doc/%{name}-%{version} @@ -52,7 +58,7 @@ %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/* %{_datadir}/%{name} -%{_docdir}/%{name}-%{version} +%{_docdir}/ %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -60,6 +66,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.8 2005/06/25 16:50:32 blekot +- up to 1.1.5 +- BR: lua50-devel +- builds and works + Revision 1.7 2004/10/15 21:37:44 qboosh - descs, some cleanups ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/mm3d.spec?r1=1.7&r2=1.8&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
