Update to 3.14.0
- Remove the unrecognized --disable-scrollkeeper option
This commit is contained in:
parent
6f30544b39
commit
d1b7880c5f
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/glade-3.12.0.tar.xz
|
||||
/glade-3.12.1.tar.xz
|
||||
/glade-3.13.0.tar.xz
|
||||
/glade-3.14.0.tar.xz
|
||||
|
14
glade.spec
14
glade.spec
@ -1,6 +1,6 @@
|
||||
Name: glade
|
||||
Version: 3.13.0
|
||||
Release: 2%{?dist}
|
||||
Version: 3.14.0
|
||||
Release: 1%{?dist}
|
||||
Summary: User Interface Designer for GTK+ and GNOME
|
||||
|
||||
# - /usr/bin/glade is GPLv2+
|
||||
@ -9,7 +9,7 @@ Summary: User Interface Designer for GTK+ and GNOME
|
||||
# GPLv2+ and LGPLv2+ code, so the resulting binaries are GPLv2+
|
||||
License: GPLv2+ and LGPLv2+
|
||||
URL: http://glade.gnome.org/
|
||||
Source0: http://ftp.gnome.org/pub/GNOME/sources/glade/3.13/glade-%{version}.tar.xz
|
||||
Source0: http://ftp.gnome.org/pub/GNOME/sources/glade/3.14/glade-%{version}.tar.xz
|
||||
|
||||
BuildRequires: chrpath
|
||||
BuildRequires: desktop-file-utils
|
||||
@ -61,9 +61,7 @@ developing applications that use Glade widget library.
|
||||
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--disable-static \
|
||||
--disable-scrollkeeper
|
||||
%configure --disable-static
|
||||
|
||||
# Omit unused direct shared library dependencies.
|
||||
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
||||
@ -130,6 +128,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
%doc %{_datadir}/gtk-doc/
|
||||
|
||||
%changelog
|
||||
* Wed Sep 19 2012 Kalev Lember <kalevlember@gmail.com> - 3.14.0-1
|
||||
- Update to 3.14.0
|
||||
- Remove the unrecognized --disable-scrollkeeper option
|
||||
|
||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user