update to 2.0.0 [release 2.0.0-1mamba;Wed Dec 14 2016]

This commit is contained in:
Silvan Calarco 2024-01-06 05:30:05 +01:00
parent 7c06c39b46
commit 6289764e5b

View File

@ -1,5 +1,5 @@
Name: libqoauth Name: libqoauth
Version: 1.0.1 Version: 2.0.0
Release: 1mamba Release: 1mamba
Summary: A Qt-based C++ library for OAuth authorization scheme Summary: A Qt-based C++ library for OAuth authorization scheme
Group: System/Libraries Group: System/Libraries
@ -7,13 +7,14 @@ Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org> Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
URL: http://github.com/ayoy/qoauth URL: http://github.com/ayoy/qoauth
Source: http://files.ayoy.net/qoauth/release/%{version}/src/qoauth-%{version}-src.tar.bz2 Source: https://github.com/ayoy/qoauth.git/v%{version}/qoauth-%{version}.tar.bz2
#Source: http://files.ayoy.net/qoauth/release/%{version}/src/qoauth-%{version}-src.tar.bz2
License: LGPL License: LGPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libgcc BuildRequires: libgcc
BuildRequires: libqca-devel BuildRequires: libqca-devel
BuildRequires: libqt4-devel BuildRequires: libqt5-devel
BuildRequires: libstdc++6-devel BuildRequires: libstdc++6-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -32,10 +33,10 @@ QOAuth is an attempt to support interaction with OAuth-powered network services
This package contains static libraries and header files need for development. This package contains static libraries and header files need for development.
%prep %prep
%setup -q -n qoauth-%{version}-src %setup -q -n qoauth-%{version}
%build %build
%{_qt4_qmake} %{_qt5_qmake}
%make %make
%install %install
@ -57,12 +58,15 @@ This package contains static libraries and header files need for development.
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
%{_includedir}/QtOAuth %{_includedir}/QtOAuth
%{_libdir}/*.so %{_libdir}/libqoauth.so
%{_libdir}/*.prl %{_libdir}/*.prl
%{_qt4_datadir}/mkspecs/features/*.prf %{_libdir}/qt5/mkspecs/features/oauth.prf
%{_libdir}/pkgconfig/*.pc %{_libdir}/pkgconfig/*.pc
%doc doc/examples %doc doc/examples
%changelog %changelog
* Wed Dec 14 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.0-1mamba
- update to 2.0.0
* Mon Apr 04 2011 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 1.0.1-1mamba * Mon Apr 04 2011 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 1.0.1-1mamba
- package created by autospec - package created by autospec