Renamed README.fedora to README.dist
This commit is contained in:
parent
8c2773a2e3
commit
d66da83e74
@ -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:
|
@ -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@redhat.com> - 2.3.2-3
|
||||
- Renamed README.fedora to README.dist
|
||||
|
||||
* Thu Oct 24 2013 Jan Stanek <jstanek@redhat.com> - 2.3.2-2
|
||||
- Add man page describing enviromental variables (#991018)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user