]> git.pld-linux.org Git - packages/emelfm2.git/blame - emelfm2.spec
- up to 0.3.6
[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
1405bd63 4Version: 0.3.6
14416e9f
JB
5Release: 1
6License: GPL
7Group: X11/Applications
8Source0: http://emelfm2.net/rel/%{name}-%{version}.tar.gz
1405bd63 9# Source0-md5: cc00361a117e48823bf5bd7da5d729e0
390da67a 10URL: http://emelfm2.net/
14416e9f 11BuildRequires: gettext-devel
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
14416e9f
JB
33
34%build
f509326b
JB
35%{__make} \
36 CC="%{__cc}" \
37 CFLAGS="%{rpmcflags}" \
38 LDFLAGS="%{rpmldflags}"
14416e9f
JB
39
40%install
41rm -rf $RPM_BUILD_ROOT
6aaf75e9 42install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir}/%{name}}
14416e9f 43
14416e9f 44install emelfm2 $RPM_BUILD_ROOT%{_bindir}
f509326b 45install objs/plugins/*.so $RPM_BUILD_ROOT%{_libdir}/%{name}
14416e9f
JB
46
47%clean
48rm -rf $RPM_BUILD_ROOT
49
50%files
51%defattr(644,root,root,755)
52%attr(755,root,root) %{_bindir}/%{name}
6aaf75e9 53%dir %{_libdir}/%{name}
f509326b 54%attr(755,root,root) %{_libdir}/%{name}/*.so
This page took 0.334254 seconds and 4 git commands to generate.