Hello community,

here is the log from the commit of package liboauth for openSUSE:Factory
checked in at Wed Jun 1 11:44:26 CEST 2011.



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

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/liboauth/liboauth.changes      2011-03-14 
23:59:01.000000000 +0100
@@ -0,0 +1,22 @@
+-------------------------------------------------------------------
+Mon Mar 14 22:57:57 UTC 2011 - [email protected]
+
+- bump to 0.9.4 release
+
+-------------------------------------------------------------------
+Mon Sep 27 01:01:30 UTC 2010 - [email protected]
+
+- bump to 0.9.1 release
+- add libopenssl-devel install dependancy to liboauth-devel
+
+-------------------------------------------------------------------
+Wed Jul 28 19:45:36 UTC 2010 - [email protected]
+
+- fix warning about shared library packaging policy
+
+-------------------------------------------------------------------
+Tue Jul 27 21:18:27 UTC 2010 - [email protected]
+
+- initial creation of the package
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  liboauth-0.9.4.tar.gz
  liboauth.changes
  liboauth.spec

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

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


Name:           liboauth
Version:        0.9.4
Release:        1
License:        MIT
Summary:        OAuth library
Url:            http://liboauth.sourceforge.net/
Group:          System/Libraries
BuildRequires:  pkg-config
BuildRequires:  libcurl-devel
BuildRequires:  libopenssl-devel
Requires:       curl
Requires:       openssl
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
Source0:        liboauth-%{version}.tar.gz

%description
liboauth is a collection of c functions implementing the http://oauth.net API.

liboauth provides functions to escape and encode stings according to
OAuth specifications and offers high-level functionality built on top to sign
requests or verify signatures using either NSS or OpenSSL for calculating
the hash/signatures.

%define libname liboauth0

%package -n %{libname}

Group:          Development/Libraries/C and C++
#
Summary:        Shared library from liboauth

%description -n %{libname}
liboauth is a collection of c functions implementing the http://oauth.net API.

liboauth provides functions to escape and encode stings according to
OAuth specifications and offers high-level functionality built on top to sign
requests or verify signatures using either NSS or OpenSSL for calculating
the hash/signatures.

This archive contains the shared library files from liboauth.

%package devel

Summary:        Development and Include Files for liboauth
Group:          Development/Libraries/C and C++
Requires:       glibc-devel
Requires:       libopenssl-devel
Requires:       %{libname} = %{version}

%description devel
liboauth is a collection of c functions implementing the http://oauth.net API.

liboauth provides functions to escape and encode stings according to
OAuth specifications and offers high-level functionality built on top to sign
requests or verify signatures using either NSS or OpenSSL for calculating
the hash/signatures.

This archive contains the header files for liboauth development.

%prep
%setup -q
#%patch10 -p1

%build
autoreconf --force --install
%configure --disable-static --with-pic
%{__make} %{?_smp_flags} all

%install
%{__make} install DESTDIR=%{buildroot}
# empty dependency libs
rm -f %{buildroot}%{_libdir}/liboauth.la

%post   -n %{libname} -p /sbin/ldconfig

%postun -n %{libname} -p /sbin/ldconfig

%clean
rm -rf $RPM_BUILD_ROOT

%files -n %{libname}
%defattr(-,root,root)
%doc AUTHORS COPYING* README
%{_libdir}/*.so.*

%files devel
%defattr(-,root,root)
%{_includedir}/*.h
%{_libdir}/*.so
%{_libdir}/pkgconfig/oauth.pc
%{_mandir}/man*/*

%changelog

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



Remember to have fun...

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

Reply via email to