]> git.pld-linux.org Git - packages/qtfm.git/blob - qtfm.spec
- initial release
[packages/qtfm.git] / qtfm.spec
1 Summary:        Qt File Manager
2 Summary(pl.UTF-8):      Menedzer plików Qt
3 Name:           qtfm
4 Version:        5.0
5 Release:        1
6 License:        GPL
7 URL:            http://www.qtfm.org
8 Source0:        %{name}-%{version}.tar.gz
9 Group:          X11/Applications
10 BuildRequires:  QtCore-devel
11 BuildRequires:  QtDBus-devel
12 BuildRequires:  QtGui-devel
13 BuildRequires:  QtXml-devel
14 BuildRequires:  cmake
15 BuildRequires:  desktop-file-utils
16 BuildRequires:  libstdc++-devel
17 BuildRequires:  xorg-lib-libX11-devel
18 BuildRequires:  xorg-lib-libXcomposite-devel
19 BuildRequires:  xorg-lib-libXdamage-devel
20 BuildRequires:  xorg-lib-libXrender-devel
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 qtFM - Small, fast, light Qt filemanager.
25
26 %description -l pl.UTF-8
27 qtFM - Mały, szybki i lekki menedżer plików oparty o Qt.
28
29 %prep
30 %setup -q
31
32 %build
33 qmake-qt4
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38 %{__make} install \
39         DESTDIR=$RPM_BUILD_ROOT INSTALL_ROOT=$RPM_BUILD_ROOT
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %post
45 %update_desktop_database_post
46
47 %postun
48 %update_desktop_database_postun
49
50 %files
51 %defattr(644,root,root,755)
52 %doc CHANGELOG COPYING README
53 %attr(755,root,root) %{_bindir}/%{name}
54 %{_desktopdir}/%{name}*.desktop
55 %{_pixmapsdir}/%{name}.png
This page took 0.283975 seconds and 4 git commands to generate.