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