summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2017-08-21 16:30:40 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2017-08-21 16:30:49 +0900
commitaddc69dda437488e8a5d89c800931f9703eca29b (patch)
treeedfd21ca2a50df0779100bebcef66c80065f2ba9 /packaging
parent7df1602b129bd56916aaa6037a9cb84e1bdd77d4 (diff)
downloadlzop-addc69dda437488e8a5d89c800931f9703eca29b.tar.gz
lzop-addc69dda437488e8a5d89c800931f9703eca29b.tar.bz2
lzop-addc69dda437488e8a5d89c800931f9703eca29b.zip
Imported Upstream version 1.04upstream/1.04submit/upstream/20170906.015405
Change-Id: Ia672514693f8c284b333fcb40f4826fa96ad61e6 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'packaging')
-rw-r--r--packaging/lzop.manifest5
-rw-r--r--packaging/lzop.spec44
2 files changed, 0 insertions, 49 deletions
diff --git a/packaging/lzop.manifest b/packaging/lzop.manifest
deleted file mode 100644
index 017d22d..0000000
--- a/packaging/lzop.manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-<manifest>
- <request>
- <domain name="_"/>
- </request>
-</manifest>
diff --git a/packaging/lzop.spec b/packaging/lzop.spec
deleted file mode 100644
index 0693ced..0000000
--- a/packaging/lzop.spec
+++ /dev/null
@@ -1,44 +0,0 @@
-Name: lzop
-Version: 1.03
-Release: 1
-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
-
-%clean
-rm -rf %{buildroot}
-
-%docs_package
-
-%files
-%manifest %{name}.manifest
-%defattr(-,root,root,-)
-%doc NEWS README COPYING
-%{_bindir}/*
-%{_mandir}/*/*