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