Hello community,

here is the log from the commit of package quvi for openSUSE:Factory
checked in at Fri May 27 13:42:23 CEST 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/quvi/quvi.changes      2011-04-12 
00:44:07.000000000 +0200
@@ -0,0 +1,18 @@
+-------------------------------------------------------------------
+Mon Apr 11 22:29:53 UTC 2011 - [email protected]
+
+- 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 - [email protected]
+
+- Initial SUSE packaging of quvi 0.1.4 
+

calling whatdependson for head-i586


New:
----
  quvi-0.2.14.tar.bz2
  quvi.changes
  quvi.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ quvi.spec ++++++
#
# spec file for package quvi
#
# 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

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to