[unixODBC] Renamed README.fedora to README.dist

Jan Staněk jstanek at fedoraproject.org
Fri Dec 6 09:11:15 UTC 2013


commit d66da83e74db8e65c4dc28f41c2c828e1df95b36
Author: Jan Staněk <jstanek at redhat.com>
Date:   Fri Dec 6 10:07:39 2013 +0100

    Renamed README.fedora to README.dist

 README.fedora => README.dist |    4 ++--
 unixODBC.spec                |   11 +++++++----
 2 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/README.fedora b/README.dist
similarity index 92%
rename from README.fedora
rename to README.dist
index 762abf0..e71be30 100644
--- a/README.fedora
+++ b/README.dist
@@ -1,5 +1,5 @@
-About unixODBC in Fedora
-------------------------
+About unixODBC in this distribution
+-----------------------------------
 
 In addition to the unixODBC package itself, you will want to install some
 or all of these related packages:
diff --git a/unixODBC.spec b/unixODBC.spec
index ed58c19..ea01d89 100644
--- a/unixODBC.spec
+++ b/unixODBC.spec
@@ -1,7 +1,7 @@
 Summary: A complete ODBC driver manager for Linux
 Name: unixODBC
 Version: 2.3.2
-Release: 2%{?dist}
+Release: 3%{?dist}
 Group: System Environment/Libraries
 URL: http://www.unixODBC.org/
 # Programs are GPL, libraries are LGPL, except News Server library is GPL.
@@ -10,7 +10,7 @@ License: GPLv2+ and LGPLv2+
 Source: http://www.unixODBC.org/%{name}-%{version}.tar.gz
 Source1: odbcinst.ini
 Source4: conffile.h
-Source5: README.fedora
+Source5: README.dist
 
 Patch1: depcomp.patch
 Patch6: export-symbols.patch
@@ -92,7 +92,7 @@ case `uname -i` in
 esac
 
 # add some explanatory documentation
-cp %{SOURCE5} README.fedora
+cp %{SOURCE5} README.dist
 
 # remove obsolete Postgres drivers from the package (but not the setup code)
 rm -f $RPM_BUILD_ROOT%{_libdir}/libodbcpsql.so*
@@ -127,7 +127,7 @@ done
 
 %files -f base-so-list
 %doc README COPYING AUTHORS ChangeLog NEWS doc
-%doc README.fedora
+%doc README.dist
 %config(noreplace) %{_sysconfdir}/odbc*
 %{_bindir}/odbcinst
 %{_bindir}/isql
@@ -144,6 +144,9 @@ done
 %postun -p /sbin/ldconfig
 
 %changelog
+* Fri Dec 06 2013 Jan Stanek <jstanek at redhat.com> - 2.3.2-3
+- Renamed README.fedora to README.dist
+
 * Thu Oct 24 2013 Jan Stanek <jstanek at redhat.com> - 2.3.2-2
 - Add man page describing enviromental variables (#991018)
 


More information about the scm-commits mailing list