Add packaging files 74/54974/1 accepted/tizen_3.0.m2_base accepted/tizen_3.0_base accepted/tizen_common accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable tizen tizen_3.0 tizen_3.0.m2_base tizen_3.0_base accepted/tizen/3.0.m2/base/20170104.082029 accepted/tizen/3.0/base/20161028.103415 accepted/tizen/4.0/base/20170811.092924 accepted/tizen/base/20151224.104205 accepted/tizen/base/20170804.132407 accepted/tizen/common/20160107.114035 accepted/tizen/mobile/20151224.102116 accepted/tizen/tv/20151224.102152 accepted/tizen/wearable/20151224.102221 submit/tizen/20151222.063629 submit/tizen/20151223.013239 submit/tizen_3.0.m2_base/20170104.073748 submit/tizen_3.0_base/20161028.062326 submit/tizen_4.0_base/20170811.071500 submit/tizen_base/20151224.082742 submit/tizen_base/20170728.075859 submit/tizen_common/20151229.144031 submit/tizen_common/20151229.154718 submit/tizen_common/20160104.112601 tizen_4.0.m1_release
authorHurnjoo Lee <hurnjoo.lee@samsung.com>
Mon, 21 Dec 2015 05:44:20 +0000 (14:44 +0900)
committerHurnjoo Lee <hurnjoo.lee@samsung.com>
Mon, 21 Dec 2015 05:44:20 +0000 (14:44 +0900)
Change-Id: I0c409feaf5db16b1d1646d87c3fed25bb29fddf7
Signed-off-by: Hurnjoo Lee <hurnjoo.lee@samsung.com>
packaging/gzip.changes [new file with mode: 0644]
packaging/gzip.manifest [new file with mode: 0644]
packaging/gzip.spec [new file with mode: 0644]

diff --git a/packaging/gzip.changes b/packaging/gzip.changes
new file mode 100644 (file)
index 0000000..f8f5ad6
--- /dev/null
@@ -0,0 +1,10 @@
+* Sat Jan 18 2014 Ćukasz Stelmach <l.stelmach@samsung.com> upstream/1.6@0bd261
+- Import upstream version 1.6
+- Fix some spec problems
+  + Url
+  + Group
+  + Source0
+
+* Mon Mar 18 2013 Anas Nashif <anas.nashif@intel.com> upstream/1.5@0d495ea
+- Fixed package group
+
diff --git a/packaging/gzip.manifest b/packaging/gzip.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/gzip.spec b/packaging/gzip.spec
new file mode 100644 (file)
index 0000000..391ff8c
--- /dev/null
@@ -0,0 +1,53 @@
+Name:           gzip
+Version:        1.3.12
+Release:        1
+License:        GPL-2.0+
+Summary:        The GNU data compression program
+Url:            http://www.gnu.org/software/gzip/
+Group:          Base/Compression
+Source0:        %{name}-%{version}.tar.xz
+Source1001:    gzip.manifest
+Requires:       /usr/bin/mktemp
+
+%description
+The gzip package contains the popular GNU gzip data compression
+program. Gzipped files have a .gz extension.
+
+Gzip should be installed on your system, because it is a
+very commonly used data compression program.
+
+
+%prep
+%setup -q
+cp %{SOURCE1001} .
+
+%build
+%configure \
+    --bindir=%{_bindir}
+
+make %{?_smp_mflags}
+
+%install
+%make_install
+
+%docs_package
+
+%files
+%manifest %{name}.manifest
+%defattr(-,root,root,-)
+%license COPYING
+%{_bindir}/gzip
+%{_bindir}/gunzip
+%{_bindir}/zcmp
+%{_bindir}/zegrep
+%{_bindir}/zforce
+%{_bindir}/znew
+%{_bindir}/gzexe
+%{_bindir}/zdiff
+%{_bindir}/zfgrep
+%{_bindir}/zgrep
+%{_bindir}/zmore
+%{_bindir}/zcat
+%{_bindir}/uncompress
+%{_bindir}/zless
+