Update to 0.9.7
This commit is contained in:
parent
9b2732b4dd
commit
23a8bae5c6
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/liboauth-0.9.6.tar.gz
|
||||
/liboauth-0.9.7.tar.gz
|
||||
|
@ -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 <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
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user