1.7.14
This commit is contained in:
commit
9174e33e46
7
.gitignore
vendored
7
.gitignore
vendored
@ -1,6 +1 @@
|
||||
clutter-1.6.12.tar.bz2
|
||||
/clutter-1.6.14.tar.bz2
|
||||
/clutter-1.6.16.tar.bz2
|
||||
/clutter-1.7.4.tar.bz2
|
||||
/clutter-1.7.6.tar.xz
|
||||
/clutter-1.7.8.tar.xz
|
||||
/clutter-1.7.*.tar.xz
|
||||
|
16
clutter.spec
16
clutter.spec
@ -1,5 +1,5 @@
|
||||
Name: clutter
|
||||
Version: 1.7.8
|
||||
Version: 1.7.14
|
||||
Release: 1%{?dist}
|
||||
Summary: Open Source software library for creating rich graphical user interfaces
|
||||
|
||||
@ -7,7 +7,6 @@ Group: Development/Libraries
|
||||
License: LGPLv2+
|
||||
URL: http://www.clutter-project.org/
|
||||
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
|
||||
@ -50,7 +49,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;
|
||||
@ -78,14 +76,12 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files -f clutter-1.0.lang
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING NEWS README
|
||||
%{_libdir}/*.so.0
|
||||
%{_libdir}/*.so.0.*
|
||||
%{_libdir}/girepository-1.0/*.typelib
|
||||
|
||||
%files devel
|
||||
%defattr(-, root, root)
|
||||
%doc ChangeLog
|
||||
%{_includedir}/*
|
||||
%{_libdir}/*.so
|
||||
@ -93,11 +89,19 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
%{_datadir}/gir-1.0/*.gir
|
||||
|
||||
%files doc
|
||||
%defattr(-, root, root)
|
||||
%{_datadir}/gtk-doc/html/clutter
|
||||
%{_datadir}/gtk-doc/html/cally
|
||||
|
||||
%changelog
|
||||
* Mon Sep 5 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 1.7.14-1
|
||||
- Update to 1.7.14
|
||||
|
||||
* 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
|
||||
|
||||
* Mon Aug 15 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 1.7.8-1
|
||||
- Update to 1.7.8
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user