]> git.pld-linux.org Git - packages/emelfm.git/blob - emelfm.spec
- massive attack: adding Source-md5
[packages/emelfm.git] / emelfm.spec
1 # $Revision: 1.6 $ $Date: 2003-05-26 16:24:56 $
2 Summary:        File manager using the two-pane design and Gtk+
3 Summary(pl):    Zarz±dca plików oparty na bibliotece GTK+
4 Name:           emelfm
5 Version:        0.9.2
6 Release:        1
7 License:        GPL
8 Group:          X11/Applications
9 Source0:        http://emelfm.sourceforge.net/%{name}-%{version}.tar.gz
10 # Source0-md5:  7a1c8bd369d94be5bca409439d74da14
11 Patch0:         %{name}-plugin_path.patch
12 URL:            http://emelfm.sourceforge.net/
13 BuildRequires:  gtk+-devel >= 1.2.0
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
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
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}}
37
38 # %{__make} install DESTDIR=$RPM_BUILD_ROOT
39
40 install emelfm $RPM_BUILD_ROOT%{_bindir}
41 install plugins/*.so $RPM_BUILD_ROOT%{_libdir}/%{name}
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc README ChangeLog docs
49 %attr(755,root,root) %{_bindir}/%{name}
50 %dir %{_libdir}/%{name}
51 %attr(755,root,root) %{_libdir}/%{name}/*.so
This page took 0.09566 seconds and 3 git commands to generate.