mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
Fix rpmgroup.
Cosmetics.
This commit is contained in:
@@ -4,22 +4,22 @@
|
||||
%if "%{_prefix}" != "/usr"
|
||||
%define name @rpmprefix@autoconf-rtems
|
||||
%else
|
||||
%define name %{autoconf}
|
||||
%define name autoconf
|
||||
%endif
|
||||
|
||||
|
||||
Name: %{name}
|
||||
License: GPL
|
||||
URL: http://www.gnu.org/software/autoconf
|
||||
Group: @rpmgroup@
|
||||
Version: %{rpmvers}
|
||||
Release: @AUTOCONF_RPMREL@%{?dist}
|
||||
Summary: Tool for automatically generating GNU style Makefile.in's
|
||||
Name: %{name}
|
||||
License: GPL
|
||||
URL: http://www.gnu.org/software/autoconf
|
||||
Group: Development/Tools
|
||||
Version: %{rpmvers}
|
||||
Release: @AUTOCONF_RPMREL@%{?dist}
|
||||
Summary: Tool for automatically generating GNU style Makefile.in's
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl m4 gawk emacs
|
||||
Requires: m4 gawk
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl m4 gawk emacs
|
||||
Requires: m4 gawk
|
||||
Requires(post): /sbin/install-info
|
||||
Requires(preun): /sbin/install-info
|
||||
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
#
|
||||
# spec file for automake
|
||||
#
|
||||
|
||||
%define rpmvers 1.9.6
|
||||
%define srcvers 1.9.6
|
||||
%define amvers 1.9
|
||||
@@ -14,20 +10,20 @@
|
||||
%define requirements autoconf >= 2.60
|
||||
%endif
|
||||
|
||||
Name: %{name}
|
||||
URL: http://sources.redhat.com/automake
|
||||
License: GPL
|
||||
Group: @rpmgroup@
|
||||
Version: %{rpmvers}
|
||||
Release: @AUTOMAKE_RPMREL@%{?dist}
|
||||
Summary: Tool for automatically generating GNU style Makefile.in's
|
||||
Name: %{name}
|
||||
URL: http://sources.redhat.com/automake
|
||||
License: GPL
|
||||
Group: Development/Tools
|
||||
Version: %{rpmvers}
|
||||
Release: @AUTOMAKE_RPMREL@%{?dist}
|
||||
Summary: Tool for automatically generating GNU style Makefile.in's
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildArch: noarch
|
||||
BuildArch: noarch
|
||||
BuildRequires: %{requirements} perl help2man
|
||||
Requires: %{requirements}
|
||||
Requires(post): /sbin/install-info
|
||||
Requires(preun): /sbin/install-info
|
||||
Requires: %{requirements}
|
||||
Requires(post): /sbin/install-info
|
||||
Requires(preun):/sbin/install-info
|
||||
|
||||
Source0: ftp://ftp.gnu.org/gnu/automake/automake-%{srcvers}.tar.bz2
|
||||
Patch0: automake-1.8.1-rtems-20040112-1.diff
|
||||
|
||||
Reference in New Issue
Block a user