]> git.pld-linux.org Git - packages/zziplib.git/commitdiff
- new; spec taken from original archive and rewritten zziplib-0_10_27-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 3 May 2002 17:34:38 +0000 (17:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    zziplib.spec -> 1.1

zziplib.spec [new file with mode: 0644]

diff --git a/zziplib.spec b/zziplib.spec
new file mode 100644 (file)
index 0000000..dd45c3a
--- /dev/null
@@ -0,0 +1,100 @@
+Summary:       ZZipLib - libZ-based ZIP-access Library
+Summary(pl):   ZZipLib - biblioteka dostêpu do archiwów ZIP
+Name:          zziplib
+Version:       0.10.27
+Release:       1
+Epoch:         1
+License:       LGPL
+Vendor:                Guido Draheim <guidod@gmx.de>
+Group:         Libraries
+Source0:       ftp://ftp.sourceforge.net/pub/sourceforge/%{name}/%{name}-%{version}.tar.gz
+URL:           http://zziplib.sourceforge.net/
+BuildRequires: zlib-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+ZZipLib provides read access to zipped files in a zip-archive, using
+compression based solely on free algorithms provided by zlib. ZZipLib
+provides an additional API to transparently access files being either
+real files or zipped files with the same filepath argument. This is
+handy to package many files being shared data into a single zip file -
+as it is sometimes used with gamedata or script repositories. The
+library itself is fully multithreaded, and it is namespace clean using
+the zzip_ prefix for its exports and declarations.
+
+%description -l pl
+ZZipLib pozwala na odczyt plików skompresowanych w archiwach zip,
+u¿ywaj±c do dekompresji wolnodostêpnych algorytmów z biblioteki zlib.
+ZZipLib dostarcza dodatkowe API do przezroczystego dostêpu do plików
+rzeczywistych lub umieszczonych w archiwach zip przy pomocy takiej
+samej ¶cie¿ki. Jest to przydatne przy trzymaniu wielu plików w jednym
+archiwum, co bywa stosowane w przypadku danych dla gier lub
+repozytoriów. Biblioteka jest w pe³ni wielow±tkowa i ma czyst±
+przestrzeñ nazw (u¿ywa prefiksu zzip_).
+
+%package devel
+Summary:       ZZipLib - Development Files
+Summary(pl):   Pliki dla programistów ZZipLib
+Group:         Development/Libraries
+Requires:      %{name} = %{version}
+
+%description devel
+These are the header files needed to develop programs using zziplib.
+
+%description devel -l pl
+Ten pakiet zawiera plikia nag³ówkowe potrzebne do tworzenia programów
+korzystaj±cych z biblioteki zziplib.
+
+%package static
+Summary:       ZZipLib static library
+Summary(pl):   Statyczna biblioteka ZZipLib
+Group:         Development/Libraries
+Requires:      %{name}-devel = %{version}
+
+%description static
+ZZipLib static library.
+
+%description static -l pl
+Statyczna biblioteka ZZipLib.
+
+%prep
+%setup -q
+
+%build
+%configure
+
+%{__make}
+%{__make} doc
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+mv -f zzip-INTRO.html index.html
+rm -f zzip-SFNET.html
+gzip -9nf ChangeLog README TODO
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post  -p /sbin/ldconfig
+%postun        -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc *.gz
+%attr(755,root,root) %{_bindir}/zz???
+%attr(755,root,root) %{_libdir}/lib*.so.*.*
+
+%files devel
+%defattr(644,root,root,755)
+%doc SDL_* zzcat.c zzdir.c zziptest.c *.html
+%attr(755,root,root) %{_bindir}/zzip-config
+%attr(755,root,root) %{_libdir}/lib*.so
+%attr(755,root,root) %{_libdir}/lib*.la
+%{_includedir}/*
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/lib*.a
This page took 0.069195 seconds and 4 git commands to generate.