You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gnome-commander/gnome-commander.spec

174 lines
4.8 KiB

%define id3lib_ver 3.8.3
%define libexif_ver 0.6.12
Name: gnome-commander
Version: 1.2.3
Release: 6%{?dist}
Summary: A nice and fast file manager for the GNOME desktop
Group: Applications/File
License: GPL
URL: http://www.nongnu.org/gcmd/
Source0: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/1.2/%{name}-%{version}.tar.bz2
Patch0: gnome-commander-1.2.3-xsltproc-OMF-element.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: desktop-file-utils
BuildRequires: scrollkeeper
BuildRequires: gettext
BuildRequires: id3lib-devel >= %{id3lib_ver}
BuildRequires: lcms-devel
BuildRequires: libgnomeui-devel
BuildRequires: libexif-devel >= %{libexif_ver}
BuildRequires: gnome-doc-utils
BuildRequires: perl(XML::Parser)
Requires: id3lib >= %{id3lib_ver}
Requires: libexif >= %{libexif_ver}
Requires: meld
Requires(post): scrollkeeper
Requires(postun): scrollkeeper
%description
GNOME Commander is a nice and fast file manager for the GNOME desktop.
In addition to performing the basic filemanager functions the program is
also an FTP-client and it can browse SMB-networks.
%prep
%setup -q
%patch0 -p1 -b .xsltproc
%build
%configure --disable-scrollkeeper
%{__make} %{?_smp_mflags}
%install
%{__rm} -rf %{buildroot}
%{__make} \
INSTALL="%{__install} -c -p" \
DESTDIR=%{buildroot} \
install
desktop-file-install \
--delete-original \
--vendor '' \
--remove-category Application \
--dir %{buildroot}%{_datadir}/applications \
%{buildroot}%{_datadir}/applications/%{name}.desktop
%{__rm} -f %{buildroot}%{_libdir}/%{name}/*.{a,la}
%{__rm} -f %{buildroot}%{_libdir}/%{name}/*/*.{a,la}
%find_lang %{name}
%post
scrollkeeper-update -q -o %{_datadir}/omf/%{name} || :
%postun
scrollkeeper-update -q || :
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS BUGS ChangeLog COPYING INSTALL NEWS README TODO doc/*.txt
%{_bindir}/*
%{_libdir}/%{name}/
%{_mandir}/man1/%{name}.1*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/gnome/help/%{name}/
%{_datadir}/omf/%{name}/
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/pixmaps/%{name}/
%changelog
* Tue Apr 17 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.2.3-6
- Add maintainer, description elements to gnome-commander.xml for
newer libxslt
* Tue Jan 20 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.2.3-5
- Require meld (#225324)
* Thu Jan 11 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.2.3-4
- Don't remove plugins (#222203)
* Thu Jan 4 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.2.3-3
- Explicitly require version-dependent libraries accroding to
the request from upstream.
* Thu Dec 21 2006 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.2.3-2
- Clean up.
* Tue Nov 14 2006 Piotr Eljasiak <epiotr@use.pl>
- fixed Source0 address
* Mon Jul 17 2006 Piotr Eljasiak <epiotr@use.pl>
- added glib dependencies
* Sun May 14 2006 Stephanos Manos <stefmanos@gmail.com>
- Fixed Scrollkeeper database update
-disabled scrollkeeper update from make
-added scrollkeeper-database-update in the %%post & %%postun section
- Added %%post & %%postun entries for the desktop file
- Added %%post & %%postun entries for the gtk+ icon cache file
* Sun Apr 9 2006 Piotr Eljasiak <epiotr@use.pl>
- minor cleanups
* Thu Mar 5 2006 Piotr Eljasiak <epiotr@use.pl>
- added OMF files
* Mon Feb 13 2006 Piotr Eljasiak <epiotr@use.pl>
- install gnome-commander icon to %%{_datadir}/pixmaps/
- install gnome-commander.1* to %%{_mandir}/man1/
* Sat Feb 11 2006 Piotr Eljasiak <epiotr@use.pl>
- set default srcext to .bz2
* Fri Jan 28 2005 Piotr Eljasiak <epiotr@use.pl>
- fixed typo: rpm --> rpmbuild
* Mon May 03 2004 Piotr Eljasiak <epiotr@use.pl>
- converted spec file to utf-8
- used RPM macros a bit more
* Thu Jun 19 2003 Piotr Eljasiak <epiotr@use.pl>
- added libraries
* Tue Mar 25 2003 Piotr Eljasiak <epiotr@use.pl>
- updated Sources
* Mon Jan 20 2003 Piotr Eljasiak <epiotr@use.pl>
- added build dependencies
* Fri Jan 10 2003 Piotr Eljasiak <epiotr@use.pl>
- added localization
* Thu Jan 09 2003 Piotr Eljasiak <epiotr@use.pl>
- added dependencies
* Mon Jun 24 2002 Piotr Eljasiak <epiotr@use.pl>
- more cleanup in install section
* Sat Jun 15 2002 Piotr Eljasiak <epiotr@use.pl>
- simplified install and files sections
* Mon Jun 10 2002 Piotr Eljasiak <epiotr@use.pl>
- .spec file is now generated from .spec.in
* Mon Jun 10 2002 Marcus Bjurman <marbj499@student.liu.se>
- The default icon for this project is now called gnome-commander.png
The xpm variant of the same icon is now also renamed in the same manner.
* Sat Mar 9 2002 Marcus Bjurman <marbj499@student.liu.se>
- Pumped up the version nr
* Sun Nov 4 2001 Marcus Bjurman <marbj499@student.liu.se>
- Initial build.