Accepting request 99030 from GNOME:Factory

Pushing G:F

OBS-URL: https://build.opensuse.org/request/show/99030
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-common?expand=0&rev=22
This commit is contained in:
Stephan Kulow 2012-01-06 10:44:21 +00:00 committed by Git OBS Bridge
commit eb6468a814
2 changed files with 12 additions and 6 deletions

View File

@ -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

View File

@ -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