]> git.pld-linux.org Git - packages/qtfm.git/blame - qtfm.spec
- initial release
[packages/qtfm.git] / qtfm.spec
CommitLineData
1cbe3543
KK
1Summary: Qt File Manager
2Summary(pl.UTF-8): Menedzer plików Qt
3Name: qtfm
4Version: 5.0
5Release: 1
6License: GPL
7URL: http://www.qtfm.org
8Source0: %{name}-%{version}.tar.gz
9Group: X11/Applications
10BuildRequires: QtCore-devel
11BuildRequires: QtDBus-devel
12BuildRequires: QtGui-devel
13BuildRequires: QtXml-devel
14BuildRequires: cmake
15BuildRequires: desktop-file-utils
16BuildRequires: libstdc++-devel
17BuildRequires: xorg-lib-libX11-devel
18BuildRequires: xorg-lib-libXcomposite-devel
19BuildRequires: xorg-lib-libXdamage-devel
20BuildRequires: xorg-lib-libXrender-devel
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
24qtFM - Small, fast, light Qt filemanager.
25
26%description -l pl.UTF-8
27qtFM - Mały, szybki i lekki menedżer plików oparty o Qt.
28
29%prep
30%setup -q
31
32%build
33qmake-qt4
34%{__make}
35
36%install
37rm -rf $RPM_BUILD_ROOT
38%{__make} install \
39 DESTDIR=$RPM_BUILD_ROOT INSTALL_ROOT=$RPM_BUILD_ROOT
40
41%clean
42rm -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.063419 seconds and 4 git commands to generate.