Author: glen                         Date: Thu Sep  2 16:48:21 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- note how to check duplicates, until _duplicate_files_terminate_build exists

---- Files affected:
packages/java-sun:
   java-sun.spec (1.272 -> 1.273) 

---- Diffs:

================================================================
Index: packages/java-sun/java-sun.spec
diff -u packages/java-sun/java-sun.spec:1.272 
packages/java-sun/java-sun.spec:1.273
--- packages/java-sun/java-sun.spec:1.272       Thu Sep  2 18:44:40 2010
+++ packages/java-sun/java-sun.spec     Thu Sep  2 18:48:16 2010
@@ -3,11 +3,14 @@
 # - 1.6.0.12 problem with RSA II:
 #  - http://forums.sun.com/thread.jspa?threadID=5375681&tstart=2
 #  - http://www.ibm.com/developerworks/forums/thread.jspa?messageID=14252965
+# NOTE
+#  - the packaging is messy, but if you've built package, check that no file 
is packaged to two diferent packages:
+#       rpm -qp --qf '[%{FILENAMES} %{name}\n]' *.rpm > fl; awk '{print $1}' 
fl | sort | uniq -c | grep -v ' 1 '
+#       unless _duplicate_files_terminate_build macro gets implemented :P
 #
 # Conditional build:
 %bcond_without tests           # build without tests
-#
-#
+
 %define                _src_ver        6u21
 %define                _dir_ver        %(echo %{version} | sed 
's/\\.\\(..\\)$/_\\1/')
 # class data version seen with file(1) that this jvm is able to load
@@ -1014,6 +1017,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.273  2010/09/02 16:48:16  glen
+- note how to check duplicates, until _duplicate_files_terminate_build exists
+
 Revision 1.272  2010/09/02 16:44:40  glen
 - rearrange files for readability
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/java-sun/java-sun.spec?r1=1.272&r2=1.273&f=u

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

Reply via email to