Projects
Mega:24.09
findutils
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 3
View file
_service:tar_scm:findutils.spec
Changed
@@ -1,9 +1,9 @@ Name: findutils -Epoch: 1 +Epoch: 2 Version: 4.10.0 -Release: 1 +Release: 2 Summary: The GNU Find Utilities -License: GPLv3+ +License: GPL-3.0-or-later URL: http://www.gnu.org/software/findutils/ Source0: https://ftp.gnu.org/pub/gnu/findutils/%{name}-%{version}.tar.xz @@ -12,11 +12,10 @@ Patch1: 0001-findutils-xautofs.patch # rhbz #1252549 #1299169 Patch2: 0001-findutils-leaf-opt.patch +# # do not build locate +Patch3: findutils-4.5.15-no-locate.patch Buildrequires: gcc autoconf gettext-devel texinfo libselinux-devel dejagnu automake -Requires(post): info -Requires(preun):info - Provides: /bin/find Provides: bundled(gnulib) @@ -38,18 +37,17 @@ %prep %autosetup -n %{name}-%{version} -p1 -autoreconf -fiv - %build %ifarch aarch64 CFLAGS="$RPM_OPT_FLAGS -fsigned-char" %endif +autoreconf -fiv %configure %make_build %check -make check +%make_build check %install %make_install @@ -58,46 +56,26 @@ %find_lang %{name} -%pre - -%preun help -if $1 = 0 ; then - if -f %{_infodir}/find.info.gz ; then - /sbin/install-info --delete %{_infodir}/find.info.gz %{_infodir}/dir || : - fi -fi - -%post help -if -f %{_infodir}/find.info.gz ; then - /sbin/install-info %{_infodir}/find.info.gz %{_infodir}/dir || : -fi - -%postun - %files -f %{name}.lang %doc AUTHORS NEWS README THANKS TODO %license COPYING %{_bindir}/find %{_bindir}/xargs -%exclude %{_bindir}/{locate,updatedb} -%exclude %{_prefix}/libexec/frcode -%exclude %{_libdir}/find -%exclude %{_prefix}/lib/debug/usr/bin/locate*.debug -%exclude %{_prefix}/lib/debug/usr/libexec/frcode*.debug %files help %{_mandir}/man1/find.1* %{_mandir}/man1/xargs.1* %{_infodir}/find.info* -%{_infodir}/find-maint.info.gz -%exclude %{_mandir}/man1/{locate.1*,updatedb.1*} -%exclude %{_mandir}/man5/locatedb.5* +%{_infodir}/find-maint.info* %changelog -* Mon Jul 8 2024 dillon chen <dillon.chen@gmail.com> - 4.10.0-1 +* Wed Jul 31 2024 Funda Wang <fundawang@yeah.net> - 2:4.10.0-2 +- Do not build locate rather than exclude it + +* Mon Jul 8 2024 dillon chen <dillon.chen@gmail.com> - 2:4.10.0-1 - update to 4.10.0 -* Tue Oct 18 2022 dillon chen <dillon.chen@gmail.com> - 4.9.0-1 +* Tue Oct 18 2022 dillon chen <dillon.chen@gmail.com> - 2:4.9.0-1 - update to 4.9.0 * Thu Jun 16 2022 tanyulong <tanyulong@kylinos.cn> - 2:4.8.0-4
View file
_service:tar_scm:findutils-4.5.15-no-locate.patch
Added
@@ -0,0 +1,173 @@ +From 3e5e311d23ac0a5bd5930ddb4094f7555b886329 Mon Sep 17 00:00:00 2001 +From: Kamil Dudka <kdudka@redhat.com> +Date: Sat, 19 Dec 2015 22:56:40 +0100 +Subject: PATCH 1/2 Revert "Don't include dblocation.texi from original spot, + symlink it." + +This reverts commit f59d88e456553dfe0b5185caf75e4041285fd595. +--- + doc/Makefile.am | 7 +------ + 1 file changed, 1 insertion(+), 6 deletions(-) + +diff --git a/doc/Makefile.am b/doc/Makefile.am +index f6f7443..6fbf57b 100644 +--- a/doc/Makefile.am ++++ b/doc/Makefile.am +@@ -16,11 +16,9 @@ AM_CFLAGS = $(WARN_CFLAGS) + + info_TEXINFOS = find.texi find-maint.texi + find_TEXINFOS = perm.texi parse-datetime.texi regexprops.texi fdl.texi +-BUILT_SOURCES = dblocation.texi +-nodist_find_TEXINFOS = dblocation.texi + find_maint_TEXINFOS = fdl.texi + MOSTLYCLEANFILES = find.cps +-CLEANFILES = find.txt find_mono.html findutils.texi_html_node.tar.gz dblocation.texi \ ++CLEANFILES = find.txt find_mono.html findutils.texi_html_node.tar.gz \ + find_mono.html findutils.texi_html_node.tar.gz \ + find-info.tar.gz find.texi.tar.gz \ + find.txt tmp-doc-install find_mono.html.gz +@@ -73,9 +71,6 @@ findutils.texi_html_node.tar.gz: find.html + tar zcf $@ find.html + + +-dblocation.texi: ../locate/dblocation.texi +- $(LN_S) ../locate/dblocation.texi $@ +- + find-info.tar.gz: + $(MKDIR_P) tmp-doc-install/info + $(MAKE) $(AM_MAKEFLAGS) \ +-- +2.5.0 + + +From d5473caa86f689ebcadacc593f5a71781c99e829 Mon Sep 17 00:00:00 2001 +From: Kamil Dudka <kdudka@redhat.com> +Date: Wed, 11 May 2011 16:46:13 +0200 +Subject: PATCH 2/2 findutils-4.4.0-no-locate.patch + +--- + Makefile.am | 2 +- + configure.ac | 2 -- + doc/find.texi | 24 ++++++++---------------- + tests/local.mk | 2 +- + 4 files changed, 10 insertions(+), 20 deletions(-) + +diff --git a/Makefile.am b/Makefile.am +index af82d54..6ad453b 100644 +--- a/Makefile.am ++++ b/Makefile.am +@@ -35,7 +35,7 @@ DISTCLEANFILES = tool-versions.txt + + + # "gnulib-tests" is the gnulib unit test dir. +-SUBDIRS = gl build-aux lib find xargs locate doc po m4 gnulib-tests ++SUBDIRS = gl build-aux lib find xargs doc po m4 gnulib-tests + + ALL_RECURSIVE_TARGETS = + +diff --git a/configure.ac b/configure.ac +index ce0e768..521e665 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -309,8 +309,6 @@ find/testsuite/Makefile + gl/Makefile + gl/lib/Makefile + lib/Makefile +-locate/Makefile +-locate/testsuite/Makefile + m4/Makefile + po/Makefile.in + po/Makefile +diff --git a/doc/find.texi b/doc/find.texi +index c2714dd..01367a4 100644 +--- a/doc/find.texi ++++ b/doc/find.texi +@@ -7,7 +7,6 @@ + @c @setchapternewpage odd + @c %**end of header + +-@include dblocation.texi + + @iftex + @finalout +@@ -661,8 +660,7 @@ the databases are updated, and the directories for which they contain + entries. + + Here is how to select which file name databases @code{locate} +-searches. The default is system-dependent. At the time this document +-was generated, the default was @file{@value{LOCATE_DB}}. ++searches. The default is system-dependent. + + @table @code + @item --database=@var{path} +@@ -3112,13 +3110,9 @@ thrashing the network. + directories are indexed by each database file. + + The default location for the locate database depends on how findutils +-is built, but the findutils installation accompanying this manual uses +-the default location @file{@value{LOCATE_DB}}. +- +-If no database exists at @file{@value{LOCATE_DB}} but the user did not +-specify where to look (by using @samp{-d} or setting +-@env{LOCATE_PATH}), then @code{locate} will also check for a +-``secure'' database in @file{/var/lib/slocate/slocate.db}. ++is built. If user did not specify where to look (by using @samp{-d} ++or setting @code{LOCATE_PATH}), then @code{locate} will also check for ++a ``secure'' database in @file{/var/lib/slocate/slocate.db}. + + @node Database Formats + @section Database Formats +@@ -3627,8 +3621,7 @@ present. + + @item --database=@var{path} + @itemx -d @var{path} +-Instead of searching the default @code{locate} database +-@file{@value{LOCATE_DB}}, @code{locate} searches the file ++@code{locate} searches the file + name databases in @var{path}, which is a colon-separated list of + database file names. You can also use the environment variable + @env{LOCATE_PATH} to set the list of database files to search. The +@@ -3803,8 +3796,7 @@ The environment variable @env{PRUNEFS} also sets this value. Default + is @file{nfs NFS proc}. + + @item --output=@var{dbfile} +-The database file to build. The default is system-dependent, but +-when this document was formatted it was @file{@value{LOCATE_DB}}. ++The database file to build. + + @item --localuser=@var{user} + The user to search the non-network directories as, using @code{su}. +@@ -5828,7 +5820,7 @@ See the manual of the system call @code{dup2(2)}. + @section Error Messages From @code{locate} + + @table @samp +-@item warning: database @file{@value{LOCATE_DB}} is more than 8 days old ++@item warning: database @file{LOCATE_DB} is more than 8 days old + The @code{locate} program relies on a database which is periodically + built by the @code{updatedb} program. That hasn't happened in a long + time. To fix this problem, run @code{updatedb} manually. This can +@@ -5836,7 +5828,7 @@ often happen on systems that are generally not left on, so the + periodic ``cron'' task which normally does this doesn't get a chance + to run. + +-@item locate database @file{@value{LOCATE_DB}} is corrupt or invalid ++@item locate database @file{LOCATE_DB} is corrupt or invalid + This should not happen. Re-run @code{updatedb}. If that works, but + @code{locate} still produces this error, run @code{locate --version} + and @code{updatedb --version}. These should produce the same output. +diff --git a/tests/local.mk b/tests/local.mk +index 7e52a04..ae08a56 100644 +--- a/tests/local.mk ++++ b/tests/local.mk +@@ -15,7 +15,7 @@ + ## You should have received a copy of the GNU General Public License + ## along with this program. If not, see <https://www.gnu.org/licenses/>. + +-built_programs = find xargs frcode locate updatedb ++built_programs = find xargs + + # Indirections required so that we'll still be able to know the + # complete list of our tests even if the user overrides TESTS +-- +2.5.0 +
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2