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