From 3c6a4949264e496621580504fcc6bbfc2ba6ddd91246a187f5e468c03bafa11d Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Fri, 20 May 2011 13:00:01 +0000 Subject: [PATCH] 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 --- libquicktime.spec | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/libquicktime.spec b/libquicktime.spec index 0615f47..e5aa2f9 100644 --- a/libquicktime.spec +++ b/libquicktime.spec @@ -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