diff options
author | Alan Conway <aconway@apache.org> | 2007-01-25 14:26:45 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2007-01-25 14:26:45 +0000 |
commit | a1a920a608fca9ba42020b699dceef9da002eef2 (patch) | |
tree | c92f7b319e99d89adda4b5974ef3e479197a3bc5 | |
parent | 3f7de8b7edee679da17db2d584c57f9cc7b6bc29 (diff) | |
download | qpid-python-a1a920a608fca9ba42020b699dceef9da002eef2.tar.gz |
* 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.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@499803 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | qpid/cpp/LICENSE (renamed from qpid/cpp/LICENSE.txt) | 0 | ||||
-rw-r--r-- | qpid/cpp/Makefile.am | 2 | ||||
-rw-r--r-- | qpid/cpp/NOTICE (renamed from qpid/cpp/NOTICE.txt) | 2 | ||||
-rw-r--r-- | qpid/cpp/README (renamed from qpid/cpp/README.txt) | 0 | ||||
-rw-r--r-- | qpid/cpp/qpidc.spec.in | 2 | ||||
-rw-r--r-- | qpid/cpp/rpm/Makefile.am | 4 |
6 files changed, 5 insertions, 5 deletions
diff --git a/qpid/cpp/LICENSE.txt b/qpid/cpp/LICENSE index 6b0b1270ff..6b0b1270ff 100644 --- a/qpid/cpp/LICENSE.txt +++ b/qpid/cpp/LICENSE diff --git a/qpid/cpp/Makefile.am b/qpid/cpp/Makefile.am index 98f715e6aa..f55e583417 100644 --- a/qpid/cpp/Makefile.am +++ b/qpid/cpp/Makefile.am @@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = 1.9.2 foreign 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 diff --git a/qpid/cpp/NOTICE.txt b/qpid/cpp/NOTICE index 105b88d56a..1e7859909a 100644 --- a/qpid/cpp/NOTICE.txt +++ b/qpid/cpp/NOTICE @@ -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. diff --git a/qpid/cpp/README.txt b/qpid/cpp/README index 4703d7538e..4703d7538e 100644 --- a/qpid/cpp/README.txt +++ b/qpid/cpp/README diff --git a/qpid/cpp/qpidc.spec.in b/qpid/cpp/qpidc.spec.in index 16816385cc..fb1cd3cb22 100644 --- a/qpid/cpp/qpidc.spec.in +++ b/qpid/cpp/qpidc.spec.in @@ -84,7 +84,7 @@ make check %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 diff --git a/qpid/cpp/rpm/Makefile.am b/qpid/cpp/rpm/Makefile.am index 7b240c6375..1a713ee65f 100644 --- a/qpid/cpp/rpm/Makefile.am +++ b/qpid/cpp/rpm/Makefile.am @@ -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 |