diff --git a/.gitignore b/.gitignore index ec6de15..fda1c9b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/liboauth-0.9.6.tar.gz +/liboauth-0.9.7.tar.gz diff --git a/liboauth.spec b/liboauth.spec index 67d63bd..e2d5c68 100644 --- a/liboauth.spec +++ b/liboauth.spec @@ -1,13 +1,15 @@ Name: liboauth -Version: 0.9.6 -Release: 2%{?dist} +Version: 0.9.7 +Release: 1%{?dist} Summary: OAuth library functions Group: System Environment/Libraries License: MIT URL: http://liboauth.sourceforge.net/ Source0: http://liboauth.sourceforge.net/pool/liboauth-%{version}.tar.gz +%if 0%{?el5} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +%endif BuildRequires: curl-devel nss-devel #Requires: @@ -43,7 +45,9 @@ make %{?_smp_mflags} %install +%if 0%{?el5} rm -rf $RPM_BUILD_ROOT +%endif make install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' @@ -72,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Sep 2 2012 Michel Salim - 0.9.7-1 +- Update to 0.9.7 + * Thu Jul 19 2012 Fedora Release Engineering - 0.9.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index 2024267..9cb3c0b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -508aa0df1e3065b2d7566d85013b2aca liboauth-0.9.6.tar.gz +103ea90e3330dfcda7b6d59c4c697472 liboauth-0.9.7.tar.gz