From 1fe385b289912a1bd62066ae7a7a81b813ace4bb Mon Sep 17 00:00:00 2001 From: Deokjin Kim Date: Wed, 22 Aug 2012 20:52:53 +0900 Subject: [PATCH] Upload tizen 2.0 beta source --- LICENSE | 2 ++ copyright | 21 +++++++++++++++++++++ debian/changelog | 37 +++++++++++++++++++++++++++++++++++-- debian/control | 2 +- packaging/default-fonts-sdk.spec | 6 ++++-- 5 files changed, 63 insertions(+), 5 deletions(-) mode change 100644 => 100755 LICENSE create mode 100644 copyright diff --git a/LICENSE b/LICENSE old mode 100644 new mode 100755 index 9c13a9b..bbe9d02 --- a/LICENSE +++ b/LICENSE @@ -202,3 +202,5 @@ Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved. See the License for the specific language governing permissions and limitations under the License. + + diff --git a/copyright b/copyright new file mode 100644 index 0000000..7928945 --- /dev/null +++ b/copyright @@ -0,0 +1,21 @@ +/* + * default-fonts-sdk + * + * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved. + * + * Contact: Minsu Han + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + diff --git a/debian/changelog b/debian/changelog index c44c05d..592aef6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,40 @@ default-fonts-sdk (0.0.1-5) unstable; urgency=low - * Initial Version - * Git: sdk/default-fonts-sdk + * Version update + * Git: 165.213.180.234:slp/sdk/default-fonts-sdk * Tag: default-fonts-sdk_0.0.1-5 + -- Minsu Han Thu, 08 Dec 2011 11:06:16 +0900 + +default-fonts-sdk (0.0.1-4) unstable; urgency=low + + * Remove Bitstream Vera font + * Git: 165.213.180.234:slp/sdk/default-fonts-sdk + * Tag: default-fonts-sdk_0.0.1-4 + -- Minsu Han Tue, 06 Dec 2011 18:52:55 +0900 + +default-fonts-sdk (0.0.1-3) unstable; urgency=low + + * Seperate font package - sdk fonts and vera fonts + * Git: 165.213.180.234:slp/sdk/default-fonts-sdk + * Tag: default-fonts-sdk_0.0.1-3 + + -- Minsu Han Mon, 05 Dec 2011 11:03:27 +0900 + +default-fonts-sdk (0.0.1-2) unstable; urgency=low + + * Add SLPSans fonts to SDK with copyright. + * Git: 165.213.180.234:slp/sdk/default-fonts-sdk + * Tag: default-fonts-sdk_0.0.1-2 + + -- MyoungWoon Roy Kim Tue, 11 Jan 2011 20:11:06 +0900 + +default-fonts-sdk (0.0.1-1) unstable; urgency=low + + * Initial release + * Git: 165.213.180.234:slp/sdk/default-fonts-sdk + * Tag: default-fonts-sdk_0.0.1-1 + + + -- MyoungWoon Roy Kim Thu, 16 Dec 2010 16:11:21 +0900 diff --git a/debian/control b/debian/control index 54f890f..7d48e9f 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: default-fonts-sdk Section: misc Priority: extra Maintainer: Minsu Han -Uploaders: +Uploaders: Build-Depends: debhelper (>= 5) Standards-Version: 3.7.2 Homepage: N/A diff --git a/packaging/default-fonts-sdk.spec b/packaging/default-fonts-sdk.spec index 01903a4..a1d7a87 100644 --- a/packaging/default-fonts-sdk.spec +++ b/packaging/default-fonts-sdk.spec @@ -1,9 +1,10 @@ +#sbs-git:slp/sdk/default-fonts-sdk default-fonts-sdk 0.0.1 cfc28893f4bd5cb9a28ffb97c4ca0ffcf30024b9 Name: default-fonts-sdk Summary: free fonts for SLP SDK -Version: 0.0.1 +Version: 0.0.1 Release: 0 Group: TO_BE/FILLED_IN -License: Apache-2.0 +License: TO BE FILLED IN Source0: %{name}-%{version}.tar.gz %description @@ -20,6 +21,7 @@ rm -rf %{buildroot} mkdir -p %{buildroot}%{_datadir}/fonts && cp -a fonts %{buildroot}%{_datadir} + %files %defattr(0644,root,root,-) %{_datadir}/fonts/SLPSansBold_1119.ttf -- 2.7.4