forked from pool/libquicktime
This commit is contained in:
parent
2976566ac0
commit
ae2930dd19
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user