Requires: qt-settings

This commit is contained in:
Rex Dieter 2012-05-10 12:17:32 -05:00
parent 0a91dd0faf
commit 89569a2242
2 changed files with 5 additions and 11 deletions

View File

@ -1,3 +0,0 @@
[Qt]
font="Sans Serif,10,-1,5,50,0,0,0,0,0"

13
qt.spec
View File

@ -11,7 +11,7 @@ Summary: Qt toolkit
Name: qt Name: qt
Epoch: 1 Epoch: 1
Version: 4.8.1 Version: 4.8.1
Release: 9%{?dist} Release: 10%{?dist}
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
License: (LGPLv2 with exceptions or GPLv3 with exceptions) and ASL 2.0 and BSD and FTL and MIT License: (LGPLv2 with exceptions or GPLv3 with exceptions) and ASL 2.0 and BSD and FTL and MIT
@ -24,9 +24,6 @@ Obsoletes: qt4 < %{version}-%{release}
Provides: qt4 = %{version}-%{release} Provides: qt4 = %{version}-%{release}
%{?_isa:Provides: qt4%{?_isa} = %{version}-%{release}} %{?_isa:Provides: qt4%{?_isa} = %{version}-%{release}}
# default Qt config file
Source4: Trolltech.conf
# header file to workaround multilib issue # header file to workaround multilib issue
Source5: qconfig-multilib.h Source5: qconfig-multilib.h
@ -241,6 +238,7 @@ BuildRequires: freetds-devel
Obsoletes: qgtkstyle < 0.1 Obsoletes: qgtkstyle < 0.1
Provides: qgtkstyle = 0.1-1 Provides: qgtkstyle = 0.1-1
Requires: ca-certificates Requires: ca-certificates
Requires: qt-settings
%description %description
Qt is a software toolkit for developing applications. Qt is a software toolkit for developing applications.
@ -677,9 +675,6 @@ popd
echo "%{_qt4_libdir}" > %{buildroot}/etc/ld.so.conf.d/qt4-%{__isa_bits}.conf echo "%{_qt4_libdir}" > %{buildroot}/etc/ld.so.conf.d/qt4-%{__isa_bits}.conf
%endif %endif
# Trolltech.conf
install -p -m644 -D %{SOURCE4} %{buildroot}%{_qt4_sysconfdir}/Trolltech.conf
# qt4-logo (generic) icons # qt4-logo (generic) icons
install -p -m644 -D %{SOURCE30} %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/qt4-logo.png install -p -m644 -D %{SOURCE30} %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/qt4-logo.png
install -p -m644 -D %{SOURCE31} %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/qt4-logo.png install -p -m644 -D %{SOURCE31} %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/qt4-logo.png
@ -857,7 +852,6 @@ fi
%if "%{_qt4_sysconfdir}" != "%{_sysconfdir}" %if "%{_qt4_sysconfdir}" != "%{_sysconfdir}"
%dir %{_qt4_sysconfdir} %dir %{_qt4_sysconfdir}
%endif %endif
%config(noreplace) %{_qt4_sysconfdir}/Trolltech.conf
%{_qt4_datadir}/phrasebooks/ %{_qt4_datadir}/phrasebooks/
%{_qt4_libdir}/libQtCore.so.4* %{_qt4_libdir}/libQtCore.so.4*
%if 0%{?dbus:1} %if 0%{?dbus:1}
@ -1080,6 +1074,9 @@ fi
%changelog %changelog
* Thu May 10 2012 Rex Dieter <rdieter@fedoraproject.org> 4.8.1-10
- Requires: qt-settings
* Tue May 08 2012 Rex Dieter <rdieter@fedoraproject.org> 4.8.1-9 * Tue May 08 2012 Rex Dieter <rdieter@fedoraproject.org> 4.8.1-9
- rebuild (libtiff) - rebuild (libtiff)