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