You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2007/01/25 15:26:46 UTC

svn commit: r499803 - in /incubator/qpid/trunk/qpid/cpp: LICENSE LICENSE.txt Makefile.am NOTICE NOTICE.txt README README.txt qpidc.spec.in rpm/Makefile.am

Author: aconway
Date: Thu Jan 25 06:26:45 2007
New Revision: 499803

URL: http://svn.apache.org/viewvc?view=rev&rev=499803
Log:
* Removed .txt extension from README NOTICE LICENSE to follow common practice.
* Updated all references to .txt files.
* rpm/Makefile.am: Fixed local-clean target to clean up generaed directories.

Added:
    incubator/qpid/trunk/qpid/cpp/LICENSE
      - copied unchanged from r499796, incubator/qpid/trunk/qpid/cpp/LICENSE.txt
    incubator/qpid/trunk/qpid/cpp/NOTICE
      - copied, changed from r499794, incubator/qpid/trunk/qpid/cpp/NOTICE.txt
    incubator/qpid/trunk/qpid/cpp/README
      - copied unchanged from r499794, incubator/qpid/trunk/qpid/cpp/README.txt
Removed:
    incubator/qpid/trunk/qpid/cpp/LICENSE.txt
    incubator/qpid/trunk/qpid/cpp/NOTICE.txt
    incubator/qpid/trunk/qpid/cpp/README.txt
Modified:
    incubator/qpid/trunk/qpid/cpp/Makefile.am
    incubator/qpid/trunk/qpid/cpp/qpidc.spec.in
    incubator/qpid/trunk/qpid/cpp/rpm/Makefile.am

Modified: incubator/qpid/trunk/qpid/cpp/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/Makefile.am?view=diff&rev=499803&r1=499802&r2=499803
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/Makefile.am (original)
+++ incubator/qpid/trunk/qpid/cpp/Makefile.am Thu Jan 25 06:26:45 2007
@@ -2,7 +2,7 @@
 ACLOCAL_AMFLAGS = -I m4
 
 EXTRA_DIST = \
-  README-dev DESIGN LICENSE.txt NOTICE.txt README.rhel3 README.txt \
+  README-dev DESIGN LICENSE NOTICE README.rhel3 README \
   etc/qpidd \
   $(PACKAGE).spec \
   $(PACKAGE).spec.in

Copied: incubator/qpid/trunk/qpid/cpp/NOTICE (from r499794, incubator/qpid/trunk/qpid/cpp/NOTICE.txt)
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/NOTICE?view=diff&rev=499803&p1=incubator/qpid/trunk/qpid/cpp/NOTICE.txt&r1=499794&p2=incubator/qpid/trunk/qpid/cpp/NOTICE&r2=499803
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/NOTICE.txt (original)
+++ incubator/qpid/trunk/qpid/cpp/NOTICE Thu Jan 25 06:26:45 2007
@@ -7,7 +7,7 @@
 This product includes software developed by the Apache Software Foundation
 (http://www.apache.org/).
 
-Please read the LICENSE.txt file present in the root directory of this
+Please read the LICENSE file present in the root directory of this
 distribution.
 
 

Modified: incubator/qpid/trunk/qpid/cpp/qpidc.spec.in
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/qpidc.spec.in?view=diff&rev=499803&r1=499802&r2=499803
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/qpidc.spec.in (original)
+++ incubator/qpid/trunk/qpid/cpp/qpidc.spec.in Thu Jan 25 06:26:45 2007
@@ -84,7 +84,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE.txt NOTICE.txt README.txt
+%doc LICENSE NOTICE README
 %_libdir/libqpidcommon.so.0
 %_libdir/libqpidcommon.so.0.1.0
 %_libdir/libqpidclient.so.0

Modified: incubator/qpid/trunk/qpid/cpp/rpm/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/rpm/Makefile.am?view=diff&rev=499803&r1=499802&r2=499803
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/rpm/Makefile.am (original)
+++ incubator/qpid/trunk/qpid/cpp/rpm/Makefile.am Thu Jan 25 06:26:45 2007
@@ -7,8 +7,8 @@
 SPEC=${top_srcdir}/qpidc.spec
 RPMOPTS=--define "_sourcedir ${abs_top_srcdir}" --define "_topdir ${abs_builddir}"
 
-clean:
-	rm -rf BUILD  RPMS  SOURCES  SPECS  SRPMS
+clean-local:
+	-rm -rf BUILD  RPMS  SOURCES  SPECS  SRPMS
 
 .PHONY: rpm srpm dist