commit 60e85ff2982d37b6f313f0b60d922e8025fdac49c5d2bb6bb8a114c0c6192f2d Author: Sascha Peilicke Date: Fri May 27 11:42:16 2011 +0000 Accepting request 67530 from devel:libraries:c_c++ Needed to fix bnc#676294 OBS-URL: https://build.opensuse.org/request/show/67530 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/quvi?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/quvi-0.2.14.tar.bz2 b/quvi-0.2.14.tar.bz2 new file mode 100644 index 0000000..1eda31a --- /dev/null +++ b/quvi-0.2.14.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e1be5739d2c7dfa9f8b7bba2e26815cf8e4d268b2f5fe8d89ec3df89ab27a9c +size 403805 diff --git a/quvi.changes b/quvi.changes new file mode 100644 index 0000000..239987b --- /dev/null +++ b/quvi.changes @@ -0,0 +1,18 @@ +------------------------------------------------------------------- +Mon Apr 11 22:29:53 UTC 2011 - nmarques@opensuse.org + +- Update to version 0.2.14: + + Adds new tests; + + Many fixes on .lua files; + + Support for newer sites; + + Adds ART TV support; + + Extends HTML entity conversion table; + + Many other small fixes (ChangeLog file)... +- Spec changes: updated license (LGPLv2.1), fixed %files, added + %{soname} macro for easier maintenance, other minor fixes. + +------------------------------------------------------------------- +Wed Apr 28 13:37:56 UTC 2010 - mvyskocil@suse.cz + +- Initial SUSE packaging of quvi 0.1.4 + diff --git a/quvi.spec b/quvi.spec new file mode 100644 index 0000000..208a71a --- /dev/null +++ b/quvi.spec @@ -0,0 +1,100 @@ +# +# spec file for package quvi (Version 0.2.14) +# +# 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/ +# + +# norootforbuild + +%define soname 0 + +Name: quvi +Version: 0.2.14 +Release: 1 +Summary: Parsing video downloads links for Youtube and others +Group: Productivity/Multimedia/Other +License: GNU LGPLv2.1 +URL: http://sourceforge.net/projects/quvi/files/0.2/ +Source: %{name}-%{version}.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: libcurl-devel >= 7.18.0 +BuildRequires: pkg-config +BuildRequires: pkgconfig(lua) >= 5.1 +BuildRequires: pcre-devel >= 7.8 + +%description +quvi is a commandline tool for parsing video download links. It supports +Youtube and other similar video Web sites. + +%package -n libquvi%{soname} +Summary: Parsing video downloads links for Youtube and others +Group: Development/Libraries/C and C++ + +%description -n libquvi%{soname} +libquvi is a library for parsing video download links with a C API. It is +written in C and intended to be a cross-platform library. + +%package -n libquvi-devel +Summary: Parsing video downloads links for Youtube and others +Group: Development/Libraries/C and C++ +Requires: libquvi%{soname} = %{version}-%{release} +Requires: pkg-config +Requires: %{name} = %{version} + +%description -n libquvi-devel +libquvi is a library for parsing video download links with a C API. It is +written in C and intended to be a cross-platform library. + +%prep +%setup -q + +%build +%{configure} \ + --enable-smut \ + --enable-broken \ + --disable-rpath \ + --disable-static +make %{?_smp_mflags} + +%install +%{makeinstall} +find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print + +%clean +%{?buildroot:%__rm -rf "%{buildroot}"} + +%post -n libquvi%{soname} -p /sbin/ldconfig + +%postun -n libquvi%{soname} -p /sbin/ldconfig + +%files +%defattr(-,root,root,0755) +%doc ChangeLog COPYING README +%{_bindir}/%{name} +%{_datadir}/%{name}/ +%{_mandir}/man1/%{name}* + +%files -n libquvi%{soname} +%defattr(-,root,root,0755) +%doc COPYING +%{_libdir}/*.so.* + +%files -n libquvi-devel +%defattr(-,root,root,0755) +%{_includedir}/%{name}/ +%{_libdir}/*.so +%{_libdir}/pkgconfig/*.pc +%{_datadir}/doc/%{name}/ + +%changelog