[libquvi] Initial import (#744433)

Nicoleau Fabien eponyme at fedoraproject.org
Mon Nov 14 21:14:03 UTC 2011


commit 8f4e5c7783f83325713c0a5bbbd3736f0abf0c0d
Author: eponyme <eponyme at fedoraproject.org>
Date:   Mon Nov 14 22:18:58 2011 +0100

    Initial import (#744433)

 .gitignore   |    1 +
 libquvi.spec |   67 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources      |    1 +
 3 files changed, 69 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..ddddb8b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/libquvi-0.4.0.tar.gz
diff --git a/libquvi.spec b/libquvi.spec
new file mode 100644
index 0000000..207098b
--- /dev/null
+++ b/libquvi.spec
@@ -0,0 +1,67 @@
+Name:           libquvi
+Version:        0.4.0 
+Release:        4%{?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.9
+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
+* Wed Oct 19 2011 Nicoleau Fabien <nicoleau.fabien at gmail.com> 0.4.0-4
+- Remove the pkgconfig require for the devel package
+
+* Tue Oct 11 2011 Nicoleau Fabien <nicoleau.fabien at gmail.com> 0.4.0-3
+- Fix BuilRequires
+
+* Sun Oct  9 2011 Nicoleau Fabien <nicoleau.fabien at gmail.com> 0.4.0-2
+- Fix requires
+
+* Sat Oct  8 2011 Nicoleau Fabien <nicoleau.fabien at gmail.com> 0.4.0-1
+- Initial build
diff --git a/sources b/sources
index e69de29..cb9683e 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+85c47035105b6b523a28793d4f6da9f1  libquvi-0.4.0.tar.gz


More information about the scm-commits mailing list