diff --git a/gnome-common.changes b/gnome-common.changes index eb8e581..54db4ad 100644 --- a/gnome-common.changes +++ b/gnome-common.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 22 09:39:23 UTC 2011 - vuntz@opensuse.org + +- Own %{_datadir}/aclocal to fix build without automake/autoconf. + ------------------------------------------------------------------- Fri Sep 9 12:07:25 UTC 2011 - vuntz@opensuse.org diff --git a/gnome-common.spec b/gnome-common.spec index f3dd5af..b81b0dd 100644 --- a/gnome-common.spec +++ b/gnome-common.spec @@ -15,8 +15,6 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: gnome-common BuildRequires: pkg-config @@ -32,10 +30,10 @@ Requires: libtool Requires: pkg-config Requires: yelp-tools Summary: Common Files to Build GNOME -Version: 3.1.0 -Release: 1 License: GPL-2.0+ Group: System/GUI/GNOME +Version: 3.1.0 +Release: 0 Source: http://download.gnome.org/sources/gnome-common/3.1/%{name}-%{version}.tar.bz2 Url: http://www.gnome.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -60,8 +58,11 @@ rm -rf $RPM_BUILD_ROOT %files %defattr (-, root, root) %doc COPYING ChangeLog README -%{_bindir}/* -%{_datadir}/aclocal/* +%{_bindir}/gnome-autogen.sh +%{_bindir}/gnome-doc-common +%dir %{_datadir}/aclocal +%{_datadir}/aclocal/gnome-common.m4 +%{_datadir}/aclocal/gnome-compiler-flags.m4 %{_datadir}/gnome-common/ %changelog