]> git.pld-linux.org Git - packages/gnome-commander.git/blobdiff - gnome-commander.spec
- updated to 1.4.7
[packages/gnome-commander.git] / gnome-commander.spec
index 7b00e7fb2b3eadc8e8a6589f578464c9961ae203..f6f5e7abdbae470480f72b378896dcd475d72004 100644 (file)
-Summary:       A Gnome filemanager similar to the Midnight Commander
-Summary(pl):   Zarz±dca plików dla ¶rodowiska GNOME w stylu Midnight Commandera
+Summary:       A GNOME filemanager similar to the Midnight Commander
+Summary(pl.UTF-8):     Zarządca plików dla środowiska GNOME w stylu Midnight Commandera
 Name:          gnome-commander
-Version:       0.9.12
-Release:       0.1
-License:       GPL
+Version:       1.4.7
+Release:       1
+License:       GPL v2+
 Group:         X11/Applications
-Source0:       http://savannah.nongnu.org/download/gcmd/gcmd.pkg/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: ef0152c3014689ba76c3b67609ec3c69
-URL:           http://savannah.gnu.org/projects/gcmd/
-BuildRequires: GConf-devel
-BuildRequires: gdk-pixbuf-devel >= 0.8
-# glib-gettextize
-BuildRequires: glib2-devel
-BuildRequires: gnome-libs-devel
-BuildRequires: gnome-vfs-devel
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/gnome-commander/1.4/%{name}-%{version}.tar.xz
+# Source0-md5: 347337051c10745158200762ae29fa22
+Patch0:                %{name}-flags.patch
+Patch1:                %{name}-am.patch
+Patch2:                %{name}-gsf.patch
+URL:           http://www.nongnu.org/gcmd/
+BuildRequires: autoconf >= 2.50
+BuildRequires: automake
+BuildRequires: chmlib-devel
+BuildRequires: docbook-dtd412-xml
+BuildRequires: exiv2-devel >= 0.14
+BuildRequires: flex
+BuildRequires: gettext-tools
+BuildRequires: glib2-devel >= 1:2.6.0
+BuildRequires: gnome-doc-utils
+BuildRequires: gnome-vfs2-devel >= 2.0.0
+BuildRequires: gtk+2-devel >= 2:2.8.0
+BuildRequires: intltool >= 0.35.0
+BuildRequires: libgnome-devel >= 2.0.0
+BuildRequires: libgnome-keyring-devel >= 2.22
+BuildRequires: libgnomeui-devel >= 2.4.0
+BuildRequires: libgsf-devel >= 1.12.0
+BuildRequires: libstdc++-devel
+BuildRequires: libtool
+BuildRequires: libunique-devel >= 0.9.3
+BuildRequires: libxslt-progs
+BuildRequires: pkgconfig
+BuildRequires: poppler-devel >= 0.18
+BuildRequires: python-devel >= 1:2.5
+BuildRequires: taglib-devel >= 1.4
+BuildRequires: tar >= 1:1.22
+BuildRequires: xz
+Requires:      exiv2 >= 0.14
+Requires:      glib2 >= 1:2.6.0
+Requires:      gtk+2 >= 2:2.8.0
+Requires:      libgnome-keyring >= 2.22
+Requires:      libgnomeui >= 2.4.0
+Requires:      libgsf >= 1.12.0
+Requires:      libunique >= 0.9.3
+Requires:      poppler >= 0.18
+Requires:      taglib >= 1.4
+# sr@Latn vs. sr@latin
+Conflicts:     glibc-misc < 6:2.7
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+# symbol main_win_widget is provided by gnome-commander binary
+%define                skip_post_check_so      libgcmd.so.*
+
 %description
-Gnome Commander is a filemanager that just like the classical Midnight
+GNOME Commander is a filemanager that just like the classical Midnight
 commander lets you do everything with the keyboard. It can perform all
-standard fileoperations and some extra features like ftp support.
+standard fileoperations and some extra features like FTP support.
 
-%description -l pl
-Gnome Commander to zarz±dca plików, który podobnie do klasycznego
-Midnight Commandera umo¿liwia pe³n± obs³ugê przy pomocy klawiatury.
-Zapewnia wykonanie wszystkich typowych operacji na plikach, a tak¿e
-kilka dodatkowych jak np. klienta ftp
+%description -l pl.UTF-8
+GNOME Commander to zarządca plików, który podobnie do klasycznego
+Midnight Commandera umożliwia pełną obsługę przy pomocy klawiatury.
+Zapewnia wykonanie wszystkich typowych operacji na plikach, a także
+kilka dodatkowych jak np. klienta FTP.
 
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p0
+%patch2 -p1
 
 %build
-glib-gettextize -c -f
-%{__aclocal}
-%{__automake}
+%{__glib_gettextize}
+%{__libtoolize}
+%{__intltoolize}
+%{__aclocal} -I m4
 %{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure \
-       --with-fam
+       --disable-scrollkeeper \
+       --disable-static
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_applnkdir}/Utilities
 
 %{__make} install \
         DESTDIR=$RPM_BUILD_ROOT
 
-install gnome-commander.desktop $RPM_BUILD_ROOT%{_applnkdir}/Utilities/gnome-commander.desktop
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/%{name}/{plugins/,}*.la
 
-%find_lang %{name}
+# outdated copy of sr@latin
+%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/sr@Latn
+
+%find_lang %{name} --with-gnome --with-omf
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post  -p /sbin/ldconfig
+%postun        -p /sbin/ldconfig
+
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README TODO
-%attr(755,root,root) %{_bindir}/*
-%{_pixmapsdir}/%{name}
-%{_applnkdir}/Utilities/*
+%doc AUTHORS BUGS ChangeLog NEWS README TODO
+%attr(755,root,root) %{_bindir}/gcmd-block
+%attr(755,root,root) %{_bindir}/gnome-commander
+%dir %{_libdir}/%{name}
+%dir %{_libdir}/%{name}/plugins
+%attr(755,root,root) %{_libdir}/%{name}/lib*.so*
+%{_libdir}/%{name}/plugins/*.py*
+%attr(755,root,root) %{_libdir}/%{name}/plugins/lib*.so*
+%{_datadir}/appdata/gnome-commander.appdata.xml
+%{_datadir}/gnome-commander
+%{_pixmapsdir}/gnome-commander.png
+%{_pixmapsdir}/gnome-commander
+%{_desktopdir}/gnome-commander.desktop
+%{_mandir}/man1/gnome-commander.1*
This page took 0.114595 seconds and 4 git commands to generate.