]> git.pld-linux.org Git - packages/emelfm2.git/blob - emelfm2.spec
782a4b1579afbd62e65b000fee1d1313f9ac5454
[packages/emelfm2.git] / emelfm2.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:           emelfm2
4 Version:        0.3.3
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://emelfm2.net/rel/%{name}-%{version}.tar.gz
9 # Source0-md5:  6ce56f2d4d0dc9bd2cacd5dabaa49c0a
10 URL:            http://emelfm2.net/
11 BuildRequires:  gettext-devel
12 BuildRequires:  gcc >= 5:3.2
13 BuildRequires:  gtk+2-devel >= 2:2.6.0
14 BuildRequires:  pkgconfig
15 Requires:       file >= 4
16 Requires:       findutils >= 4.2
17 Requires:       grep
18 Requires:       sed
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 emelFM is a file manager that implements the popular two-pane design.
23 It features a simple GTK+ interface, a flexible filetyping scheme, and
24 a built-in command line for executing commands without opening an
25 xterm.
26
27 %description -l pl.UTF-8
28 emelFM2 jest klasycznym, dwupanelowym zarządcą plików. Ma prosty
29 interfejs graficzny oparty o bibliotekę GTK+.
30
31 %prep
32 %setup -q
33
34 %build
35 %{__make} \
36         CC="%{__cc}" \
37         CFLAGS="%{rpmcflags}" \
38         LDFLAGS="%{rpmldflags}"
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42 install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir}/%{name}}
43
44 install emelfm2 $RPM_BUILD_ROOT%{_bindir}
45 install objs/plugins/*.so $RPM_BUILD_ROOT%{_libdir}/%{name}
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %attr(755,root,root) %{_bindir}/%{name}
53 %dir %{_libdir}/%{name}
54 %attr(755,root,root) %{_libdir}/%{name}/*.so
This page took 0.040366 seconds and 2 git commands to generate.