Update to 0.9.7

This commit is contained in:
Michel Alexandre Salim 2012-09-02 12:02:16 +07:00
parent 9b2732b4dd
commit 23a8bae5c6
3 changed files with 11 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/liboauth-0.9.6.tar.gz /liboauth-0.9.7.tar.gz

View File

@ -1,13 +1,15 @@
Name: liboauth Name: liboauth
Version: 0.9.6 Version: 0.9.7
Release: 2%{?dist} Release: 1%{?dist}
Summary: OAuth library functions Summary: OAuth library functions
Group: System Environment/Libraries Group: System Environment/Libraries
License: MIT License: MIT
URL: http://liboauth.sourceforge.net/ URL: http://liboauth.sourceforge.net/
Source0: http://liboauth.sourceforge.net/pool/liboauth-%{version}.tar.gz Source0: http://liboauth.sourceforge.net/pool/liboauth-%{version}.tar.gz
%if 0%{?el5}
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%endif
BuildRequires: curl-devel nss-devel BuildRequires: curl-devel nss-devel
#Requires: #Requires:
@ -43,7 +45,9 @@ make %{?_smp_mflags}
%install %install
%if 0%{?el5}
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
%endif
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
@ -72,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Sun Sep 2 2012 Michel Salim <salimma@fedoraproject.org> - 0.9.7-1
- Update to 0.9.7
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.6-2 * 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 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

View File

@ -1 +1 @@
508aa0df1e3065b2d7566d85013b2aca liboauth-0.9.6.tar.gz 103ea90e3330dfcda7b6d59c4c697472 liboauth-0.9.7.tar.gz