From bef41f3b075da68742d87eead01ee89508a1f569 Mon Sep 17 00:00:00 2001 From: Chris E Ferron Date: Mon, 12 Nov 2012 13:19:23 -0800 Subject: [PATCH] inital packaging commit --- packaging/gnome-common.spec | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 packaging/gnome-common.spec diff --git a/packaging/gnome-common.spec b/packaging/gnome-common.spec new file mode 100644 index 0000000..42adc36 --- /dev/null +++ b/packaging/gnome-common.spec @@ -0,0 +1,43 @@ +Name: gnome-common +BuildRequires: pkg-config +Requires: autoconf +Requires: automake +Requires: gettext-tools +Requires: glib2-devel +Requires: intltool +Requires: libtool +Requires: pkg-config +Summary: Common Files to Build GNOME +License: GPL-2.0+ +Group: System/GUI/GNOME +Version: 3.4.0.1 +Release: 0 +Source: http://download.gnome.org/sources/gnome-common/3.4/%{name}-%{version}.tar.xz +Patch1: gnome-common-am112.patch +Url: http://www.gnome.org/ +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildArch: noarch + +%description +Gnome-common includes files used by to build GNOME and GNOME applications. + +%prep +%setup -q +%patch -P 1 -p1 + +%build +%configure +make %{?_smp_mflags} + +%install +%make_install + +%files +%defattr (-, root, root) +%doc COPYING ChangeLog README +%{_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/ -- 2.7.4