diff options
Diffstat (limited to 'packaging/lzop.spec')
-rw-r--r-- | packaging/lzop.spec | 44 |
1 files changed, 0 insertions, 44 deletions
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}/*/* |