[librcc/el6] el6 hasn't gtk3

ivanromanov ivanromanov at fedoraproject.org
Wed Jan 30 18:32:53 UTC 2013


commit b9ab37ec310b90813e94051ba73c7b5137339fcb
Author: Ivan Romanov <drizt at land.ru>
Date:   Thu Jan 31 00:32:35 2013 +0600

    el6 hasn't gtk3

 librcc.spec |   24 ++++--------------------
 1 files changed, 4 insertions(+), 20 deletions(-)
---
diff --git a/librcc.spec b/librcc.spec
index bbdc3ae..9f6d3a4 100644
--- a/librcc.spec
+++ b/librcc.spec
@@ -1,6 +1,6 @@
 Name:           librcc
 Version:        0.2.10
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        RusXMMS Charset Conversion Library
 
 License:        LGPLv2+
@@ -12,7 +12,6 @@ BuildRequires:  libxml2-devel
 BuildRequires:  enca-devel
 BuildRequires:  gtk+-devel
 BuildRequires:  gtk2-devel
-BuildRequires:  gtk3-devel
 BuildRequires:  aspell-devel
 
 %description
@@ -53,21 +52,11 @@ Group:          System Environment/Libraries
 The %{name}-gtk2 package contains GTK2 bindings for RusXMMS Encoding
 Conversion Library
 
-%package        gtk3
-Summary:        RusXMMS Encoding Conversion Library GTK3 bindings
-Requires:       %{name}%{?_isa} = %{version}-%{release}
-Group:          System Environment/Libraries
-
-%description    gtk3
-The %{name}-gtk3 package contains GTK3 bindings for RusXMMS Encoding
-Conversion Library
-
 %package        devel
 Summary:        Development files for %{name}
 Requires:       %{name}%{?_isa} = %{version}-%{release}
 Requires:       %{name}-gtk+%{?_isa} = %{version}-%{release}
 Requires:       %{name}-gtk2%{?_isa} = %{version}-%{release}
-Requires:       %{name}-gtk3%{?_isa} = %{version}-%{release}
 Group:          Development/Libraries
 
 %description    devel
@@ -109,10 +98,6 @@ find $RPM_BUILD_ROOT -name '*.la' -delete
 
 %postun gtk2 -p /sbin/ldconfig
 
-%post gtk3 -p /sbin/ldconfig
-
-%postun gtk3 -p /sbin/ldconfig
-
 %files
 %doc COPYING NEWS AUTHORS README
 %{_libdir}/librcc.so.*
@@ -126,9 +111,6 @@ find $RPM_BUILD_ROOT -name '*.la' -delete
 %files gtk2
 %{_libdir}/librccgtk2.so.*
 
-%files gtk3
-%{_libdir}/librccgtk3.so.*
-
 %files devel
 %doc examples
 %{_includedir}/librcc*.h
@@ -137,9 +119,11 @@ find $RPM_BUILD_ROOT -name '*.la' -delete
 %{_libdir}/librccui.so
 %{_libdir}/librccgtk.so
 %{_libdir}/librccgtk2.so
-%{_libdir}/librccgtk3.so
 
 %changelog
+* Wed Jan 30 2013 Ivan Romanov <drizt at land.ru> - 0.2.10-2
+- el6 hasn't gtk3
+
 * Wed Jan 30 2013 Ivan Romanov <drizt at land.ru> - 0.2.10-1
 - updated to 0.2.10
 - dropped patches (applied by upstream)


More information about the scm-commits mailing list