tizen 2.3.1 release tizen_2.3.1 submit/tizen_2.3.1/20150915.100224 tizen_2.3.1_release
authorjk7744.park <jk7744.park@samsung.com>
Tue, 8 Sep 2015 17:23:44 +0000 (02:23 +0900)
committerjk7744.park <jk7744.park@samsung.com>
Tue, 8 Sep 2015 17:23:44 +0000 (02:23 +0900)
packaging/lzop.changes [deleted file]
packaging/lzop.manifest [deleted file]
packaging/lzop.spec

diff --git a/packaging/lzop.changes b/packaging/lzop.changes
deleted file mode 100644 (file)
index 59b1072..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-* Wed Jan 23 20:43:22 UTC 2013 - tracy.graydon@intel.com
-- Add lzop.changes file and tag. Attempting to fix build error
-
diff --git a/packaging/lzop.manifest b/packaging/lzop.manifest
deleted file mode 100644 (file)
index 017d22d..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<manifest>
- <request>
-    <domain name="_"/>
- </request>
-</manifest>
index 5e220ec..602da4c 100644 (file)
@@ -1,16 +1,14 @@
 Name:           lzop
 Version:        1.03
 Release:        1
-License:        GPLv2+
+License:        GPL-2.0+
 Summary:        lzop
 URL:            http://www.lzop.org
 Group:          Applications/Text
 Source:         %{name}-%{version}.tar.gz
-Source1001: packaging/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
@@ -24,21 +22,18 @@ of the GNU General Public License (GPL).
 %setup -q
 
 %build
-cp %{SOURCE1001} .
 %configure --disable-nls
 make PR_PROGRAM=%{_bindir}/pr
 
 %install
 %make_install
 
+%remove_docs
+
 %clean
 rm -rf %{buildroot}
 
-%docs_package 
-
 %files 
-%manifest lzop.manifest
 %defattr(-,root,root,-)
 %doc NEWS README COPYING
 %{_bindir}/*
-%{_mandir}/*/*