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