3d1db13602
OBS-URL: https://build.opensuse.org/request/show/174503 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/quvi?expand=0&rev=4
54 lines
1.5 KiB
RPMSpec
54 lines
1.5 KiB
RPMSpec
#
|
|
# spec file for package quvi
|
|
#
|
|
# Copyright (c) 2012 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/
|
|
#
|
|
|
|
|
|
Name: quvi
|
|
Version: 0.4.2
|
|
Release: 0
|
|
Summary: Command line tool for parsing flash media stream URLs
|
|
License: LGPL-2.1+
|
|
Group: Productivity/Multimedia/Other
|
|
Url: http://quvi.sourceforge.net/
|
|
Source: %{name}-%{version}.tar.bz2
|
|
BuildRequires: pkg-config
|
|
BuildRequires: pkgconfig(libcurl) >= 7.18.2
|
|
BuildRequires: pkgconfig(libquvi) >= 0.4.0
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
%description
|
|
quvi is a command line tool for parsing flash media stream URLs.
|
|
It supports many websites including YouTube and Dailymotion.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%configure \
|
|
--disable-static
|
|
make %{?_smp_mflags}
|
|
|
|
%install
|
|
%make_install
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc AUTHORS ChangeLog COPYING NEWS README
|
|
%{_bindir}/quvi
|
|
%{_mandir}/man1/quvi.1%{?ext_man}
|
|
|
|
%changelog
|