Package diffstat: Specfile
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 | Name: diffstat Version: 1.64 Release: alt1 Summary: An utility which provides statistics based on the output of diff License: MIT Group: Development/Other Url: https://invisible-island.net/diffstat/ # https://invisible-mirror.net/archives/diffstat/diffstat-%version.tgz Source: diffstat-%version.tar Requires: diffutils %description The diff command compares files line by line. Diffstat reads the output of the diff command and displays a histogram of the insertions, deletions and modifications in each file. Diffstat is commonly used to provide a summary of the changes in large, complex patch files. %prep %setup %build %add_optflags %(getconf LFS_CFLAGS) %configure --with-warnings %make_build %install %makeinstall_std %define _unpackaged_files_terminate_build 1 %define _stripped_files_terminate_build 1 %set_verify_elf_method strict %check %make_build -k check %files %_bindir/* %_mandir/man?/* %doc CHANGES COPYING README %changelog * Wed Jan 13 2021 Dmitry V. Levin [email protected]> 1.64-alt1 - 1.63 -> 1.64. * Fri Nov 29 2019 Dmitry V. Levin [email protected]> 1.63-alt1 - 1.62 -> 1.63. * Sun Dec 02 2018 Dmitry V. Levin [email protected]> 1.62-alt1 - 1.59 -> 1.62. * Sat Nov 15 2014 Dmitry V. Levin [email protected]> 1.59-alt1 - Updated to 1.59. * Fri Apr 26 2013 Dmitry V. Levin [email protected]> 1.57-alt1 - Updated to 1.57. * Mon Apr 08 2013 Dmitry V. Levin [email protected]> 1.56-alt1 - Updated to 1.56. * Tue Jan 17 2012 Dmitry V. Levin [email protected]> 1.55-alt1 - Updated to 1.55. * Tue Oct 12 2010 Dmitry V. Levin [email protected]> 1.54-alt1 - Updated to 1.54. * Mon Aug 30 2010 Dmitry V. Levin [email protected]> 1.53-alt1 - Updated to 1.53 (closes: #19890). * Wed Oct 17 2007 Dmitry V. Levin [email protected]> 1.45-alt1 - Updated to 1.45. * Sun Apr 15 2007 Dmitry V. Levin [email protected]> 1.43-alt2 - Bump release. * Sun Apr 15 2007 Dmitry V. Levin [email protected]> 1.43-alt1 - Updated to 1.43. * Tue Aug 30 2005 Ilya Evseev [email protected]> 1.41-alt1 - update to new version * Mon Feb 28 2005 Ilya Evseev [email protected]> 1.38-alt1 - 1.38 * Sat Jan 8 2005 Ilya Evseev [email protected]> 1.37-alt1 - Updated to 1.37 - Specfile: added russian description/summary, changed URL's * Mon Jan 13 2003 Dmitry V. Levin [email protected]> 1.32-alt1 - Updated to 1.32 * Fri Oct 04 2002 Rider [email protected]> 1.28-ipl3mdk - rebuild (gcc 3.2) * Mon Apr 15 2002 Rider [email protected]> 1.28-ipl2mdk - rebuild * Fri Jan 19 2001 Dmitry V. Levin [email protected]> 1.28-ipl1mdk - RE adaptions. * Mon Dec 25 2000 Yves Duret [email protected]> 1.28-1mdk - new and shiny version 1.28 - macros - added URL tag, fixed Source: tag - added doc * Thu Jul 20 2000 Thierry Vignaud [email protected]> 1.27-12mdk - BM, macros, spec-helper * Tue Apr 4 2000 Denis Havlik [email protected]> 1.27-11mdk - New group: Development/Other * Wed Dec 01 1999 Chmouel Boudjnah [email protected]> - Build Release. * Sun Jul 18 1999 Bernhard Rosenkränzer [email protected]> - 1.27 * Tue May 11 1999 Bernhard Rosenkränzer [email protected]> - Mandrake adaptions - handle RPM_OPT_FLAGS * Sun Mar 21 1999 Cristian Gafton [email protected]> - auto rebuild in the new build environment (release 7) * Thu Dec 17 1998 Cristian Gafton [email protected]> - build for glibc 2.1 * Tue Aug 11 1998 Jeff Johnson [email protected]> - build root * Mon Apr 27 1998 Prospector System [email protected]> - translations modified for de, fr, tr * Thu Jul 10 1997 Erik Troan [email protected]> - built against glibc |