]> git.pld-linux.org Git - packages/emelfm2.git/blame - emelfm2.spec
- updated gettext BR
[packages/emelfm2.git] / emelfm2.spec
CommitLineData
14416e9f 1Summary: File manager using the two-pane design and Gtk+
6aaf75e9 2Summary(pl.UTF-8): Zarządca plików oparty na bibliotece GTK+
14416e9f 3Name: emelfm2
78261c70 4Version: 0.8.0
14416e9f
JB
5Release: 1
6License: GPL
7Group: X11/Applications
739b793e 8Source0: http://emelfm2.net/rel/%{name}-%{version}.tar.bz2
78261c70 9# Source0-md5: 8490d501e19009860f53ac6a98db74c1
390da67a 10URL: http://emelfm2.net/
206a0e6a 11BuildRequires: gettext-tools
f509326b
JB
12BuildRequires: gcc >= 5:3.2
13BuildRequires: gtk+2-devel >= 2:2.6.0
6aaf75e9 14BuildRequires: pkgconfig
f509326b
JB
15Requires: file >= 4
16Requires: findutils >= 4.2
17Requires: grep
18Requires: sed
14416e9f
JB
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
22emelFM is a file manager that implements the popular two-pane design.
23It features a simple GTK+ interface, a flexible filetyping scheme, and
24a built-in command line for executing commands without opening an
25xterm.
26
6aaf75e9
JB
27%description -l pl.UTF-8
28emelFM2 jest klasycznym, dwupanelowym zarządcą plików. Ma prosty
29interfejs graficzny oparty o bibliotekę GTK+.
14416e9f
JB
30
31%prep
6aaf75e9 32%setup -q
739b793e 33sed -i "s@GTK3=.*@GTK3=0@ ; s@GLIB3=.*@GLIB3=0@" Makefile
14416e9f
JB
34
35%build
f509326b
JB
36%{__make} \
37 CC="%{__cc}" \
38 CFLAGS="%{rpmcflags}" \
739b793e 39 LDFLAGS="-ldl %{rpmldflags}"
14416e9f
JB
40
41%install
42rm -rf $RPM_BUILD_ROOT
6aaf75e9 43install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir}/%{name}}
14416e9f 44
14416e9f 45install emelfm2 $RPM_BUILD_ROOT%{_bindir}
f509326b 46install objs/plugins/*.so $RPM_BUILD_ROOT%{_libdir}/%{name}
14416e9f
JB
47
48%clean
49rm -rf $RPM_BUILD_ROOT
50
51%files
52%defattr(644,root,root,755)
53%attr(755,root,root) %{_bindir}/%{name}
6aaf75e9 54%dir %{_libdir}/%{name}
f509326b 55%attr(755,root,root) %{_libdir}/%{name}/*.so
This page took 0.081707 seconds and 4 git commands to generate.