Initial RPM spec
[gssweb.git] / gssweb.spec
1 Name:           gssweb
2 Version:        0.1
3 Release:        1%{?dist}
4 Summary:        GSS-API for Javascript and the Web
5
6 Group:          Security Tools
7 License:        BSD
8 URL:            http://www.project-moonshot.org/
9 Source0:        gssweb-%{version}.tar.gz
10 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
11
12 BuildRequires:   openssl-devel, cppunit-devel, jansson-devel, krb5-devel
13 Requires:       moonshot-ui
14
15
16
17 %description
18 This includes the json GSSAPI executables and libraries.
19
20
21 %prep
22 %setup -q -n gssweb
23
24
25 %build
26 %cmake
27 make %{?_smp_mflags}
28
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 make install DESTDIR=$RPM_BUILD_ROOT
33
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38
39 %files
40 %defattr(-,root,root,-)
41 %{_libdir}/libjsongssapi.so
42  %{_libdir}/libjsongssapi.so.*
43 %{_bindir}/json_gssapi
44
45
46
47 %changelog
48