]> git.pld-linux.org Git - packages/cpmtools.git/commitdiff
- updated to 2.7 (off-by-one bugfix; GPL v3)
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 29 Feb 2008 17:22:42 +0000 (17:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- updated DESTDIR patch

Changed files:
    cpmtools.spec -> 1.12

cpmtools.spec

index 0a8a317691f3e0a548e6438dfa4bc1bef0cdef70..2ae1a51222b3a90dfc2d5753cf8c23cc5bac7794 100644 (file)
@@ -1,20 +1,18 @@
 Summary:       Tools for accessing CP/M file systems
 Summary(pl.UTF-8):     Narzędzia pozwalające na dostęp do systemów plików CP/M
 Name:          cpmtools
-Version:       2.6
+Version:       2.7
 Release:       1
-License:       GPL v2+
+License:       GPL v3+
 Group:         Applications
 Source0:       http://www.moria.de/~michael/cpmtools/%{name}-%{version}.tar.gz
-# Source0-md5: 22f3bed0251fd48cb979e7500f8eed35
+# Source0-md5: 0deadd1e8baac3808691bef73ddbb5c7
 Patch0:                %{name}-DESTDIR.patch
 URL:           http://www.moria.de/~michael/cpmtools/
 BuildRequires: libdsk-devel
 BuildRequires: ncurses-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _datadir        %{_prefix}/share/misc
-
 %description
 This package allows to access CP/M file systems similar to the
 well-known mtools package, which accesses MSDOS file systems. It's
@@ -34,6 +32,7 @@ Z80-PC, ale działa także ze stacjami dyskietek.
 %build
 CFLAGS="%{rpmcflags} -I/usr/include/ncurses"
 %configure \
+       --datarootdir=%{_datadir}/misc \
        --with-libdsk
 
 %{__make}
@@ -52,6 +51,13 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc NEWS README
-%attr(755,root,root) %{_bindir}/*
-%{_datadir}/diskdefs
-%{_mandir}/man[15]/*
+%attr(755,root,root) %{_bindir}/cpm*
+%attr(755,root,root) %{_bindir}/fsck.cpm
+%attr(755,root,root) %{_bindir}/fsed.cpm
+%attr(755,root,root) %{_bindir}/mkfs.cpm
+%{_datadir}/misc/diskdefs
+%{_mandir}/man1/cpm*.1*
+%{_mandir}/man1/fsck.cpm.1*
+%{_mandir}/man1/fsed.cpm.1*
+%{_mandir}/man1/mkfs.cpm.1*
+%{_mandir}/man5/cpm.5*
This page took 0.108777 seconds and 4 git commands to generate.