upload tizen1.0 source
authorKim Kibum <kb0929.kim@samsung.com>
Sun, 29 Apr 2012 08:01:26 +0000 (17:01 +0900)
committerKim Kibum <kb0929.kim@samsung.com>
Sun, 29 Apr 2012 08:01:26 +0000 (17:01 +0900)
debian/changelog [changed mode: 0644->0755]
packaging/libslp-pm.spec [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index b1d608f..d443e08
@@ -1,7 +1,7 @@
 libslp-pm (1.2.4-20) unstable; urgency=low
 
   * source clean up (remove unnecessary comments, and so on)
-  * Git: 165.213.180.234:slp/pkgs/l/libslp-pm
+  * Git: slp/pkgs/l/libslp-pm
   * Tag: libslp-pm_1.2.4-20
 
  -- Jinkun Jang <jinkun.jang@samsung.com>  Tue, 06 Dec 2011 16:39:27 +0900
old mode 100644 (file)
new mode 100755 (executable)
index 96ea494..a2be75b
@@ -5,7 +5,6 @@ Release:    2.1
 Group:      TO_BE/FILLED_IN
 License:    TO BE FILLED IN
 Source0:    libslp-pm-%{version}.tar.bz2
-#Patch0:     remove_tests.patch
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
 BuildRequires:  cmake
@@ -28,7 +27,6 @@ SLP power manager client library (devel)
 
 %prep
 %setup -q 
-#%patch0 -p1
 
 
 %build
@@ -42,21 +40,19 @@ rm -rf %{buildroot}
 %make_install
 
 
-
-
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
 
 
 
-
-
 %files
+%defattr(-,root,root,-)
 %{_libdir}/libpmapi.so.1.2
 
 
 %files devel
+%defattr(-,root,root,-)
 %{_includedir}/pmapi.h
 %{_includedir}/SLP_pm_PG.h
 %{_libdir}/pkgconfig/pmapi.pc