SPECS: qwtplot3d.spec (NEW) - initial

undefine undefine at pld-linux.org
Sun Jul 3 01:17:42 CEST 2005


Author: undefine                     Date: Sat Jul  2 23:17:42 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial

---- Files affected:
SPECS:
   qwtplot3d.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/qwtplot3d.spec
diff -u /dev/null SPECS/qwtplot3d.spec:1.1
--- /dev/null	Sun Jul  3 01:17:42 2005
+++ SPECS/qwtplot3d.spec	Sun Jul  3 01:17:37 2005
@@ -0,0 +1,83 @@
+# $Revision$, $Date$
+Summary:	3D Graphics extension to the Qt GUI application framework
+Summary(pl):	Rozszerzenie graficzne 3D do Qt
+Name:		qwtplot3d
+Version:	0.2.4
+Release:	1
+License:	BSD-like
+Group:		Libraries
+Source0:	http://dl.sourceforge.net/qwtplot3d/%{name}-%{version}-beta.tgz
+# Source0-md5:	063bcd47364b35be3c6182dca03be60d
+URL:		http://qwt.sourceforge.net/
+BuildRequires:	XFree86-OpenGL-devel
+BuildRequires:	qmake
+BuildRequires:	qt-devel
+BuildRequires:	zlib-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+QwtPlot3D is a feature-rich Qt/OpenGL-based C++ programming library.
+It provides essentially a bunch of 3D-widgets for programmers.
+
+%description -l pl
+QwtPlot3D jest bogatą w możliwości Qt/OpenGL biblioteką C++.
+Udostępnia zestaw kontrolek 3D dla programistów.
+
+%package devel
+Summary:	Header files for qwtplot3d library
+Summary(pl):	Pliki nagłówkowe biblioteki qwtplot3d
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+
+%description devel
+Header files for qwtplot3d library.
+
+%description devel -l pl
+Pliki nagłówkowe biblioteki qwtplot3d.
+
+%prep
+%setup -q -n %{name}
+
+%build
+export QTDIR=%{_prefix}
+qmake qwtplot3d.pro
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_includedir}/%{name},%{_libdir}}
+
+for n in include/*.h ; do
+    install -m 644 $n $RPM_BUILD_ROOT%{_includedir}/%{name}
+done
+
+for n in lib/libqwtplot3d.so* ; do
+    cp -d $n $RPM_BUILD_ROOT%{_libdir}
+done
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/lib*.so
+%{_includedir}/%{name}
+%doc examples
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/07/02 23:17:37  undefine
+- initial
+
================================================================



More information about the pld-cvs-commit mailing list