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