Bump to lzop 1.04
authorDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 22 Aug 2017 02:29:00 +0000 (11:29 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Wed, 6 Sep 2017 06:21:00 +0000 (15:21 +0900)
[Model] All
[BinType] AP
[Customer] OPEN

[Issue#] N/A
[Request] N/A
[Occurrence Version] N/A

[Problem]
[Cause & Measure]
[Checking Method] N/A

[Team] Open Source Management and Setting Part
[Developer] dh0128.kwak
[Solution company] Samsung
[Change Type] N/A

Change-Id: I173f2a6fabf79d4e0f0be512e9ebeeb3b8aab115
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
packaging/lzop.manifest [new file with mode: 0644]
packaging/lzop.spec [new file with mode: 0644]

diff --git a/packaging/lzop.manifest b/packaging/lzop.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/lzop.spec b/packaging/lzop.spec
new file mode 100644 (file)
index 0000000..0be8333
--- /dev/null
@@ -0,0 +1,43 @@
+Name:           lzop
+Version:        1.04
+Release:        0
+License:        GPLv2+
+Summary:        lzop
+URL:            http://www.lzop.org
+Group:          Applications/Text
+Source:         %{name}-%{version}.tar.gz
+Source1001: lzop.manifest 
+BuildRequires:  lzo
+BuildRequires:  lzo-devel
+
+
+%description
+lzop is a file compressor which is very similar to gzip. lzop uses
+the LZO data compression library for compression services, and its
+main advantages over gzip are much higher compression and
+decompression speed (at the cost of some compression ratio).
+
+lzop is copyrighted OpenSource software distributed under the terms
+of the GNU General Public License (GPL).
+
+%prep
+%setup -q
+
+%build
+cp %{SOURCE1001} .
+%configure --disable-nls
+make PR_PROGRAM=%{_bindir}/pr
+
+%install
+%make_install
+%remove_docs
+
+%clean
+rm -rf %{buildroot}
+
+
+%files 
+%manifest %{name}.manifest
+%defattr(-,root,root,-)
+%license COPYING
+%{_bindir}/*