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