]> git.pld-linux.org Git - packages/qtfm.git/commitdiff
- initial release
authorKrzysztof Krakowiak <evil@pld-linux.org>
Fri, 29 Jul 2011 01:21:21 +0000 (01:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    qtfm.spec -> 1.1

qtfm.spec [new file with mode: 0644]

diff --git a/qtfm.spec b/qtfm.spec
new file mode 100644 (file)
index 0000000..faef056
--- /dev/null
+++ b/qtfm.spec
@@ -0,0 +1,55 @@
+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
This page took 0.106217 seconds and 4 git commands to generate.