auto-import changelog data from unixODBC-2.2.2-1.src.rpm
Mon Jul 22 2002 Trond Eivind Glomsrd <teg@redhat.com> 2.2.2-1 - 2.2.2 - desktop file changes (# 69371) Fri Jun 21 2002 Tim Powers <timp@redhat.com> - automated rebuild Sun May 26 2002 Tim Powers <timp@redhat.com> - automated rebuild Mon May 20 2002 Trond Eivind Glomsrd <teg@redhat.com> 2.2.1-1 - 2.2.1 - Reenable other archs, as this should now build on 64 bit archs Sun May 19 2002 Florian La Roche <Florian.LaRoche@redhat.de> - add at least mainframe; should this really be a i386-only rpm?
This commit is contained in:
parent
c44e6af5d3
commit
09b5434ace
@ -1 +1 @@
|
|||||||
unixODBC-2.2.0.tar.gz
|
unixODBC-2.2.2.tar.gz
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=DataManager
|
Name=DataManager
|
||||||
Comment=Application finder
|
Comment=ODBC Data Source Browsing Tool
|
||||||
Exec=DataManager
|
Exec=DataManager
|
||||||
Icon=LinuxODBC.xpm
|
Icon=LinuxODBC.xpm
|
||||||
MiniIcon=odbc.xpm
|
MiniIcon=odbc.xpm
|
||||||
Type=Application
|
Type=Application
|
||||||
Terminal=0
|
Terminal=0
|
||||||
|
Categories=X-Red-Hat-Extra;
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=ODBCConfig
|
Name=ODBC Data Source Administrator
|
||||||
Comment=Application finder
|
Comment=ODBC Data Source Administraton Tool
|
||||||
Exec=ODBCConfig
|
Exec=ODBCConfig
|
||||||
Icon=LinuxODBC.xpm
|
Icon=LinuxODBC.xpm
|
||||||
MiniIcon=odbc.xpm
|
MiniIcon=odbc.xpm
|
||||||
Type=Application
|
Type=Application
|
||||||
Terminal=0
|
Terminal=0
|
||||||
|
Categories=X-Red-Hat-Extra;
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
ef280d18e855b55592a2472679382008 unixODBC-2.2.0.tar.gz
|
cbd9305c06b315effb970f843df8ac1c unixODBC-2.2.2.tar.gz
|
||||||
|
@ -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.2.0
|
Version: 2.2.2
|
||||||
Release: 5a
|
Release: 1
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source: http://www.unixODBC.org/%{name}-%{version}.tar.gz
|
Source: http://www.unixODBC.org/%{name}-%{version}.tar.gz
|
||||||
@ -12,7 +12,6 @@ URL: http://www.unixODBC.org/
|
|||||||
Conflicts: iodbc
|
Conflicts: iodbc
|
||||||
BuildPrereq: kdelibs-devel qt-devel libmng-devel
|
BuildPrereq: kdelibs-devel qt-devel libmng-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
ExclusiveArch: i386 s390 s390x
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Install unixODBC if you want to access databases through ODBC. This
|
Install unixODBC if you want to access databases through ODBC. This
|
||||||
@ -58,15 +57,15 @@ export QTDIR=
|
|||||||
. /etc/profile.d/qt.sh
|
. /etc/profile.d/qt.sh
|
||||||
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/X11/applnk/System
|
mkdir -p $RPM_BUILD_ROOT/usr/share/applications
|
||||||
mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons
|
mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons
|
||||||
|
|
||||||
%makeinstall
|
%makeinstall
|
||||||
install -m644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}
|
install -m644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}
|
||||||
install -m644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/X11/applnk/System
|
install -m644 %{SOURCE2} $RPM_BUILD_ROOT/usr/share/applications
|
||||||
install -m644 %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/X11/applnk/System
|
install -m644 %{SOURCE3} $RPM_BUILD_ROOT/usr/share/applications
|
||||||
cp DataManager/LinuxODBC.xpm $RPM_BUILD_ROOT%{_datadir}/icons
|
cp DataManager/LinuxODBC.xpm $RPM_BUILD_ROOT%{_datadir}/icons
|
||||||
cp DataManager/odbc.xpm $RPM_BUILD_ROOT%{_datadir}/icons
|
cp DataManager/ODBC.xpm $RPM_BUILD_ROOT%{_datadir}/icons/odbc.xpm
|
||||||
find $RPM_BUILD_ROOT/%{_libdir} -name "*.so.*" |sed "s|$RPM_BUILD_ROOT||" |grep -i -v libodbcinstQ > foo-list
|
find $RPM_BUILD_ROOT/%{_libdir} -name "*.so.*" |sed "s|$RPM_BUILD_ROOT||" |grep -i -v libodbcinstQ > foo-list
|
||||||
find $RPM_BUILD_ROOT/%{_libdir} -name "*.so" |sed "s|$RPM_BUILD_ROOT||" |grep -i -v libodbcinstQ > foo-list2
|
find $RPM_BUILD_ROOT/%{_libdir} -name "*.so" |sed "s|$RPM_BUILD_ROOT||" |grep -i -v libodbcinstQ > foo-list2
|
||||||
|
|
||||||
@ -92,7 +91,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/ODBCConfig
|
%{_bindir}/ODBCConfig
|
||||||
%{_bindir}/DataManager
|
%{_bindir}/DataManager
|
||||||
/etc/X11/applnk/System/*
|
/usr/share/applications/*
|
||||||
%{_libdir}/libodbcinstQ*so
|
%{_libdir}/libodbcinstQ*so
|
||||||
%{_libdir}/libodbcinstQ*so.*
|
%{_libdir}/libodbcinstQ*so.*
|
||||||
|
|
||||||
@ -105,6 +104,23 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 22 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.2-1
|
||||||
|
- 2.2.2
|
||||||
|
- desktop file changes (# 69371)
|
||||||
|
|
||||||
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
||||||
|
- automated rebuild
|
||||||
|
|
||||||
|
* Sun May 26 2002 Tim Powers <timp@redhat.com>
|
||||||
|
- automated rebuild
|
||||||
|
|
||||||
|
* Mon May 20 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.1-1
|
||||||
|
- 2.2.1
|
||||||
|
- Reenable other archs, as this should now build on 64 bit archs
|
||||||
|
|
||||||
|
* Sun May 19 2002 Florian La Roche <Florian.LaRoche@redhat.de>
|
||||||
|
- add at least mainframe; should this really be a i386-only rpm?
|
||||||
|
|
||||||
* Wed Apr 17 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.2.0-5
|
* Wed Apr 17 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.2.0-5
|
||||||
- rebuild
|
- rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user