]> git.pld-linux.org Git - packages/gnome-commander.git/blame - gnome-commander.spec
- 1.2.8.10
[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
9d480137 4Version: 1.2.8.10
5Release: 1
4a97838d 6License: GPL v2+
2d078f96 7Group: X11/Applications
02375880 8Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-commander/1.2/%{name}-%{version}.tar.bz2
9d480137 9# Source0-md5: 9605ed93f40d1e3c7a23ea1ce2ec5f6e
82916b7a 10Patch0: %{name}-flags.patch
d954e565 11URL: http://www.nongnu.org/gcmd/
defd17b7
JB
12BuildRequires: autoconf
13BuildRequires: automake
46db4e9d 14BuildRequires: docbook-dtd412-xml
06916c15 15BuildRequires: gettext-devel
02375880 16BuildRequires: gnome-doc-utils
17BuildRequires: gtk+2-devel >= 2:2.6.0
78c6d5f6 18BuildRequires: id3lib-devel
02375880 19BuildRequires: intltool >= 0.31
9d480137 20BuildRequires: libcanberra-devel
3ae5ccb1 21BuildRequires: libgnome-keyring-devel
02375880 22BuildRequires: libgnomeui-devel >= 2.0.0
7b84b028 23BuildRequires: libiptcdata-devel
2c068fa3 24BuildRequires: libtool
9b3822cd 25BuildRequires: libxslt-progs
06916c15 26BuildRequires: pkgconfig
e4283326 27BuildRequires: rpm-perlprov
6a39b029 28# sr@Latn vs. sr@latin
29Conflicts: glibc-misc < 6:2.7
d8e36939 30BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
62e35630 31
8cc6124c
JR
32%define skip_post_check_so libgcmd.so.*
33
62e35630 34%description
3d0333ff 35GNOME Commander is a filemanager that just like the classical Midnight
b9429b84 36commander lets you do everything with the keyboard. It can perform all
89f3bd7c 37standard fileoperations and some extra features like FTP support.
d8e36939 38
19ade598
JR
39%description -l pl.UTF-8
40GNOME Commander to zarządca plików, który podobnie do klasycznego
41Midnight Commandera umożliwia pełną obsługę przy pomocy klawiatury.
42Zapewnia wykonanie wszystkich typowych operacji na plikach, a także
89f3bd7c 43kilka dodatkowych jak np. klienta FTP.
b9429b84 44
62e35630 45%prep
d0e60dbf 46%setup -q
02375880 47%patch0 -p1
62e35630 48
49%build
02375880 50%{__glib_gettextize}
b79a4b4f 51%{__libtoolize}
02375880 52%{__intltoolize}
fafb9936 53%{__aclocal} -I m4
3811238a 54%{__autoconf}
b79a4b4f 55%{__automake}
02375880 56%configure \
57 --disable-scrollkeeper
b9429b84 58%{__make}
62e35630 59
60%install
61rm -rf $RPM_BUILD_ROOT
d8e36939 62
b9429b84 63%{__make} install \
64 DESTDIR=$RPM_BUILD_ROOT
7e679cf6 65
b2639152 66%{__rm} $RPM_BUILD_ROOT%{_libdir}/%{name}/{plugins/,}/*.{la,a}
d8e36939 67
6a39b029 68[ -d $RPM_BUILD_ROOT%{_datadir}/locale/sr@latin ] || \
69 mv -f $RPM_BUILD_ROOT%{_datadir}/locale/sr@{Latn,latin}
8964b585 70
02375880 71%find_lang %{name} --with-gnome --all-name
62e35630 72
73%clean
74rm -rf $RPM_BUILD_ROOT
75
b79a4b4f 76%post -p /sbin/ldconfig
77%postun -p /sbin/ldconfig
78
e087376d 79%files -f %{name}.lang
d8e36939 80%defattr(644,root,root,755)
f302a9a8 81%doc AUTHORS ChangeLog NEWS README TODO
b9429b84 82%attr(755,root,root) %{_bindir}/*
d954e565 83%dir %{_libdir}/%{name}
84%dir %{_libdir}/%{name}/plugins
02375880 85%attr(755,root,root) %{_libdir}/%{name}/lib*.so*
b79a4b4f 86%attr(755,root,root) %{_libdir}/%{name}/plugins/lib*.so*
87%{_pixmapsdir}/*
d954e565 88%{_desktopdir}/gnome-commander.desktop
8964b585 89%{_mandir}/man1/gnome-commander.1*
02375880 90%{_omf_dest_dir}/%{name}
This page took 0.21337 seconds and 4 git commands to generate.