SHA256
1
0
forked from pool/libquicktime
OBS User unknown 2009-01-22 12:12:57 +00:00 committed by Git OBS Bridge
parent 06a6f4231a
commit ad01965312
2 changed files with 25 additions and 13 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jan 22 02:29:27 CET 2009 - crrodriguez@suse.de
- remove "la" files
-------------------------------------------------------------------
Thu Jul 17 12:41:45 CEST 2008 - puzel@suse.cz

View File

@ -1,10 +1,17 @@
#
# spec file for package libquicktime (Version 1.0.3)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
@ -21,7 +28,7 @@ License: LGPL v2.1 or later
Group: Development/Libraries/Other
AutoReqProv: on
Version: 1.0.3
Release: 3
Release: 44
Url: http://libquicktime.sf.net
Source0: %{name}-%{version}.tar.bz2
Patch1: %{name}-%{version}-dont_disable_deprecated.patch
@ -58,9 +65,8 @@ sed -r 's/"(building|codecs|index|license|opening|positioning|reading|util|writi
%patch1 -p1
%build
autoreconf -f -i
%{?suse_update_config:%{suse_update_config -f}}
%configure \
autoreconf -f -i -v
%configure --with-pic \
--docdir=%{_defaultdocdir}/%{name}-devel \
--htmldir=%{_defaultdocdir}/%{name}-devel/html \
--enable-gpl \
@ -72,11 +78,13 @@ autoreconf -f -i
--without-x264 \
%endif
--disable-static
make
%{__make} %{?jobs:-j%jobs}
%install
make DESTDIR="%{buildroot}" install
ln -s lqt %{buildroot}/usr/include/quicktime
%find_lang %{name}
find %{buildroot} -type f -name "*.la" -exec %{__rm} -fv {} +
%if %suse_version > 1020
%fdupes "%{buildroot}"
%endif
@ -88,7 +96,7 @@ rm -rf "%{buildroot}"
%postun -p /sbin/ldconfig
%files
%files -f %{name}.lang
%defattr(-, root, root)
%{_bindir}/*
%exclude %{_bindir}/lqt-config
@ -96,7 +104,6 @@ rm -rf "%{buildroot}"
%dir %{_libdir}/libquicktime
%{_libdir}/libquicktime/lqt_*.so
%{_mandir}/man1/*
%{_datadir}/locale/de/LC_MESSAGES/libquicktime.mo
%doc ChangeLog COPYING
%files devel
@ -105,14 +112,14 @@ rm -rf "%{buildroot}"
%dir %{_includedir}/lqt
%{_includedir}/lqt/*.h
%{_includedir}/quicktime
%attr(644,root,root) %{_libdir}/lib*.la
%attr(644,root,root) %{_libdir}/libquicktime/lqt_*.la
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/libquicktime.pc
%{_datadir}/aclocal/lqt.m4
%doc %{_defaultdocdir}/%{name}-devel
%changelog
* Thu Jan 22 2009 crrodriguez@suse.de
- remove "la" files
* Thu Jul 17 2008 puzel@suse.cz
- specfile fixes
* use configure macro
@ -198,7 +205,7 @@ rm -rf "%{buildroot}"
- fixed Requires: for the -devel package.
* Wed Jul 31 2002 kraxel@suse.de
- fixed plugin path lookup for lib64.
* Sat Jul 27 2002 adrian@suse.de
* Fri Jul 26 2002 adrian@suse.de
- fix neededforbuild
* Mon Jul 15 2002 kraxel@suse.de
- fixed permission issues with fix-libtool script.