RHEL/Fedora: some more updates

pull/3/head
albator 13 years ago
parent db927c1b41
commit d86c76de1c

@ -5,7 +5,8 @@ dependencies/tqtinterface
dependencies/dbus-tqt dependencies/dbus-tqt
dependencies/arts dependencies/arts
trinity-desktop trinity-desktop
trinity-settings #trinity-settings
trinity-live
kdelibs kdelibs
kdebase kdebase
kdebindings kdebindings
@ -39,7 +40,7 @@ applications/filelight
applications/kdiff3 applications/kdiff3
#applications/kuickshow #applications/kuickshow
#applications/basket #applications/basket
applications/katapult #applications/katapult
#compizconfig-backend-kconfig #compizconfig-backend-kconfig
applications/kbookreader applications/kbookreader
applications/kdbusnotification applications/kdbusnotification
@ -49,3 +50,4 @@ applications/kdesudo
applications/digikam applications/digikam
applications/konversation applications/konversation
applications/ksensors applications/ksensors
applications/amarok

@ -2,7 +2,7 @@
%if "%{?version}" == "" %if "%{?version}" == ""
%define version 3.5.13 %define version 3.5.13
%endif %endif
%define release 1 %define release 2
# If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt". # If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt".
%if "%{?_prefix}" != "/usr" %if "%{?_prefix}" != "/usr"
@ -31,9 +31,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Source0: %{name}-%{version}.tar.gz Source0: %{name}-%{version}.tar.gz
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: dbus-qt-devel BuildRequires: dbus-devel
BuildRequires: tqtinterface-devel BuildRequires: tqtinterface-devel
Provides: dbus-qt
%description %description
Dbus TQT Interface Dbus TQT Interface
@ -42,6 +44,7 @@ Dbus TQT Interface
Requires: %{name} Requires: %{name}
Summary: %{name} - Development files Summary: %{name} - Development files
Group: Development/Libraries Group: Development/Libraries
Provides: dbus-qt-devel
%description devel %description devel
Development files for %{name} Development files for %{name}
@ -78,6 +81,9 @@ cd build
%{_libdir}/pkgconfig/*.pc %{_libdir}/pkgconfig/*.pc
%changelog %changelog
* Tue Nov 07 2011 Francois Andriot <francois.andriot@free.fr> - 3.5.13-2
- Updates BuildRequires
* Sun Oct 30 2011 Francois Andriot <francois.andriot@free.fr> - 3.5.13-1 * Sun Oct 30 2011 Francois Andriot <francois.andriot@free.fr> - 3.5.13-1
- Initial release for RHEL 6, RHEL 5 and Fedora 15 - Initial release for RHEL 6, RHEL 5 and Fedora 15

@ -43,9 +43,11 @@ if [ -z "${VERSION}" ]; then
select VERSION in $*; do break; done select VERSION in $*; do break; done
elif [ -r "${COMP}/$1" ]; then elif [ -r "${COMP}/$1" ]; then
VERSION="$1" VERSION="$1"
elif [ "${COMP}" = "trinity-live" ]; then
VERSION="3.5.13"
else else
echo "No source tarball found for '${COMP}' !" echo "No source tarball found for '${COMP}' !"
continue exit 0
fi fi
VERSION="${VERSION##${COMP##*/}-}" VERSION="${VERSION##${COMP##*/}-}"
VERSION="${VERSION%%.tar.gz}" VERSION="${VERSION%%.tar.gz}"

@ -2,7 +2,7 @@
%if "%{?version}" == "" %if "%{?version}" == ""
%define version 3.5.13 %define version 3.5.13
%endif %endif
%define release 3 %define release 4
# If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt". # If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt".
%if "%{?_prefix}" != "/usr" %if "%{?_prefix}" != "/usr"
@ -59,6 +59,8 @@ Patch6: kdebase-3.5.12-halmountoptions.patch
Patch7: kdebase-3.5.13-genkdmconf_Xsession_location.patch Patch7: kdebase-3.5.13-genkdmconf_Xsession_location.patch
# [kdebase/startkde] Hardcoded path '/usr/lib/xxx' in startkde, not suitable for x86_64 # [kdebase/startkde] Hardcoded path '/usr/lib/xxx' in startkde, not suitable for x86_64
Patch8: kdebase-3.5.13-startkde_ldpreload.patch Patch8: kdebase-3.5.13-startkde_ldpreload.patch
# [kdebase/kioslave/media/mediamanager] FTBFS missing dbus-tqt includes
Patch9: kdebase-3.5.13-mediamanager_ftbfs.patch
BuildRequires: tqtinterface-devel BuildRequires: tqtinterface-devel
BuildRequires: trinity-arts-devel BuildRequires: trinity-arts-devel
@ -180,7 +182,7 @@ Protocol handlers (KIOslaves) for personal information management, including:
%patch6 -p1 %patch6 -p1
%patch7 -p1 %patch7 -p1
%patch8 -p1 %patch8 -p1
%patch9 -p1
%build %build
unset QTDIR || : ; . /etc/profile.d/qt.sh unset QTDIR || : ; . /etc/profile.d/qt.sh
@ -519,6 +521,9 @@ update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
%{_datadir}/cmake/*.cmake %{_datadir}/cmake/*.cmake
%changelog %changelog
* Tue Nov 08 2011 Francois Andriot <francois.andriot@free.fr> - 3.5.13-4
- Fix FTBFS with dbus-tqt
* Thu Nov 03 2011 Francois Andriot <francois.andriot@free.fr> - 3.5.13-3 * Thu Nov 03 2011 Francois Andriot <francois.andriot@free.fr> - 3.5.13-3
- Add missing BuildRequires - Add missing BuildRequires

Loading…
Cancel
Save