]> git.pld-linux.org Git - SPECS.git/blob - 4pane.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / 4pane.spec
1 Summary:        A multi-pane, detailed-list file manager
2 Summary(hu.UTF-8):      Többpaneles, részletes-listás fájlkezelő
3 Name:           4pane
4 Version:        0.8.0
5 Release:        0.2
6 License:        GPL v3
7 Group:          X11/Applications
8 Source0:        http://downloads.sourceforge.net/project/fourpane/%{version}/%{name}-%{version}.tar.gz
9 # Source0-md5:  5152105f7c148b8a465cf85534227fb7
10 URL:            http://www.4pane.co.uk/index.html
11 BuildRequires:  gettext-tools
12 BuildRequires:  wxGTK2-unicode-devel
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 4Pane is a multi-pane, detailed-list file manager for Linux. It is
17 designed to be fully-featured without bloat, and aims for speed rather
18 than visual effects. In addition to standard file manager things, it
19 offers multiple undo and redo of most operations (including
20 deletions), archive management including 'virtual browsing' inside
21 archives, multiple renaming/duplication of files, a terminal emulator
22 and user-defined tools.
23
24 %prep
25 %setup -q
26
27 %build
28 %configure \
29         --enable-unicode \
30         --with-wx-config=%{_bindir}/wx-gtk2-unicode-config
31 %{__make}
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35
36 %{__make} install \
37         DESTDIR=$RPM_BUILD_ROOT
38 install -d $RPM_BUILD_ROOT%{_desktopdir}
39 mv $RPM_BUILD_ROOT{%{_datadir}/4Pane/rc/4Pane.desktop,%{_desktopdir}}
40 %{find_lang} 4Pane
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files -f 4Pane.lang
46 %defattr(644,root,root,755)
47 %attr(755,root,root) %{_bindir}/*
48 %doc %{_docdir}/4Pane
49 %{_desktopdir}/4Pane.desktop
50 %{_datadir}/4Pane
This page took 0.121958 seconds and 3 git commands to generate.