2010-09-14 14:24:24 +00:00
|
|
|
Name: liboauth
|
2014-05-19 08:49:00 +00:00
|
|
|
Version: 1.0.3
|
2021-07-22 12:00:05 +00:00
|
|
|
Release: 17%{?dist}
|
2010-09-14 14:24:24 +00:00
|
|
|
Summary: OAuth library functions
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
URL: http://liboauth.sourceforge.net/
|
2018-07-31 11:53:06 +00:00
|
|
|
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
2012-09-02 05:02:16 +00:00
|
|
|
%if 0%{?el5}
|
|
|
|
%endif
|
2010-09-14 14:24:24 +00:00
|
|
|
|
2018-07-09 17:06:47 +00:00
|
|
|
BuildRequires: gcc
|
2010-09-14 16:17:31 +00:00
|
|
|
BuildRequires: curl-devel nss-devel
|
2021-01-05 02:24:15 +00:00
|
|
|
BuildRequires: make
|
2010-09-14 14:24:24 +00:00
|
|
|
#Requires:
|
|
|
|
|
|
|
|
%description
|
|
|
|
liboauth is a collection of POSIX-c functions implementing the OAuth
|
|
|
|
Core RFC 5849 standard. liboauth provides functions to escape and
|
|
|
|
encode parameters according to OAuth specification and offers
|
|
|
|
high-level functionality to sign requests or verify OAuth signatures
|
|
|
|
as well as perform HTTP requests.
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
2010-09-17 08:50:39 +00:00
|
|
|
%if 0%{?el5}
|
|
|
|
Requires: pkgconfig curl-devel nss-devel
|
|
|
|
%endif
|
2010-09-14 14:24:24 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure --disable-static --enable-nss
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
2012-09-02 05:02:16 +00:00
|
|
|
%if 0%{?el5}
|
2010-09-14 14:24:24 +00:00
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2012-09-02 05:02:16 +00:00
|
|
|
%endif
|
2010-09-14 14:24:24 +00:00
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|
|
|
|
|
|
|
|
|
|
|
|
2019-01-22 17:39:58 +00:00
|
|
|
%ldconfig_scriptlets
|
2010-09-14 14:24:24 +00:00
|
|
|
|
|
|
|
|
|
|
|
%files
|
2012-01-31 19:37:45 +00:00
|
|
|
%doc AUTHORS COPYING.MIT README
|
2010-09-14 14:24:24 +00:00
|
|
|
%{_libdir}/*.so.*
|
|
|
|
|
|
|
|
%files devel
|
2012-01-31 19:37:45 +00:00
|
|
|
%doc ChangeLog
|
2010-09-14 14:24:24 +00:00
|
|
|
%{_includedir}/*
|
|
|
|
%{_libdir}/*.so
|
|
|
|
%{_libdir}/pkgconfig/oauth.pc
|
|
|
|
%{_mandir}/man3/oauth.*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2021-07-22 12:00:05 +00:00
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-17
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-01-26 17:40:03 +00:00
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-16
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-07-28 05:14:46 +00:00
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-15
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-01-29 09:55:41 +00:00
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-14
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-07-25 13:58:13 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-13
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-02-01 07:48:35 +00:00
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-12
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-31 11:53:06 +00:00
|
|
|
* Tue Jul 31 2018 Debarshi Ray <rishi@fedoraproject.org> - 1.0.3-11
|
|
|
|
- Update Source0
|
|
|
|
|
2018-07-13 08:33:06 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-02-07 22:52:20 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-08-03 01:58:25 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 19:23:13 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-10 19:09:56 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-02-04 03:39:06 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-06-17 16:14:47 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.3-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2014-08-17 05:02:22 +00:00
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.3-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-07 04:45:09 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-05-19 08:49:00 +00:00
|
|
|
* Mon May 19 2014 Michel Salim <salimma@fedoraproject.org> - 1.0.3-1
|
|
|
|
- Update to 1.0.3
|
|
|
|
|
2013-08-03 06:29:48 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-03-15 08:53:24 +00:00
|
|
|
* Fri Mar 15 2013 Michel Salim <salimma@fedoraproject.org> - 1.0.1-1
|
|
|
|
- Update to 1.0.1
|
|
|
|
|
2013-02-14 04:54:07 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.7-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-09-02 05:02:16 +00:00
|
|
|
* Sun Sep 2 2012 Michel Salim <salimma@fedoraproject.org> - 0.9.7-1
|
|
|
|
- Update to 0.9.7
|
|
|
|
|
2012-07-19 20:41:33 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.6-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-01-31 19:37:45 +00:00
|
|
|
* Tue Jan 31 2012 Michel Salim <salimma@fedoraproject.org> - 0.9.6-1
|
|
|
|
- Update to 0.9.6
|
|
|
|
|
2012-01-13 08:10:45 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-03-12 22:08:55 +00:00
|
|
|
* Sat Mar 12 2011 Michel Salim <salimma@fedoraproject.org> - 0.9.4-1
|
|
|
|
- Update to 0.9.4
|
|
|
|
|
2011-02-08 09:38:40 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.0-4.1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-09-29 21:41:26 +00:00
|
|
|
* Wed Sep 29 2010 jkeating - 0.9.0-3.1
|
|
|
|
- Rebuilt for gcc bug 634757
|
|
|
|
|
2010-09-17 08:50:39 +00:00
|
|
|
* Fri Sep 17 2010 Michel Salim <salimma@fedoraproject.org> - 0.9.0-2.1
|
|
|
|
- [EL5] development package explicitly requires pkgconfig, {curl,nss}-devel
|
|
|
|
|
2010-09-14 14:24:24 +00:00
|
|
|
* Fri Sep 10 2010 Michel Salim <salimma@fedoraproject.org> - 0.9.0-2
|
|
|
|
- Move oauth.3 to devel subpackage
|
|
|
|
|
|
|
|
* Wed Sep 8 2010 Michel Salim <salimma@fedoraproject.org> - 0.9.0-1
|
|
|
|
- Initial package
|
|
|
|
|