]> git.pld-linux.org Git - packages/libdsk.git/blobdiff - libdsk.spec
- rel 3
[packages/libdsk.git] / libdsk.spec
index b0e11039a3635bfbd897919e733f6fcf48a3afd3..4950c7e801fb43c65765e358f4f0053094b75b7c 100644 (file)
@@ -1,34 +1,37 @@
 Summary:       libdsk library
-Summary(pl):Biblioteka libdsk
+Summary(pl):   Biblioteka libdsk
 Name:          libdsk
-Version:       1.0.0
-Release:       1
+Version:       1.1.1
+Release:       3
 License:       LGPL
-Group:         Development/Libraries
+Group:         Libraries
 Source0:       http://www.seasip.demon.co.uk/Unix/LibDsk/%{name}-%{version}.tar.gz
+# Source0-md5: 8017d011b2f49b1276af848e0919f0c1
 URL:           http://www.seasip.demon.co.uk/Unix/LibDsk/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: bzip2-devel
+BuildRequires: libtool
 BuildRequires: zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-LibDsk is a library intended to give transparent access to
-floppy drives and to the "disc
-image files" used by emulators to represent floppy
-drives.
+LibDsk is a library intended to give transparent access to floppy
+drives and to the "disc image files" used by emulators to represent
+floppy drives.
 
 %description -l pl
-LibDsk jest bibliotek±, która w sposób przezroczysty daje dostêp
-do "obrazów dysków" u¿ywanych przez emulatory do reprezentowania
-dysków elastycznych.
+LibDsk jest bibliotek±, która w sposób przezroczysty daje dostêp do
+"obrazów dysków" u¿ywanych przez emulatory do reprezentowania dysków
+elastycznych.
 
 %package devel
-Summary:       libdsk library - development
-Summary(pl):   Czê¶æ dla programistów u¿ywaj±cych biblioteki libdsk
+Summary:       libdsk library - development files
+Summary(pl):   Pliki programistyczne biblioteki libdsk
 Group:         Development/Libraries
-Requires:      %{name} = %{version}
+Requires:      %{name} = %{version}-%{release}
+Requires:      bzip2-devel
+Requires:      zlib-devel
 
 %description devel
 The libdsk-devel package contains the header files and documentation
@@ -40,12 +43,12 @@ do kompilowania aplikacji korzystaj
 
 %package static
 Summary:       libdsk static library
-Summary(pl):   Statyczna biblioteka libspectrum
+Summary(pl):   Statyczna biblioteka libdsk
 Group:         Development/Libraries
-Requires:      %{name}-devel = %{version}
+Requires:      %{name}-devel = %{version}-%{release}
 
 %description static
-The libdsk-static package contains the static libraries of libdsk.
+This package contains the static libdsk library.
 
 %description static -l pl
 Statyczna wersja biblioteki libdsk.
@@ -54,36 +57,39 @@ Statyczna wersja biblioteki libdsk.
 %setup -q
 
 %build
-rm -f missing
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
+%{__autoheader}
 %{__automake}
 %configure
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
+%post  -p /sbin/ldconfig
+%postun        -p /sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libdsk.so.*
+%doc ChangeLog TODO
 %attr(755,root,root) %{_bindir}/*
-%{_mandir}/*
+%attr(755,root,root) %{_libdir}/libdsk.so.*.*.*
+%{_mandir}/man1/*
 
 %files devel
 %defattr(644,root,root,755)
-%doc doc/{libdsk.txt,TODO}
+%doc doc/{libdsk.txt,cfi.html,TODO}
 %attr(755,root,root) %{_libdir}/lib*.so
 %{_libdir}/libdsk.la
-%{_includedir}/*
+%{_includedir}/*.h
 
 %files static
 %defattr(644,root,root,755)
This page took 0.068695 seconds and 4 git commands to generate.