diff --git a/.cvsignore b/.cvsignore index 4619af6..a370a04 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,3 @@ compiz-fc6b7773fc52f6104b66a9f86c18395f8a958848.tar.bz2 desktop-effects-0.6.tar.gz +desktop-effects-0.6.1.tar.gz diff --git a/compiz.spec b/compiz.spec index 9e5e8d3..b108de8 100644 --- a/compiz.spec +++ b/compiz.spec @@ -3,12 +3,14 @@ %define sha1 fc6b7773fc52f6104b66a9f86c18395f8a958848 %define snapshot 20060721 +%define dialogversion 0.6.1 + Name: compiz Url: http://www.freedesktop.org/Software/compiz License: X11/MIT/GPL Group: User Interface/Desktops Version: 0.0.13 -Release: 0.13.%{snapshot}git.fc5.aiglx +Release: 0.14.%{snapshot}git.fc5.aiglx Summary: OpenGL window and compositing manager BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -29,7 +31,7 @@ BuildRequires: gnome-desktop-devel, control-center-devel, GConf2-devel BuildRequires: gettext Source0: %{name}-%{sha1}.tar.bz2 -Source1: desktop-effects-0.6.tar.gz +Source1: desktop-effects-%{dialogversion}.tar.gz Patch100: gl-include-inferiors.patch Patch101: aiglx-defaults.patch @@ -62,7 +64,7 @@ Install compiz-devel if you want to develop plugins for the compiz windows and compositing manager. %prep -%setup -q -T -b1 -n desktop-effects-0.6 +%setup -q -T -b1 -n desktop-effects-%{dialogversion} %setup -q -n %{name}-%{sha1} %patch100 -p1 -b .gl-include-inferiors @@ -79,7 +81,7 @@ windows and compositing manager. make %{?_smp_mflags} # desktop-effects -cd ../desktop-effects-0.6 +cd ../desktop-effects-%{dialogversion} %configure make @@ -91,7 +93,7 @@ make DESTDIR=$RPM_BUILD_ROOT install || exit 1 unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL echo INSTALLING DESKTOP EFFECTS -cd ../desktop-effects-0.6 +cd ../desktop-effects-%{dialogversion} make DESTDIR=$RPM_BUILD_ROOT install || exit 1 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' @@ -133,6 +135,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/compiz %changelog +* Wed Aug 2 2006 Soren Sandmann 0.0.13-0.13.20060721git.fc5.aiglx +- New version of dialog box. Macro the version number. + * Wed Aug 2 2006 Soren Sandmann 0.0.13-0.13.20060721git.fc5.aiglx - Add 'desktop effects' dialog box. diff --git a/sources b/sources index d2a9a59..2d93a67 100644 --- a/sources +++ b/sources @@ -1,2 +1,3 @@ 16382b2db6ffc65161a6edc70559ee67 compiz-fc6b7773fc52f6104b66a9f86c18395f8a958848.tar.bz2 101df08c0adb11640e512db33165acf4 desktop-effects-0.6.tar.gz +85c612c6ad47e31c70f0ba85063882e4 desktop-effects-0.6.1.tar.gz