source: abac.spec

Last change on this file was f495b8e, checked in by Ted Faber <faber@…>, 9 years ago

Add spec from Tom Mitchell

  • Property mode set to 100644
File size: 1023 bytes
Line 
1Summary:            ABAC, a scalable authorization system based on formal logic
2Name:               abac
3Version:            0.1.9
4Release:            1%{?dist}
5License:            GPLv2+
6Group:              Network/Tied/ABAC             
7Source:             %{name}-%{version}.tar.gz
8URL:                http://abac.deterlab.net
9BuildRoot:          %{_tmppath}/%{name}-root
10BuildRequires:      python-devel, make, automake, autoconf
11BuildRequires:      libtool, xmlsec1, swig
12BuildRequires:      xmlsec1-devel xmlsec1-openssl-devel
13BuildRequires:      xmlsec1-openssl libtool-ltdl-devel perl-ExtUtils-Embed
14#Requires:           ant
15
16%description
17
18%prep
19%setup -q
20
21%build
22export CFLAGS="-DXMLSEC_NO_SIZE_T"
23%configure --prefix=%{_prefix} --with-site-perl=/usr/lib64/perl5/site_perl
24
25make %{?_smp_mflags}
26
27%install
28rm -rf %{buildroot}
29make install DESTDIR=%{buildroot}
30
31%files
32%defattr(-,root,root)
33%config(noreplace) %{_bindir}/*
34%{_libdir}/*
35%{python_sitelib}/*
36%{_includedir}/*
37%{_datadir}/man/man1/*
38
39%doc
40%changelog
41
42
Note: See TracBrowser for help on using the repository browser.