[packages/lzd] - new, for reference

qboosh qboosh at pld-linux.org
Sun Nov 24 20:58:38 CET 2013


commit 8eeecf91b8f782bbf7991b4d69e744c1293a8b6a
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Nov 24 20:59:27 2013 +0100

    - new, for reference

 lzd.spec | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 50 insertions(+)
---
diff --git a/lzd.spec b/lzd.spec
new file mode 100644
index 0000000..6d62fbd
--- /dev/null
+++ b/lzd.spec
@@ -0,0 +1,50 @@
+Summary:	Simplified decompressor for lzip files
+Summary(pl.UTF-8):	Uproszczony dekompresor plików lzip
+Name:		lzd
+Version:	0.5
+Release:	1
+License:	Free
+Group:		Applications/Archiving
+Source0:	http://download.savannah.gnu.org/releases/lzip/%{name}-%{version}.tar.lz
+# Source0-md5:	08de34cad3b8e0a6c1d9b88a80efec1e
+URL:		http://savannah.nongnu.org/projects/lzip/
+BuildRequires:	libstdc++-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Lzd is a simplified decompressor for lzip files with an educational
+purpose. Studying its source is a good first step to understand how
+lzip works. It is not safe to use lzd for any real work.
+
+%description -l pl.UTF-8
+Lzd to uproszczony dekompresor plików lzip napisany z myślą o celach
+edukacyjnych. Studiowanie jego źródeł to pierwszy krok do zrozumienia,
+jak działa lzip. Używanie lzd do rzeczywistych zastosowań nie jest
+bezpieczne.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post	-p /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
+
+%postun	-p /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/lzd
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lzd.git/commitdiff/8eeecf91b8f782bbf7991b4d69e744c1293a8b6a



More information about the pld-cvs-commit mailing list