]> git.pld-linux.org Git - packages/emelfm.git/blame - emelfm.spec
- updated gettext BR
[packages/emelfm.git] / emelfm.spec
CommitLineData
ebd22f9a 1Summary: File manager using the two-pane design and Gtk+
ff3daad1 2Summary(pl.UTF-8): Zarządca plików oparty na bibliotece GTK+
ebd22f9a 3Name: emelfm
4Version: 0.9.2
e21ca4d0 5Release: 2
ebd22f9a 6License: GPL
7Group: X11/Applications
8Source0: http://emelfm.sourceforge.net/%{name}-%{version}.tar.gz
20a45afc 9# Source0-md5: 7a1c8bd369d94be5bca409439d74da14
e55662d2 10Source1: %{name}.desktop
808e6052 11Patch0: %{name}-plugin_path.patch
12URL: http://emelfm.sourceforge.net/
2f560ab0 13BuildRequires: gettext-tools
ebd22f9a 14BuildRequires: gtk+-devel >= 1.2.0
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18emelFM is a file manager that implements the popular two-pane design.
19It features a simple GTK+ interface, a flexible filetyping scheme, and
808e6052 20a built-in command line for executing commands without opening an
21xterm.
ebd22f9a 22
8f9cb7f7
JR
23%description -l pl.UTF-8
24emelFM jest klasycznym, dwupanelowym zarządcą plików. Ma prosty
25interfejs graficzny oparty o bibliotekę GTK+.
ebd22f9a 26
ebd22f9a 27%prep
28%setup -q
29%patch0 -p1
30
31%build
32%{__make}
33
34%install
35rm -rf $RPM_BUILD_ROOT
e55662d2 36install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir}/%{name},%{_desktopdir}}
808e6052 37
6b2456f8
PG
38# %{__make} install \
39# DESTDIR=$RPM_BUILD_ROOT
ebd22f9a 40
41install emelfm $RPM_BUILD_ROOT%{_bindir}
42install plugins/*.so $RPM_BUILD_ROOT%{_libdir}/%{name}
e55662d2 43install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
ebd22f9a 44
ebd22f9a 45%clean
46rm -rf $RPM_BUILD_ROOT
47
48%files
49%defattr(644,root,root,755)
f922925d 50%doc ChangeLog README TODO docs
ebd22f9a 51%attr(755,root,root) %{_bindir}/%{name}
808e6052 52%dir %{_libdir}/%{name}
53%attr(755,root,root) %{_libdir}/%{name}/*.so
f922925d 54%{_desktopdir}/emelfm.desktop
This page took 0.187064 seconds and 4 git commands to generate.