diff options
author | François Andriot <albator78@libertysurf.fr> | 2014-11-07 20:27:45 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2014-11-07 20:27:45 +0100 |
commit | e0f965a0914de795282aaef01dc3f5a5bfe37aa6 (patch) | |
tree | 9f35ab9850356d23fff2effb0fee8e185afdba1c | |
parent | e1a4edd4a7077d597cc16e97f4a5b68ee9531231 (diff) | |
download | tde-packaging-e0f965a0914de795282aaef01dc3f5a5bfe37aa6.tar.gz tde-packaging-e0f965a0914de795282aaef01dc3f5a5bfe37aa6.zip |
RPM packaging: update tdebindings
-rw-r--r-- | redhat/tdebindings/tdebindings-14.0.0.spec | 29 |
1 files changed, 16 insertions, 13 deletions
diff --git a/redhat/tdebindings/tdebindings-14.0.0.spec b/redhat/tdebindings/tdebindings-14.0.0.spec index 9fc775f48..b61bdc3cc 100644 --- a/redhat/tdebindings/tdebindings-14.0.0.spec +++ b/redhat/tdebindings/tdebindings-14.0.0.spec @@ -51,7 +51,7 @@ Name: trinity-%{tde_pkg} Summary: TDE bindings to non-C++ languages Version: %{tde_version} Release: %{?!preversion:1}%{?preversion:0_%{preversion}}%{?dist}%{?_variant} -Group: User Interface/Desktops +Group: System/GUI/Other URL: http://www.trinitydesktop.org/ %if 0%{?suse_version} @@ -115,8 +115,11 @@ BuildRequires: gtk2-devel BuildRequires: mozilla-xulrunner20-devel %endif +# OPENSSL support +BuildRequires: openssl-devel + # GTK1 support -%if 0%{?fedora} || 0%{?rhel} +%if 0%{?fedora} || 0%{?with_gtk1} %define with_gtk1 1 BuildRequires: glib-devel BuildRequires: gtk+-devel @@ -559,7 +562,7 @@ This package is part of the official TDE bindings module. %package -n trinity-perl-dcop Summary: DCOP Bindings for Perl -Group: Development/Libraries +Group: Development/Libraries/Perl Obsoletes: trinity-kdebindings-dcopperl < %{version}-%{release} Provides: trinity-kdebindings-dcopperl = %{version}-%{release} @@ -765,7 +768,7 @@ This package is part of the official TDE bindings module. %package -n trinity-libqt0-ruby Summary: Qt bindings for Ruby [Trinity] -Group: Environment/Libraries +Group: Development/Languages/Other Requires: ruby %description -n trinity-libqt0-ruby @@ -802,7 +805,7 @@ This package is part of the official TDE bindings module. %if 0 %package -n trinity-kmozilla Summary: Kmozilla for TDE -Group: Environment/Libraries +Group: Development/Languages/Other %description -n trinity-kmozilla %{summary} @@ -820,7 +823,7 @@ Group: Environment/Libraries %package -n trinity-xpart-notepad Summary: A small XPart editor -Group: Applications/Utilities +Group: Development/Languages/Other %description -n trinity-xpart-notepad xpart_notepad is a small XPart editor. Use it to understand how to use XPart. @@ -846,7 +849,7 @@ xpart_notepad is a small XPart editor. Use it to understand how to use XPart. %if 0%{?with_gtk1} %package -n trinity-libgtkxparts1 Summary: Xparts library for GTK -Group: Environment/Libraries +Group: Development/Languages/Other %description -n trinity-libgtkxparts1 %{summary} @@ -867,7 +870,7 @@ Group: Environment/Libraries %package -n trinity-libtdexparts Summary: Xparts library for TDE -Group: Environment/Libraries +Group: Development/Languages/Other Obsoletes: trinity-libkdexparts1 < %{version}-%{release} Provides: trinity-libkdexparts1 = %{version}-%{release} @@ -890,7 +893,7 @@ Provides: trinity-libkdexparts1 = %{version}-%{release} %package -n trinity-libxparts-devel Summary: Xparts development files -Group: Development/Libraries +Group: Development/Languages/Other %if 0%{?with_gtk1} Requires: trinity-libgtkxparts1 = %{version}-%{release} %endif @@ -917,7 +920,7 @@ Requires: trinity-libtdexparts = %{version}-%{release} %package xparts-extras Summary: Extra xparts for TDE [Trinity] -Group: Environment/Libraries +Group: Development/Languages/Other # Metapckage requires Requires: trinity-xpart-notepad = %{version}-%{release} @@ -940,7 +943,7 @@ This package is part of the official TDE bindings module. %package -n trinity-libdcop-c Summary: DCOP bindings for C [Trinity] -Group: Environment/Libraries +Group: Development/Languages/Other %description -n trinity-libdcop-c %{summary} @@ -959,7 +962,7 @@ Group: Environment/Libraries %package -n trinity-libdcop-c-devel Summary: DCOP bindings for C, development files [Trinity] -Group: Development/Libraries +Group: Development/Languages/Other Requires: trinity-libdcop-c = %{version}-%{release} %description -n trinity-libdcop-c-devel @@ -981,7 +984,7 @@ Requires: trinity-libdcop-c = %{version}-%{release} %package devel Summary: Development files for %{name} -Group: Development/Libraries +Group: Development/Languages/Other Requires: trinity-tdelibs-devel >= %{tde_version} Requires: %{name} = %{version}-%{release} |