Name: gnome-common Summary: Useful things common to building gnome packages from scratch Version: 2.28.0 Release: 1 Group: Development/Tools License: GPLv2 URL: http://developer.gnome.org Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.28/%{name}-%{version}.tar.bz2 Requires: pkgconfig BuildRequires: pkgconfig BuildRoot: %{_tmppath}/%{name}-%{version}-build %description This package contains sample files that should be used to develop pretty much every GNOME application. The programs included here are not needed for running gnome apps or building ones from distributed tarballs. They are only useful for compiling from CVS sources or when developing the build infrastructure for a GNOME application. %prep %setup -q -n %{name}-%{version} %build %configure --disable-static # Call make instruction with smp support make %{?jobs:-j%jobs} %install rm -rf %{buildroot} %make_install %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README COPYING ChangeLog %{_bindir}/* %{_datadir}/aclocal/* %{_datadir}/%{name}