rpms/bash/devel bash.spec,1.196,1.197

Roman Rakus rrakus at fedoraproject.org
Fri Jan 8 14:39:43 UTC 2010


Author: rrakus

Update of /cvs/pkgs/rpms/bash/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15408

Modified Files:
	bash.spec 
Log Message:
Include COPYING in doc dir


Index: bash.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bash/devel/bash.spec,v
retrieving revision 1.196
retrieving revision 1.197
diff -u -p -r1.196 -r1.197
--- bash.spec	4 Jan 2010 09:29:31 -0000	1.196
+++ bash.spec	8 Jan 2010 14:39:43 -0000	1.197
@@ -5,7 +5,7 @@
 Version: %{baseversion}%{?patchleveltag}
 Name: bash
 Summary: The GNU Bourne Again shell
-Release: 1%{?dist}
+Release: 2%{?dist}
 Group: System Environment/Shells
 License: GPLv3+
 Url: http://www.gnu.org/software/bash
@@ -182,7 +182,7 @@ done
 
 # copy doc to /usr/share/doc
 mkdir -p $RPM_BUILD_ROOT/%{pkgdocdir}
-for file in CHANGES COMPAT NEWS NOTES POSIX doc examples
+for file in COPYING CHANGES COMPAT NEWS NOTES POSIX doc examples
 do
   cp -r "$file" $RPM_BUILD_ROOT/%{pkgdocdir}
 done
@@ -254,6 +254,9 @@ fi
 #%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
 
 %changelog
+* Fri Jan 08 2010 Roman Rakus rrakus at redhat.com 4.1.0-2
+- Include COPYING in doc dir
+
 * Mon Jan 04 2010 Roman Rakus <rrakus at redhat.com> - 4.1.0-1
 - Upstream 4.1
 




More information about the fedora-extras-commits mailing list