SHA256
1
0
forked from pool/libquicktime

Updating link to change in openSUSE:Factory/libquicktime revision 29.0

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libquicktime?expand=0&rev=523f6cf4df38b704e871ed10f26f769e
This commit is contained in:
OBS User buildservice-autocommit 2011-05-20 13:00:01 +00:00 committed by Git OBS Bridge
parent e2d0b8223a
commit 3c6a494926

View File

@ -1,14 +1,28 @@
#
# spec file for package libquicktime
#
# Copyright (c) 2011 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/
#
%define soname 0
%bcond_without distributable
Name: libquicktime
Version: to_be_filled_by_service
Release: 0
Release: 1
License: GNU General Public License version 2 or later (GPL v2 or later)
Summary: Library for Reading and Writing Quicktime Movie Files
Url: http://libquicktime.sf.net
@ -39,6 +53,7 @@ A library for reading and writing Quicktime movie files, based on and
forked from quicktime4linux.
%package -n %{name}%{soname}
Summary: Library for Reading and Writing Quicktime Movie Files
Group: System/Libraries
# Last version with this name was openSUSE 11.4
@ -50,6 +65,7 @@ A library for reading and writing Quicktime movie files, based on and
forked from quicktime4linux.
%package -n libquicktime-devel
Summary: Library for reading/writing quicktime movie files
Group: Development/Libraries/C and C++
Requires: %{name}%{soname} = %{version}
@ -59,6 +75,7 @@ library for reading/writing quicktime movie files, based on and forked
from quicktime4linux
%package -n libquicktime-tools
Summary: Libquicktime Tools
Group: Productivity/Multimedia/Video/Editors and Convertors
Requires: %{name}%{soname} = %{version}
@ -88,6 +105,7 @@ find %{buildroot}%{_libdir} -type f -name "*.la" -delete -print
%{?buildroot:rm -rf %{buildroot}}
%post -n libquicktime%{soname} -p /sbin/ldconfig
%postun -n libquicktime%{soname} -p /sbin/ldconfig
%files -n libquicktime%{soname} -f libquicktime.lang
@ -134,3 +152,4 @@ find %{buildroot}%{_libdir} -type f -name "*.la" -delete -print
%{_bindir}/qtstreamize
%{_bindir}/qtyuv4toyuv
%doc %{_mandir}/man1/lqtplay.1%{ext_man}
%changelog