diff --git a/.cvsignore b/.cvsignore index ff00352..a097e03 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xarchiver-20061213svn.tar.bz2 +xarchiver-20070103svn.tar.bz2 diff --git a/sources b/sources index acc2c04..3a54300 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b117568b5ba34249b0403cbc589759fb xarchiver-20061213svn.tar.bz2 +43c93a6e41eabfbac3d556b086870406 xarchiver-20070103svn.tar.bz2 diff --git a/xarchiver.spec b/xarchiver.spec index c16df4d..b605500 100644 --- a/xarchiver.spec +++ b/xarchiver.spec @@ -1,20 +1,20 @@ Name: xarchiver Version: 0.4.9 -Release: 0.1.20061213svn%{?dist} +Release: 0.1.20070103svn%{?dist} Summary: Archive manager for Xfce Group: Applications/Archiving License: GPL URL: http://xarchiver.xfce.org/ # Source0 was generated with the following commands: -# svn co -r24096 http://svn.xfce.org/svn/xfce/xarchiver/trunk xarchiver +# svn co -r24249 http://svn.xfce.org/svn/xfce/xarchiver/trunk xarchiver # tar -cjf xarchiver-`date +%G%m%d`svn.tar.bz2 xarchiver -Source0: xarchiver-20061213svn.tar.bz2 +Source0: xarchiver-20070103svn.tar.bz2 #Source0: http://dl.sf.net/sourceforge/xarchiver/xarchiver-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel, libxml2-devel, gettext, desktop-file-utils -BuildRequires: xfce4-dev-tools >= 4.3.90.2 +BuildRequires: xfce4-dev-tools >= 4.3.90.2 Requires: arj, binutils, bzip2, cpio, gzip, htmlview, tar, unzip, zip %description @@ -50,23 +50,20 @@ desktop-file-install --vendor fedora \ --delete-original \ --add-mime-type=application/x-cd-image \ --add-mime-type=application/x-rpm \ + --add-mime-type=application/x-deb \ ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop %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 +%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : %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 +%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : %clean @@ -96,6 +93,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Jan 03 2007 Christoph Wickert - 0.4.9-0.1.20070103svn +- Update to SVN r24249 of January 3rd 2007. +- Add mimetype application/x-deb again since opening of debs now is secure. + * Wed Dec 13 2006 Christoph Wickert - 0.4.9-0.1.20061213svn - Update to SVN r24096 of December 13th 2006. @@ -108,7 +109,7 @@ rm -rf $RPM_BUILD_ROOT * Tue Nov 28 2006 Christoph Wickert - 0.4.6-1 - Update to 0.4.6. -- Update description. +- Update %%description. - Require binutils, cpio and htmlview. - Add mimetypes application/x-ar, application/x-cd-image and application/x-deb.