diff --git a/libquicktime.changes b/libquicktime.changes index f990383..0f88991 100644 --- a/libquicktime.changes +++ b/libquicktime.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed May 9 17:26:02 CEST 2007 - pcerny@suse.cz + +- minor .spec file changes (%suse_update_config) + ------------------------------------------------------------------- Fri May 4 13:50:27 CEST 2007 - pcerny@suse.cz diff --git a/libquicktime.spec b/libquicktime.spec index 773e676..98039f4 100644 --- a/libquicktime.spec +++ b/libquicktime.spec @@ -17,7 +17,7 @@ License: GNU General Public License (GPL) Group: Development/Libraries/Other Autoreqprov: on Version: 1.0.0 -Release: 1 +Release: 4 URL: http://libquicktime.sf.net Source0: %{name}-%{version}.tar.gz Patch0: %{name}-%{version}-arrayoverflow.patch @@ -53,6 +53,7 @@ sed -r "s/(building|codecs|index|license|opening|positioning|reading|util|writin %patch0 -p0 %build +%{?suse_update_config:%{suse_update_config -f}} ./configure --prefix=%{_prefix} \ --bindir=%{_bindir} \ --libdir=%{_libdir} \ @@ -62,7 +63,7 @@ sed -r "s/(building|codecs|index|license|opening|positioning|reading|util|writin --without-lame --without-faad2 --without-faac \ --without-x264 --without-ffmpeg \ %endif - --disable-static --htmldir=/usr/html + --disable-static --htmldir=%{_prefix}/html make %install @@ -101,6 +102,8 @@ rm -rf "%{buildroot}" %doc doc/*.html doc/*.txt %changelog +* Wed May 09 2007 - pcerny@suse.cz +- minor .spec file changes (%%suse_update_config) * Fri May 04 2007 - pcerny@suse.cz - update to 1.0.0 which is considered final wrt functionality - .spec file cleanup