Tidy up spec: change group; add description; etc.
[platform/upstream/csr-framework.git] / packaging / csr-framework.spec
1
2 Summary: Content Security Framework
3 Name: csr-framework
4 Version: 1.0.0
5 Release: 1
6 License: BSD-3-Clause
7 Group: Security/Libraries
8 URL: http://tizen.org
9 Source: %{name}-%{version}.tar.gz
10
11 %description
12 A general purpose content screening and reputation solution. 
13
14 %prep
15 %setup -q
16
17 %build 
18
19 make all
20
21 %install
22 rm -rf %{buildroot}
23 mkdir -p %{buildroot}%{_libdir}/
24 install -D lib/libsecfw.so %{buildroot}%{_libdir}/
25
26 %post -p /sbin/ldconfig
27
28 %postun -p /sbin/ldconfig
29
30 %files 
31 %{_libdir}/libsecfw.so
32