- Rebuilt to solve multilib issues (#492926)

f38
Tomas Bzatek 16 years ago
parent d4e78beb49
commit a9066c2086

@ -14,7 +14,7 @@
Summary: The GNOME virtual file-system libraries
Name: gnome-vfs2
Version: 2.24.1
Release: 1%{?dist}
Release: 2%{?dist}
License: LGPLv2+ and GPLv2+
# the daemon and the library are LGPLv2+
# the modules are LGPLv2+ and GPLv2+
@ -135,7 +135,7 @@ fi
%configure --disable-gtk-doc --enable-hal
export tagname=CC
make LIBTOOL=/usr/bin/libtool
make LIBTOOL=/usr/bin/libtool %{?_smp_mflags}
# strip unneeded translations from .mo files
# ideally intltool (ha!) would do that for us
@ -207,7 +207,7 @@ fi
%postun -p /sbin/ldconfig
%files -f %{po_package}.lang
%defattr(-, root, root)
%defattr(-, root, root, -)
%doc AUTHORS COPYING COPYING.LIB NEWS README
%dir %{_sysconfdir}/gnome-vfs-2.0
@ -239,6 +239,9 @@ fi
%config %{_sysconfdir}/gnome-vfs-2.0/modules/smb-module.conf
%changelog
* Thu Apr 2 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.24.1-2
- Rebuilt to solve multilib issues (#492926)
* Tue Mar 17 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.24.1-1
- Update to 2.24.1

Loading…
Cancel
Save