| Revision 21005 (by benny, 2006/04/16 14:26:01) |
2006-04-16 Benedikt Meurer <benny@xfce.org>
* === Released 0.3.0beta1 ===
* configure.in.in: Bump version.
* configure.in.in, README: Depend on libexo 0.3.1.6beta1.
* Makefile.am, configure.in.in, Thunar.spec.in: Add RPM spec file for
Thunar.
|
Summary: Thunar File Manager
Name: @PACKAGE_TARNAME@
Version: @PACKAGE_VERSION@
Release: 1
License: GPL
URL: http://thunar.xfce.org/
Source0: %{name}-%{version}.tar.gz
Group: Applications/X11
BuildRoot: %{_tmppath}/%{name}-root
Requires: fam
Requires: libexif
Requires: shared-mime-info >= 0.15
Requires: desktop-file-utils >= 0.7
Requires: exo0.3 >= @EXO_REQUIRED_VERSION@
Requires: startup-notification >= @LIBSTARTUP_NOTIFICATION_REQUIRED_VERSION@
BuildRequires: fam-devel
BuildRequires: libjpeg-devel
BuildRequires: libexif-devel
BuildRequires: libpng-devel >= 2:1.2.2-16
BuildRequires: desktop-file-utils >= 0.7
BuildRequires: exo0.3-devel >= @EXO_REQUIRED_VERSION@
BuildRequires: startup-notification-devel >= @LIBSTARTUP_NOTIFICATION_REQUIRED_VERSION@
Provides: @PACKAGE_TARNAME@-devel
%description
Thunar is a new modern file manager for the Xfce Desktop Environment. It has been designed from
the ground up to be fast and easy-to-use. Its user interface is clean and intuitive, and does not
include any confusing or useless options. Thunar is fast and responsive with a good start up time
and directory load time.
%prep
%setup -q
%build
%configure --enable-dbus --enable-final --enable-xsltproc
make
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir}
%clean
rm -rf $RPM_BUILD_ROOT
%post
update-desktop-database &> /dev/null ||:
touch --no-create %{_datadir}/icons/hicolor || :
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi
%postun
update-desktop-database &> /dev/null ||:
touch --no-create %{_datadir}/icons/hicolor || :
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi
%files
%defattr(-,root,root)
%doc README TODO ChangeLog NEWS INSTALL COPYING AUTHORS HACKING THANKS
%{_bindir}/
%{_datadir}/
%{_includedir}/
%{_libdir}/
%{_libexecdir}/
%{_mandir}/
%{_sysconfdir}/