Author: evil Date: Fri Jul 29 01:21:27 2011 GMT Module: packages Tag: HEAD ---- Log message: - initial release
---- Files affected: packages/qtfm: qtfm.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/qtfm/qtfm.spec diff -u /dev/null packages/qtfm/qtfm.spec:1.1 --- /dev/null Fri Jul 29 03:21:27 2011 +++ packages/qtfm/qtfm.spec Fri Jul 29 03:21:21 2011 @@ -0,0 +1,66 @@ +# $Revision$, $Date$ +Summary: Qt File Manager +Summary(pl.UTF-8): Menedzer plików Qt +Name: qtfm +Version: 5.0 +Release: 1 +License: GPL +URL: http://www.qtfm.org +Source0: %{name}-%{version}.tar.gz +Group: X11/Applications +BuildRequires: QtCore-devel +BuildRequires: QtDBus-devel +BuildRequires: QtGui-devel +BuildRequires: QtXml-devel +BuildRequires: cmake +BuildRequires: desktop-file-utils +BuildRequires: libstdc++-devel +BuildRequires: xorg-lib-libX11-devel +BuildRequires: xorg-lib-libXcomposite-devel +BuildRequires: xorg-lib-libXdamage-devel +BuildRequires: xorg-lib-libXrender-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +qtFM - Small, fast, light Qt filemanager. + +%description -l pl.UTF-8 +qtFM - Mały, szybki i lekki menedżer plików oparty o Qt. + +%prep +%setup -q + +%build +qmake-qt4 +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT INSTALL_ROOT=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%post +%update_desktop_database_post + +%postun +%update_desktop_database_postun + +%files +%defattr(644,root,root,755) +%doc CHANGELOG COPYING README +%attr(755,root,root) %{_bindir}/%{name} +%{_desktopdir}/%{name}*.desktop +%{_pixmapsdir}/%{name}.png + +%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 2011/07/29 01:21:21 evil +- initial release + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
