Enable perl bindings

This commit is contained in:
Simo Sorce 2015-01-23 12:09:09 -05:00
parent a46086b103
commit d7ef5c16a5

View File

@ -1,6 +1,6 @@
%global with_java 1
%global with_php 1
%global with_perl 0
%global with_perl 1
%global with_python 1
%global with_wsf 0
@ -15,7 +15,7 @@
Summary: Liberty Alliance Single Sign On
Name: lasso
Version: 2.4.1
Release: 1%{?dist}
Release: 2%{?dist}
License: GPLv2+
Group: System Environment/Libraries
Source: http://dev.entrouvert.org/lasso/lasso-%{version}.tar.gz
@ -209,6 +209,9 @@ rm -fr %{buildroot}%{_defaultdocdir}/%{name}
%endif
%changelog
* Fri Jan 23 2015 Simo Sorce <simo@redhat.com> - 2.4.1-2
- Enable perl bindings
* Thu Aug 28 2014 Simo Sorce <simo@redhat.com> - 2.4.1-1
- New upstream relase 2.4.1
- Drop patches as they have all been integrated upstream