Author: aredridel Date: Mon Jan 1 21:27:01 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - added
---- Files affected: SPECS: qtpfsgui.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/qtpfsgui.spec diff -u /dev/null SPECS/qtpfsgui.spec:1.1 --- /dev/null Mon Jan 1 22:27:01 2007 +++ SPECS/qtpfsgui.spec Mon Jan 1 22:26:56 2007 @@ -0,0 +1,47 @@ +# $Revision$, $Date$ +Summary: QtPFSGui - HDR Image compositor +Name: qtpfsgui +Version: 1.5 +Release: 1 +License: GPL +Group: X11/Applications +Source0: http://dl.sourceforge.net/qtpfsgui/%{name}-%{version}.tar.gz +# Source0-md5: 503202f36ec312b67db379edb1f1a7f7 +URL: http://qtpfsgui.sourceforge.net/ +BuildRequires: QtGui-devel +BuildRequires: qt4-qmake +BuildRequires: OpenEXR-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description + +%prep +%setup -q + +%build +qt4-qmake -after target.path=/usr/bin +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT{%{_applnkdir}/System,%{_pixmapsdir}} + +%{__make} install \ + INSTALL_ROOT=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/* + +%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 2007/01/01 21:26:56 aredridel +- added + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
