Renamed README.fedora to README.dist

This commit is contained in:
Jan Staněk 2013-12-06 10:07:39 +01:00
parent 8c2773a2e3
commit d66da83e74
2 changed files with 9 additions and 6 deletions

View File

@ -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 In addition to the unixODBC package itself, you will want to install some
or all of these related packages: or all of these related packages:

View File

@ -1,7 +1,7 @@
Summary: A complete ODBC driver manager for Linux Summary: A complete ODBC driver manager for Linux
Name: unixODBC Name: unixODBC
Version: 2.3.2 Version: 2.3.2
Release: 2%{?dist} Release: 3%{?dist}
Group: System Environment/Libraries Group: System Environment/Libraries
URL: http://www.unixODBC.org/ URL: http://www.unixODBC.org/
# Programs are GPL, libraries are LGPL, except News Server library is GPL. # 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 Source: http://www.unixODBC.org/%{name}-%{version}.tar.gz
Source1: odbcinst.ini Source1: odbcinst.ini
Source4: conffile.h Source4: conffile.h
Source5: README.fedora Source5: README.dist
Patch1: depcomp.patch Patch1: depcomp.patch
Patch6: export-symbols.patch Patch6: export-symbols.patch
@ -92,7 +92,7 @@ case `uname -i` in
esac esac
# add some explanatory documentation # add some explanatory documentation
cp %{SOURCE5} README.fedora cp %{SOURCE5} README.dist
# remove obsolete Postgres drivers from the package (but not the setup code) # remove obsolete Postgres drivers from the package (but not the setup code)
rm -f $RPM_BUILD_ROOT%{_libdir}/libodbcpsql.so* rm -f $RPM_BUILD_ROOT%{_libdir}/libodbcpsql.so*
@ -127,7 +127,7 @@ done
%files -f base-so-list %files -f base-so-list
%doc README COPYING AUTHORS ChangeLog NEWS doc %doc README COPYING AUTHORS ChangeLog NEWS doc
%doc README.fedora %doc README.dist
%config(noreplace) %{_sysconfdir}/odbc* %config(noreplace) %{_sysconfdir}/odbc*
%{_bindir}/odbcinst %{_bindir}/odbcinst
%{_bindir}/isql %{_bindir}/isql
@ -144,6 +144,9 @@ done
%postun -p /sbin/ldconfig %postun -p /sbin/ldconfig
%changelog %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 * Thu Oct 24 2013 Jan Stanek <jstanek@redhat.com> - 2.3.2-2
- Add man page describing enviromental variables (#991018) - Add man page describing enviromental variables (#991018)