Modify Makefile to build, moved it to root of project and added packaging directory.
[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 BuildRequires: pmake
12
13 %description
14
15
16 %prep
17 %setup -q
18
19 %build 
20
21 make all
22
23 %install
24 rm -rf %{buildroot}
25
26 install -D lib/libsecfw.so %{buildroot}/%{_libdir}/
27
28 %post -p /sbin/ldconfig
29
30 %postun -p /sbin/ldconfig
31
32 %files 
33 %{_libdir}/libsecfw.so
34
35
36