Author: gotar Date: Wed Jan 23 15:31:08 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - initial PLD release
---- Files affected: SPECS: qpxtool.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/qpxtool.spec diff -u /dev/null SPECS/qpxtool.spec:1.1 --- /dev/null Wed Jan 23 16:31:08 2008 +++ SPECS/qpxtool.spec Wed Jan 23 16:31:03 2008 @@ -0,0 +1,66 @@ +# $Revision$, $Date$ +# +# TODO: +# - add missing BRs, +# - devel subpackage +# +Summary: CD/DVD quality checker +Summary(pl.UTF-8): Tester jakości płyt CD/DVD +Name: qpxtool +Version: 0.6.1 +Release: 0.1 +License: GPL v2 +Group: X11/Applications +Source0: http://dl.sourceforge.net/qpxtool/%{name}-%{version}.tar.bz2 +# Source0-md5: 4fa7ce8aa9c13aa2db0a8b5224acb906 +URL: http://qpxtool.sourceforge.net/ +BuildRequires: qmake +BuildRequires: qt-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +QPxTool gives you access to all available Quality Checks (Q-Checks) on +written and blank media, that are available for your drive. This will +help you to find the right media and the optimized writing speed for +your hardware, which will increase the change for a long data lifetime. + +%prep +%setup -q + +%build +export QTDIR="%{_prefix}" +export QMAKESPEC="linux-g++" +%{__make} \ + CFLAGS="%{rpmcflags}" + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT \ + PREFIX="%{_prefix}" \ + MANDIR="%{_mandir}" \ + QTDIR="%{_prefix}" + +%clean +rm -rf $RPM_BUILD_ROOT + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%files +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog README TODO slack-desc +%attr(755,root,root) %{_bindir}/* +%attr(755,root,root) %{_libdir}/lib*.so.*.* +%{_mandir}/man8/*.8* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2008-01-23 15:31:03 gotar +- initial PLD release + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
