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