1.7.12
This commit is contained in:
parent
d7cad20cc4
commit
2799025e45
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@ clutter-1.6.12.tar.bz2
|
||||
/clutter-1.7.4.tar.bz2
|
||||
/clutter-1.7.6.tar.xz
|
||||
/clutter-1.7.10.tar.xz
|
||||
/clutter-1.7.12.tar.xz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: clutter
|
||||
Version: 1.7.10
|
||||
Version: 1.7.12
|
||||
Release: 1%{?dist}
|
||||
Summary: Open Source software library for creating rich graphical user interfaces
|
||||
|
||||
@ -8,7 +8,6 @@ License: LGPLv2+
|
||||
URL: http://www.clutter-project.org/
|
||||
#VCS: git://git.clutter-project.org/clutter#master
|
||||
Source0: http://www.clutter-project.org/sources/%{name}/1.7/%{name}-%{version}.tar.xz
|
||||
Patch0: clutter-fixdso.patch
|
||||
|
||||
BuildRequires: glib2-devel mesa-libGL-devel pkgconfig pango-devel
|
||||
BuildRequires: cairo-gobject-devel gdk-pixbuf2-devel atk-devel
|
||||
@ -55,7 +54,6 @@ This package contains documentation for clutter.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .fixdso
|
||||
|
||||
%build
|
||||
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
|
||||
@ -100,6 +98,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
%{_datadir}/gtk-doc/html/cally
|
||||
|
||||
%changelog
|
||||
* Wed Aug 31 2011 Matthias Clasen <mclasen@redhat.com> - 1.7.12-1
|
||||
- Update to 1.7.12
|
||||
|
||||
* Thu Aug 18 2011 Matthias Clasen <mclasen@redhat.com> - 1.7.10-1
|
||||
- Update to 1.7.10
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user