tizen 2.0 2.0alpha master 2.0_alpha submit/master/20120920.151013
authorwalyong.cho <walyong.cho@samsung.com>
Wed, 22 Aug 2012 05:51:14 +0000 (14:51 +0900)
committerwalyong.cho <walyong.cho@samsung.com>
Wed, 22 Aug 2012 05:51:14 +0000 (14:51 +0900)
packaging/lsb.spec

index dec4c65..85ea000 100644 (file)
@@ -1,3 +1,4 @@
+#sbs-git:slp/pkgs/l/lsb lsb 3.2 1eb8dfd6cc0768fd81b1d604eddd82287099af01
 
 Name:       lsb
 Summary:    LSB support for SLP
@@ -5,36 +6,22 @@ Version:    3.2
 Release:    2
 Group:      System/Base
 License:    GPLv2
-Source0:    lsb_%{version}-23.1.tar.gz
+Source0:    %{name}-%{version}.tar.gz
 Provides:   /lib/lsb/init-functions
 
-
 %description
 Linux Standard Base 3.2
 
-
-
 %prep
-%setup -q -n %{name}-%{version}
-
+%setup -q
 
 %build
 
-
-
 %install
 rm -rf %{buildroot}
 install -d %{buildroot}/lib/lsb
 cp -p init-functions %{buildroot}/lib/lsb
 
-
-
-
-
-
-
 %files
 %defattr(-,root,root,-)
 /lib/lsb/init-functions
-
-