From 12696a9e64dbccb08db7c8adb66e1075a39d6d14 Mon Sep 17 00:00:00 2001 From: Inkyo Jung Date: Sat, 17 Mar 2012 00:42:26 +0900 Subject: [PATCH] update(add) packaging directory and spec file from OBSTF:Private, OBS --- packaging/harfbuzz.spec | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/packaging/harfbuzz.spec b/packaging/harfbuzz.spec index be345c4..076b4a4 100644 --- a/packaging/harfbuzz.spec +++ b/packaging/harfbuzz.spec @@ -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}/* -- 2.7.4