]> git.pld-linux.org Git - packages/4pane.git/blame - 4pane.spec
- updated gettext BR
[packages/4pane.git] / 4pane.spec
CommitLineData
a62fb60f
ZU
1Summary: A multi-pane, detailed-list file manager
2Summary(hu.UTF-8): Többpaneles, részletes-listás fájlkezelő
3Name: 4pane
4Version: 0.8.0
5Release: 0.2
6License: GPL v3
7Group: X11/Applications
8Source0: http://downloads.sourceforge.net/project/fourpane/%{version}/%{name}-%{version}.tar.gz
9# Source0-md5: 5152105f7c148b8a465cf85534227fb7
10URL: http://www.4pane.co.uk/index.html
6742522a 11BuildRequires: gettext-tools
a62fb60f
ZU
12BuildRequires: wxGTK2-unicode-devel
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
164Pane is a multi-pane, detailed-list file manager for Linux. It is
17designed to be fully-featured without bloat, and aims for speed rather
18than visual effects. In addition to standard file manager things, it
19offers multiple undo and redo of most operations (including
20deletions), archive management including 'virtual browsing' inside
21archives, multiple renaming/duplication of files, a terminal emulator
22and 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
34rm -rf $RPM_BUILD_ROOT
35
36%{__make} install \
37 DESTDIR=$RPM_BUILD_ROOT
04ac1aed
ZU
38install -d $RPM_BUILD_ROOT%{_desktopdir}
39mv $RPM_BUILD_ROOT{%{_datadir}/4Pane/rc/4Pane.desktop,%{_desktopdir}}
a62fb60f
ZU
40%{find_lang} 4Pane
41
42%clean
43rm -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
04ac1aed 49%{_desktopdir}/4Pane.desktop
a62fb60f 50%{_datadir}/4Pane
This page took 0.107238 seconds and 4 git commands to generate.