]> git.pld-linux.org Git - packages/lzd.git/commitdiff
- new, for reference
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 24 Nov 2013 19:59:27 +0000 (20:59 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 24 Nov 2013 19:59:27 +0000 (20:59 +0100)
lzd.spec [new file with mode: 0644]

diff --git a/lzd.spec b/lzd.spec
new file mode 100644 (file)
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
This page took 0.150548 seconds and 4 git commands to generate.