]> git.pld-linux.org Git - packages/gnome-commander.git/blob - gnome-commander.spec
- release 2
[packages/gnome-commander.git] / gnome-commander.spec
1 Summary:        A GNOME filemanager similar to the Midnight Commander
2 Summary(pl.UTF-8):      Zarządca plików dla środowiska GNOME w stylu Midnight Commandera
3 Name:           gnome-commander
4 Version:        1.2.4
5 Release:        2
6 License:        GPL v2
7 Group:          X11/Applications
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/gnome-commander/1.2/%{name}-%{version}.tar.bz2
9 # Source0-md5:  9897237e3d297086d88ddf3c7d0dc560
10 Patch0:         %{name}-desktop.patch
11 Patch1:         %{name}-as-needed.patch
12 URL:            http://www.nongnu.org/gcmd/
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  gnome-doc-utils
16 BuildRequires:  gtk+2-devel >= 2:2.6.0
17 BuildRequires:  id3lib-devel
18 BuildRequires:  intltool >= 0.31
19 BuildRequires:  libgnomeui-devel >= 2.0.0
20 BuildRequires:  libiptcdata-devel
21 BuildRequires:  libtool
22 BuildRequires:  libxslt-progs
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 GNOME Commander is a filemanager that just like the classical Midnight
27 commander lets you do everything with the keyboard. It can perform all
28 standard fileoperations and some extra features like FTP support.
29
30 %description -l pl.UTF-8
31 GNOME Commander to zarządca plików, który podobnie do klasycznego
32 Midnight Commandera umożliwia pełną obsługę przy pomocy klawiatury.
33 Zapewnia wykonanie wszystkich typowych operacji na plikach, a także
34 kilka dodatkowych jak np. klienta FTP.
35
36 %prep
37 %setup -q
38 %patch0 -p1
39 %patch1 -p1
40
41 %build
42 %{__glib_gettextize}
43 %{__libtoolize}
44 %{__intltoolize}
45 %{__aclocal} -I m4
46 %{__autoconf}
47 %{__automake}
48 %configure \
49         --disable-scrollkeeper
50 %{__make}
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54
55 %{__make} install \
56         DESTDIR=$RPM_BUILD_ROOT
57
58 rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/{plugins/,}/*.{la,a}
59
60 %find_lang %{name} --with-gnome --all-name
61
62 %clean
63 rm -rf $RPM_BUILD_ROOT
64
65 %post   -p /sbin/ldconfig
66 %postun -p /sbin/ldconfig
67
68 %files -f %{name}.lang
69 %defattr(644,root,root,755)
70 %doc AUTHORS ChangeLog NEWS README TODO
71 %attr(755,root,root) %{_bindir}/*
72 %dir %{_libdir}/%{name}
73 %dir %{_libdir}/%{name}/plugins
74 %attr(755,root,root) %{_libdir}/%{name}/lib*.so*
75 %attr(755,root,root) %{_libdir}/%{name}/plugins/lib*.so*
76 %{_pixmapsdir}/*
77 %{_desktopdir}/gnome-commander.desktop
78 %{_mandir}/man1/*
79 %{_omf_dest_dir}/%{name}
This page took 0.037151 seconds and 4 git commands to generate.