update(add) packaging directory and spec file from OBSTF:Private, OBS
authorInkyo Jung <inkyo.jung@samsung.com>
Fri, 16 Mar 2012 15:42:26 +0000 (00:42 +0900)
committerInkyo Jung <inkyo.jung@samsung.com>
Fri, 16 Mar 2012 15:42:26 +0000 (00:42 +0900)
packaging/harfbuzz.spec

index be345c4..076b4a4 100644 (file)
@@ -1,27 +1,28 @@
-Name:       harfbuzz
-Summary:    TO BE FILLED IN
-Version:    0.7.0
-Release:    1
-Group:      TO_BE/FILLED_IN
-License:    TO BE FILLED IN
-Source0:    harfbuzz-%{version}.tar.gz
+Name:           harfbuzz
+Summary:        Hindi Reshaping Library
+Version:        0.7.0
+Release:        1
+Group:          TO_BE/FILLED_IN
+License:        TO BE FILLED IN
+Source0:        %{name}-%{version}.tar.gz
 BuildRequires:  pkgconfig(freetype2)
 BuildRequires:  which
 BuildRequires:  ragel
 
 
 %description
+Hindi Reshaping Library
 
 
 %package devel
-Summary:    Development files for %{name}
-Group:      Development/Libraries
+Summary:    TO BE FILLED IN
 Requires:   %{name} = %{version}-%{release}
+
+
 %description devel
 Development files for %{name}
 
 
-
 %prep
 %setup -q 
 
@@ -32,16 +33,17 @@ Development files for %{name}
 
 make %{?jobs:-j%jobs}
 
+
 %install
 rm -rf %{buildroot}
 %make_install
 
 
-
 %files
 %defattr(-,root,root,-)
 %{_libdir}/lib*.so.*
 
+
 %files devel
 %defattr(-,root,root,-)
 %{_includedir}/*