Accepting request 94746 from Base:System
add automake to buildrequires (forwarded request 94736 from coolo) OBS-URL: https://build.opensuse.org/request/show/94746 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/findutils?expand=0&rev=31
This commit is contained in:
commit
738ddf8bc6
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 1 15:47:34 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
- add automake as buildrequire to avoid implicit dependency
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de
|
Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
@ -15,14 +15,12 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: findutils
|
Name: findutils
|
||||||
Url: http://www.gnu.org/software/findutils/
|
Url: http://www.gnu.org/software/findutils/
|
||||||
License: GPLv3+
|
License: GPL-3.0+
|
||||||
Group: Productivity/File utilities
|
Group: Productivity/File utilities
|
||||||
Version: 4.4.2
|
Version: 4.4.2
|
||||||
Release: 14
|
Release: 0
|
||||||
Summary: The GNU versions of find utilities (find and xargs)
|
Summary: The GNU versions of find utilities (find and xargs)
|
||||||
# retreived from http://ftp.gnu.org/pub/gnu/findutils/findutils-4.4.2.tar.gz
|
# retreived from http://ftp.gnu.org/pub/gnu/findutils/findutils-4.4.2.tar.gz
|
||||||
Source: findutils-%{version}.tar.bz2
|
Source: findutils-%{version}.tar.bz2
|
||||||
@ -45,6 +43,7 @@ Patch5: findutils-4.4.2-updatedb.patch
|
|||||||
Patch6: findutils-prune_unknown.patch
|
Patch6: findutils-prune_unknown.patch
|
||||||
Patch7: findutils-updatedb_ignore_nfsv4.patch
|
Patch7: findutils-updatedb_ignore_nfsv4.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
BuildRequires: automake
|
||||||
%if 0%{?suse_version} > 1100
|
%if 0%{?suse_version} > 1100
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
%endif
|
%endif
|
||||||
@ -67,9 +66,7 @@ useful for finding things on your system.
|
|||||||
|
|
||||||
%lang_package
|
%lang_package
|
||||||
%package locate
|
%package locate
|
||||||
License: GPLv3+
|
|
||||||
Summary: Tool for Locating Files (findutils subpackage)
|
Summary: Tool for Locating Files (findutils subpackage)
|
||||||
Group: Productivity/File utilities
|
|
||||||
Provides: findutils:/usr/bin/locate
|
Provides: findutils:/usr/bin/locate
|
||||||
PreReq: %{fillup_prereq}
|
PreReq: %{fillup_prereq}
|
||||||
Requires: cron findutils = %{version}
|
Requires: cron findutils = %{version}
|
||||||
|
Loading…
Reference in New Issue
Block a user