]> git.pld-linux.org Git - packages/gtksourceview3.git/commitdiff
- versioned gtk+3 dependency, pl for glade3- package auto/th/gtksourceview3-3.6.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 27 Sep 2012 13:49:00 +0000 (15:49 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 27 Sep 2012 13:49:00 +0000 (15:49 +0200)
gtksourceview3.spec

index a973e8324c2fd7677cd645914f17f18271d88c1b..d18123b7793a8f777cbc3d3dd96c9eeefbe72c59 100644 (file)
@@ -7,7 +7,7 @@ Summary(pl.UTF-8):      Widget tekstowy rozszerzajÄ…cy standardowy z GTK+ 3.x
 Name:          gtksourceview3
 Version:       3.6.0
 Release:       1
-License:       GPL v2+ and LGPL v2+
+License:       LGPL v2+ (library), GPL v2+ (some language specs files)
 Group:         X11/Libraries
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/gtksourceview/3.6/gtksourceview-%{version}.tar.xz
 # Source0-md5: b61bfe57e0b76ad38532e457c200ce2a
@@ -32,6 +32,7 @@ BuildRequires:        rpm-pythonprov
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
 Requires:      glib2 >= 1:2.32.0
+Requires:      gtk+3 >= 3.4.0
 Requires:      libxml2 >= 1:2.6.31
 # sr@Latn vs. sr@latin
 Conflicts:     glibc-misc < 6:2.7
@@ -89,12 +90,17 @@ Statyczna biblioteka GtkSourceView.
 
 %package -n glade3-gtksourceview
 Summary:       Glade3 catalog entry for GtkSourceView library
+Summary(pl.UTF-8):     Wpis katalogu Glade3 dla biblioteki GtkSourceView
 Group:         X11/Development/Libraries
 Requires:      %{name}-devel = %{version}-%{release}
+Requires:      libgladeui >= 3.9.0
 
 %description -n glade3-gtksourceview
 Glade3 catalog entry for GtkSourceView library.
 
+%description -n glade3-gtksourceview -l pl.UTF-8
+Wpis katalogu Glade3 dla biblioteki GtkSourceView.
+
 %prep
 %setup -q -n gtksourceview-%{version}
 
@@ -107,12 +113,12 @@ Glade3 catalog entry for GtkSourceView library.
 %{__autoheader}
 %{__automake}
 %configure \
-       --enable-gtk-doc \
-       --enable-static \
-       --with-html-dir=%{_gtkdocdir} \
        %{__enable glade glade-catalog} \
+       --enable-gtk-doc \
        --enable-providers \
-       --disable-silent-rules
+       --disable-silent-rules \
+       --enable-static \
+       --with-html-dir=%{_gtkdocdir}
 %{__make}
 
 %install
This page took 0.035528 seconds and 4 git commands to generate.