3.0.0
This commit is contained in:
parent
25120137f1
commit
5df9d12172
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@ gtk+-2.90.5.tar.bz2
|
||||
/gtk+-2.99.1.tar.bz2
|
||||
/gtk+-2.99.2.tar.bz2
|
||||
/gtk+-2.99.3.tar.bz2
|
||||
/gtk+-3.0.0.tar.bz2
|
||||
|
21
gtk3.spec
21
gtk3.spec
@ -10,17 +10,14 @@
|
||||
|
||||
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
|
||||
Name: gtk3
|
||||
Version: 2.99.3
|
||||
Release: 2%{?dist}
|
||||
Version: 3.0.0
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.gtk.org
|
||||
#VCS: git:git://git.gnome.org/gtk+
|
||||
Source: http://download.gnome.org/sources/gtk+/2.99/gtk+-%{version}.tar.bz2
|
||||
Source: http://download.gnome.org/sources/gtk+/3.0/gtk+-%{version}.tar.bz2
|
||||
Source1: im-cedilla.conf
|
||||
Patch0: gtk3-build-fix.patch
|
||||
Patch1: 0001-Fix-another-GtkFixed-regression-in-gtk_fixed_forall.patch
|
||||
Patch2: buildable-regression.patch
|
||||
|
||||
BuildRequires: gnome-common autoconf automake intltool gettext
|
||||
BuildRequires: atk-devel >= %{atk_version}
|
||||
@ -113,9 +110,6 @@ widget toolkit.
|
||||
|
||||
%prep
|
||||
%setup -q -n gtk+-%{version}
|
||||
%patch0 -p1 -b .build-fix
|
||||
%patch1 -p1 -b .fixed-destroy
|
||||
%patch2 -p1 -b .buildable-regression
|
||||
|
||||
%build
|
||||
|
||||
@ -137,12 +131,6 @@ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
||||
|
||||
make # %{?_smp_mflags}
|
||||
|
||||
# truncate NEWS
|
||||
awk '/^Overview of Changes/ { seen+=1 }
|
||||
{ if (seen < 2) print }
|
||||
{ if (seen == 2) { print "For older news, see http://git.gnome.org/cgit/gtk+/plain/NEWS"; exit } }' NEWS > tmp; mv tmp NEWS
|
||||
|
||||
|
||||
%install
|
||||
make install DESTDIR=$RPM_BUILD_ROOT \
|
||||
RUN_QUERY_IMMODULES_TEST=false
|
||||
@ -252,6 +240,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
|
||||
%{_datadir}/gtk-doc
|
||||
|
||||
%changelog
|
||||
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.0-1
|
||||
- Update to 3.0.0
|
||||
|
||||
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.99.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user