SHA256
1
0
forked from pool/libquicktime
OBS User unknown 2007-05-09 18:04:31 +00:00 committed by Git OBS Bridge
parent 2976566ac0
commit ae2930dd19
2 changed files with 10 additions and 2 deletions

View File

@ -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 Fri May 4 13:50:27 CEST 2007 - pcerny@suse.cz

View File

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