From 7befdbd81137cb2712cb680a1efac39ce975045f Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 01 2019 08:05:56 +0000 Subject: import libquvi-0.4.1-5.el7 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3b03c94 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/libquvi-0.4.1.tar.gz diff --git a/.libquvi.metadata b/.libquvi.metadata new file mode 100644 index 0000000..c265acc --- /dev/null +++ b/.libquvi.metadata @@ -0,0 +1 @@ +b071b2dfe45d8cee5315a3d02672a3af0706fa06 SOURCES/libquvi-0.4.1.tar.gz diff --git a/SPECS/libquvi.spec b/SPECS/libquvi.spec new file mode 100644 index 0000000..7926479 --- /dev/null +++ b/SPECS/libquvi.spec @@ -0,0 +1,85 @@ +Name: libquvi +Version: 0.4.1 +Release: 5%{?dist} +Summary: A cross-platform library for parsing flash media stream + +Group: Applications/Internet +License: LGPLv2+ +URL: http://quvi.sourceforge.net/ +Source0: http://downloads.sourceforge.net/quvi/%{name}-%{version}.tar.gz + +BuildRequires: libquvi-scripts libcurl-devel lua-devel +Requires: libquvi-scripts + +%description +Libquvi is a cross-platform library for parsing flash media stream +URLs with C API. + +%package devel +Summary: Files needed for building applications with libquvi +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} +Obsoletes: quvi-devel <= 0.2.19 +Provides: quvi-devel = %{version}-%{release} + +%description devel +Files needed for building applications with libquvi + + +%prep +%setup -q + +%build +%configure --enable-static=no + +make %{?_smp_mflags} + +%install +make install DESTDIR=$RPM_BUILD_ROOT +rm -f ${RPM_BUILD_ROOT}%{_libdir}/%{name}.la + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + +%files +%doc ChangeLog COPYING README +%{_libdir}/%{name}.so.* +%{_mandir}/man3/%{name}.3.* + +%files devel +%doc examples/simple.c +%{_libdir}/%{name}.so +%{_libdir}/pkgconfig/%{name}.pc +%{_includedir}/quvi/ + +%changelog +* Fri Jan 24 2014 Daniel Mach - 0.4.1-5 +- Mass rebuild 2014-01-24 + +* Fri Dec 27 2013 Daniel Mach - 0.4.1-4 +- Mass rebuild 2013-12-27 + +* Thu Feb 14 2013 Fedora Release Engineering - 0.4.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Thu Jul 19 2012 Fedora Release Engineering - 0.4.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Thu Mar 29 2012 Nicoleau Fabien 0.4.1-1 +- Update to 0.4.1 + +* Sun Dec 11 2011 Nicoleau Fabien 0.4.0-5 +- Fix Obsoletes version + +* Wed Oct 19 2011 Nicoleau Fabien 0.4.0-4 +- Remove the pkgconfig require for the devel package + +* Tue Oct 11 2011 Nicoleau Fabien 0.4.0-3 +- Fix BuilRequires + +* Sun Oct 9 2011 Nicoleau Fabien 0.4.0-2 +- Fix requires + +* Sat Oct 8 2011 Nicoleau Fabien 0.4.0-1 +- Initial build