2011-05-27 13:42:16 +02:00
|
|
|
#
|
2011-06-08 17:37:29 +02:00
|
|
|
# spec file for package quvi
|
2011-05-27 13:42:16 +02:00
|
|
|
#
|
2017-01-23 01:41:33 +01:00
|
|
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
2011-05-27 13:42:16 +02:00
|
|
|
#
|
|
|
|
# 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/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: quvi
|
2014-02-11 10:26:20 +01:00
|
|
|
Version: 0.9.5
|
2012-01-24 12:21:26 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Command line tool for parsing flash media stream URLs
|
|
|
|
License: LGPL-2.1+
|
2011-05-27 13:42:16 +02:00
|
|
|
Group: Productivity/Multimedia/Other
|
2012-01-24 12:21:26 +01:00
|
|
|
Url: http://quvi.sourceforge.net/
|
2014-02-11 10:26:20 +01:00
|
|
|
Source: http://sourceforge.net/projects/quvi/files/0.9/quvi/quvi-0.9.5.tar.xz
|
2017-01-23 01:41:33 +01:00
|
|
|
# PATCH-FIX-OPENSUSE
|
|
|
|
Patch0: reproducible.patch
|
2012-01-24 12:21:26 +01:00
|
|
|
BuildRequires: pkg-config
|
2013-08-26 13:31:52 +02:00
|
|
|
BuildRequires: pkgconfig(glib-2.0) >= 2.24
|
|
|
|
BuildRequires: pkgconfig(gobject-2.0) >= 2.24
|
|
|
|
BuildRequires: pkgconfig(json-glib-1.0) >= 0.12
|
2012-01-24 12:21:26 +01:00
|
|
|
BuildRequires: pkgconfig(libcurl) >= 7.18.2
|
2013-08-26 13:31:52 +02:00
|
|
|
BuildRequires: pkgconfig(libquvi-0.9) >= 0.9
|
|
|
|
BuildRequires: pkgconfig(libxml-2.0) >= 2.7.8
|
2011-05-27 13:42:16 +02:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
2012-01-24 12:21:26 +01:00
|
|
|
quvi is a command line tool for parsing flash media stream URLs.
|
|
|
|
It supports many websites including YouTube and Dailymotion.
|
2011-05-27 13:42:16 +02:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2017-01-23 01:41:33 +01:00
|
|
|
%patch0 -p1
|
2011-05-27 13:42:16 +02:00
|
|
|
|
|
|
|
%build
|
2012-01-24 12:21:26 +01:00
|
|
|
%configure \
|
2011-05-27 13:42:16 +02:00
|
|
|
--disable-static
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
2012-01-24 12:21:26 +01:00
|
|
|
%make_install
|
2011-05-27 13:42:16 +02:00
|
|
|
|
|
|
|
%files
|
2012-01-24 12:21:26 +01:00
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc AUTHORS ChangeLog COPYING NEWS README
|
|
|
|
%{_bindir}/quvi
|
|
|
|
%{_mandir}/man1/quvi.1%{?ext_man}
|
2013-08-26 13:31:52 +02:00
|
|
|
%{_mandir}/man1/quvi-dump.1%{?ext_man}
|
|
|
|
%{_mandir}/man1/quvi-get.1%{?ext_man}
|
|
|
|
%{_mandir}/man1/quvi-info.1%{?ext_man}
|
|
|
|
%{_mandir}/man1/quvi-scan.1%{?ext_man}
|
|
|
|
%{_mandir}/man5/quvirc.5%{?ext_man}
|
2011-05-27 13:42:16 +02:00
|
|
|
|
|
|
|
%changelog
|