Author: qboosh                       Date: Sat Jul 30 07:13:06 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- enabled POSIX ACLs and xattr mappings
- BR: libuuid-devel (for ntfsprogs)
- ntfsprogs R: -libs
- updated ntfsprogs descs (ntfswipe and ntfsdecrypt disabled as unpackaged)

---- Files affected:
packages/ntfs-3g_ntfsprogs:
   ntfs-3g_ntfsprogs.spec (1.11 -> 1.12) 

---- Diffs:

================================================================
Index: packages/ntfs-3g_ntfsprogs/ntfs-3g_ntfsprogs.spec
diff -u packages/ntfs-3g_ntfsprogs/ntfs-3g_ntfsprogs.spec:1.11 
packages/ntfs-3g_ntfsprogs/ntfs-3g_ntfsprogs.spec:1.12
--- packages/ntfs-3g_ntfsprogs/ntfs-3g_ntfsprogs.spec:1.11      Fri Jul 29 
21:20:32 2011
+++ packages/ntfs-3g_ntfsprogs/ntfs-3g_ntfsprogs.spec   Sat Jul 30 09:13:01 2011
@@ -20,7 +20,11 @@
 BuildRequires: automake
 %{!?with_internal_fuse:BuildRequires:  libfuse-devel >= 2.6.0}
 BuildRequires: libtool
+BuildRequires: libuuid-devel
 BuildRequires: pkgconfig
+# for crypto (not built yet)
+#BuildRequires:        gnutls-devel >= 1.4.4
+#BuildRequires:        libgcrypt-devel >= 1.2.2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _sbindir        /sbin
@@ -43,6 +47,7 @@
 Summary:       Utilities for NTFS file systems
 Summary(pl.UTF-8):     Narzędzia do systemów plików NTFS
 Group:         Applications/System
+Requires:      ntfs-3g-libs = %{epoch}:%{version}-%{release}
 
 %description -n ntfsprogs
 This package contains the following utilities for NTFS file systems:
@@ -59,9 +64,11 @@
 - ntfslabel - display/change the label of an NTFS partition,
 - ntfsundelete - recover deleted files from an NTFS volume,
 - ntfsresize - resize an NTFS volume,
-- ntfsclone - clone, image, restore or rescue NTFS,
+- ntfsclone - clone, image, restore or rescue NTFS.
+%if 0
 - ntfswipe - wipe junk from unused space,
 - ntfsdecrypt - descrypt $EFS-encrypted files.
+%endif
 
 You can find more information about these utilities in their manuals.
 
@@ -74,13 +81,16 @@
 
   WAŻNE: należy uruchamiać ten program tylko *po* odmontowaniu
   partycji pod Linuksem, ale *przed* uruchomieniem Windows NT/2000!
-- mkntfs - "formatuje" partycję NTFS.
-- ntfslabel - wyświetla/zmienia etykietę partycji NTFS.
-- ntfsundelete - odzyskuje usunięte pliki z wolumenu NTFS.
-- ntfsresize - zmienia rozmiar wolumenu NTFS.
-- ntfsclone
-- ntfswipe
-- ntfsdecrypt
+
+- mkntfs - "formatuje" partycję NTFS,
+- ntfslabel - wyświetla/zmienia etykietę partycji NTFS,
+- ntfsundelete - odzyskuje usunięte pliki z wolumenu NTFS,
+- ntfsresize - zmienia rozmiar wolumenu NTFS,
+- ntfsclone - klonuje, tworzy obrazy i odtwarza NTFS.
+%if 0
+- ntfswipe - czyszczenie pozostałości z nieużywanego miejsca,
+- ntfsdecrypt - odszyfrowuje pliki zaszyfrowane $EFS.
+%endif
 
 Więcej informacji na temat tych narzędzi można znaleźć w manualach.
 
@@ -162,8 +172,12 @@
 
 %configure \
        --disable-ldconfig \
+       --enable-posix-acls \
+       --enable-xattr-mappings \
        --with-fuse=%{?with_internal_fuse:in}%{!?with_internal_fuse:ex}ternal
 
+# --enable-crypto for ntfsdecrypt, but now it's not built anyway
+
 %{__make}
 
 %install
@@ -261,6 +275,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.12  2011/07/30 07:13:01  qboosh
+- enabled POSIX ACLs and xattr mappings
+- BR: libuuid-devel (for ntfsprogs)
+- ntfsprogs R: -libs
+- updated ntfsprogs descs (ntfswipe and ntfsdecrypt disabled as unpackaged)
+
 Revision 1.11  2011/07/29 19:20:32  qboosh
 - pl for base, adjusted ntfsprogs descs
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ntfs-3g_ntfsprogs/ntfs-3g_ntfsprogs.spec?r1=1.11&r2=1.12&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to