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]
|
||||
Name=DataManager
|
||||
Comment=Application finder
|
||||
Comment=ODBC Data Source Browsing Tool
|
||||
Exec=DataManager
|
||||
Icon=LinuxODBC.xpm
|
||||
MiniIcon=odbc.xpm
|
||||
Type=Application
|
||||
Terminal=0
|
||||
Categories=X-Red-Hat-Extra;
|
||||
|
@ -1,8 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Name=ODBCConfig
|
||||
Comment=Application finder
|
||||
Name=ODBC Data Source Administrator
|
||||
Comment=ODBC Data Source Administraton Tool
|
||||
Exec=ODBCConfig
|
||||
Icon=LinuxODBC.xpm
|
||||
MiniIcon=odbc.xpm
|
||||
Type=Application
|
||||
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.
|
||||
Name: unixODBC
|
||||
Version: 2.2.0
|
||||
Release: 5a
|
||||
Version: 2.2.2
|
||||
Release: 1
|
||||
License: LGPL
|
||||
Group: System Environment/Libraries
|
||||
Source: http://www.unixODBC.org/%{name}-%{version}.tar.gz
|
||||
@ -12,7 +12,6 @@ URL: http://www.unixODBC.org/
|
||||
Conflicts: iodbc
|
||||
BuildPrereq: kdelibs-devel qt-devel libmng-devel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
ExclusiveArch: i386 s390 s390x
|
||||
|
||||
%description
|
||||
Install unixODBC if you want to access databases through ODBC. This
|
||||
@ -58,15 +57,15 @@ export QTDIR=
|
||||
. /etc/profile.d/qt.sh
|
||||
|
||||
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
|
||||
|
||||
%makeinstall
|
||||
install -m644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}
|
||||
install -m644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/X11/applnk/System
|
||||
install -m644 %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/X11/applnk/System
|
||||
install -m644 %{SOURCE2} $RPM_BUILD_ROOT/usr/share/applications
|
||||
install -m644 %{SOURCE3} $RPM_BUILD_ROOT/usr/share/applications
|
||||
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-list2
|
||||
|
||||
@ -92,7 +91,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/ODBCConfig
|
||||
%{_bindir}/DataManager
|
||||
/etc/X11/applnk/System/*
|
||||
/usr/share/applications/*
|
||||
%{_libdir}/libodbcinstQ*so
|
||||
%{_libdir}/libodbcinstQ*so.*
|
||||
|
||||
@ -105,6 +104,23 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%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
|
||||
- rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user