diff --git a/.cvsignore b/.cvsignore index 3fe476b..d7bb8cf 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xfce4-screenshooter-1.6.0.tar.gz +xfce4-screenshooter-1.7.9.tar.bz2 diff --git a/sources b/sources index b1e2b76..0e30dde 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -331750879b966eec639eb3fe3045cb16 xfce4-screenshooter-1.6.0.tar.gz +c01d1cf3830bf8d60e09c0cdd223034c xfce4-screenshooter-1.7.9.tar.bz2 diff --git a/xfce4-screenshooter.spec b/xfce4-screenshooter.spec index 29ee4be..20426fc 100644 --- a/xfce4-screenshooter.spec +++ b/xfce4-screenshooter.spec @@ -3,14 +3,14 @@ # https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=179202 Name: xfce4-screenshooter -Version: 1.6.0 -Release: 2%{?dist} +Version: 1.7.9 +Release: 1%{?dist} Summary: Screenshot utility for the Xfce desktop Group: User Interface/Desktops License: GPLv2+ URL: http://goodies.xfce.org/projects/applications/%{name} -Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.gz +Source0: http://archive.xfce.org/src/apps/%{name}/1.7/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libxfcegui4-devel >= 4.4.0 @@ -48,7 +48,7 @@ make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p' %find_lang %{name} desktop-file-install \ --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ @@ -77,8 +77,8 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %files -f %{name}.lang %defattr(-,root,root,-) -%doc AUTHORS COPYING ChangeLog README -%{_bindir}/xfce4-screenshooter +%doc AUTHORS COPYING ChangeLog NEWS README TODO +%{_bindir}/%{name} %{_datadir}/applications/%{name}.desktop %{_datadir}/icons/hicolor/*/apps/applets-screenshooter.png %{_datadir}/icons/hicolor/scalable/apps/applets-screenshooter.svg @@ -94,6 +94,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Sun Feb 07 2010 Christoph Wickert - 1.7.9-1 +- Update to 1.7.9 (RC for 1.8.0) +- Include NEWS and TODO + * Thu Jul 30 2009 Christoph Wickert - 1.6.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild