Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs
In directory usw-pr-cvs1:/tmp/cvs-serv23598
Modified Files:
Makefile.am Makefile.in linux-ntfs.spec.in
Log Message:
Updates to spec file and make files.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/Makefile.am,v
retrieving revision 1.9
retrieving revision 1.10
diff -U2 -r1.9 -r1.10
--- Makefile.am 1 Jun 2002 00:41:45 -0000 1.9
+++ Makefile.am 2 Jun 2002 23:18:56 -0000 1.10
@@ -11,5 +11,5 @@
EXTRA_DIST = AUTHORS CREDITS COPYING TODO.include TODO.ntfsfix ChangeLog \
INSTALL NEWS README autogen.sh linux-ntfs.spec.in TODO.mkntfs \
- TODO.ntfslabel TODO.ntfsinfo TODO.libntfs
+ TODO.ntfslabel TODO.ntfsinfo TODO.libntfs TODO.WIP
AUTOMAKE_OPTIONS = gnu
Index: Makefile.in
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/Makefile.in,v
retrieving revision 1.16
retrieving revision 1.17
diff -U2 -r1.16 -r1.17
--- Makefile.in 1 Jun 2002 00:41:45 -0000 1.16
+++ Makefile.in 2 Jun 2002 23:18:56 -0000 1.17
@@ -96,5 +96,5 @@
EXTRA_DIST = AUTHORS CREDITS COPYING TODO.include TODO.ntfsfix ChangeLog \
INSTALL NEWS README autogen.sh linux-ntfs.spec.in TODO.mkntfs \
- TODO.ntfslabel TODO.ntfsinfo TODO.libntfs
+ TODO.ntfslabel TODO.ntfsinfo TODO.libntfs TODO.WIP
Index: linux-ntfs.spec.in
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/linux-ntfs.spec.in,v
retrieving revision 1.40
retrieving revision 1.41
diff -U2 -r1.40 -r1.41
--- linux-ntfs.spec.in 12 Apr 2002 15:28:09 -0000 1.40
+++ linux-ntfs.spec.in 2 Jun 2002 23:18:56 -0000 1.41
@@ -62,5 +62,5 @@
%files
%defattr(-,root,root)
-%doc AUTHORS COPYING CREDITS ChangeLog INSTALL NEWS README TODO.ntfsfix TODO.include TODO.mkntfs doc/CodingStyle doc/attribute_definitions doc/attributes.txt doc/compression.txt doc/tunable_settings doc/template.c doc/template.h doc/system_files.txt doc/system_security_descriptors.txt
+%doc AUTHORS COPYING CREDITS ChangeLog INSTALL NEWS README TODO.ntfsfix TODO.include TODO.mkntfs TODO.libntfs TODO.ntfsinfo TODO.ntfslabel TODO.WIP doc/CodingStyle doc/attribute_definitions doc/attributes.txt doc/compression.txt doc/tunable_settings doc/template.c doc/template.h doc/system_files.txt doc/system_security_descriptors.txt
%{bindir}/*
%{sbindir}/*
@@ -76,4 +76,7 @@
%changelog
+* Mon Jun 3 2002 Anton Altaparmakov <ai...@ca...>
+- update %doc with new TODO files
+
* Tue Apr 12 2002 Anton Altaparmakov <ai...@ca...>
- update %description text for ntfslabel
|