Fix the spec file so it builds with gbs. submit/tizen_2.0/20130220.214944
authorRyan Ware <ware@linux.intel.com>
Wed, 20 Feb 2013 21:47:42 +0000 (13:47 -0800)
committerRyan Ware <ware@linux.intel.com>
Wed, 20 Feb 2013 21:47:42 +0000 (13:47 -0800)
Change-Id: I46bca284064c080f3e6719b3aa240d7003de4cdc

csr-framework.changes
packaging/csr-framework.spec

index 1b9b8b9..172ce97 100644 (file)
@@ -1,5 +1,6 @@
 * Wed Feb 20 2013 Ryan Ware <ware@linux.intel.com> - 1.0.0
 - Remove dependency on pmake.
+- Fix spec file
 
 * Mon Feb 11 2013 Ryan Ware <ryan.r.ware@intel.com> - 1.0.0
 - This is the initial checkin and spec file for csf-framework
index 0d68dd2..a41bda0 100644 (file)
@@ -3,6 +3,7 @@ Name: csr-framework
 Version: 1.0.0
 Release: 1
 
+
 Source: %{name}-%{version}.tar.gz
 
 License: BSD
@@ -22,7 +23,8 @@ make all
 %install
 rm -rf %{buildroot}
 
-install -D lib/libsecfw.so %{buildroot}/%{_libdir}/
+install -d %{buildroot}%{_libdir}
+install lib/libsecfw.so %{buildroot}%{_libdir}
 
 %post -p /sbin/ldconfig