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