gnome-common/gnome-common.spec
2019-12-14 18:54:31 +08:00

40 lines
970 B
RPMSpec

Name: gnome-common
Version: 3.18.0
Release: 7
Summary: Common to building GNOME packages
BuildArch: noarch
License: GPLv2+
URL: https://wiki.gnome.org/Projects/GnomeCommon
Source0: https://download.gnome.org/sources/%{name}/3.18/%{name}-%{version}.tar.xz
BuildRequires: pkgconfig
Requires: automake autoconf
Requires: autoconf-archive
Requires: gettext libtool
Requires: pkgconfig yelp-tools
%description
Gnome-common includes files used by to build GNOME and GNOME applications.
%prep
%autosetup -n %{name}-%{version} -p1
%build
%configure --with-autoconf-archive
%make_build
%install
%make_install
%files
%doc ChangeLog README
%license COPYING
%{_bindir}/gnome-autogen.sh
%{_datadir}/aclocal/*
%changelog
* Wed Nov 27 2019 hexiaowen <hexiaowen@huawei.com> - 3.18.0-7
- add --with-autoconf-archive
* Tue Aug 27 2019 hexiaowen <hexiaowen@huawei.com> - 3.18.0-1
- Package init.