/[smecontribs]/rpms/gt5/contribs10/gt5.spec
ViewVC logotype

Annotation of /rpms/gt5/contribs10/gt5.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (hide annotations) (download)
Wed Sep 29 10:21:56 2021 UTC (2 years, 9 months ago) by jcrisp
Branch: MAIN
CVS Tags: gt5-1_4_0-15_el7_sme
Changes since 1.1: +6 -3 lines
* Wed Sep 29 2021 John Crisp <jcrisp@safeandsoundit.co.uk> - 1.4.0-15.sme
* Add the bug number [SME: 10337]

1 jcrisp 1.1 Name: gt5
2     Summary: A diff-capable 'du-browser'
3     Version: 1.4.0
4 jcrisp 1.2 Release: 15%{?dist}
5 jcrisp 1.1 License: GPL+
6     Group: Applications/File
7     URL: http://gt5.sourceforge.net/
8     Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
9     #patch is not needed by direct using "install -p"
10     #Patch0: gt5-1.4.0-chmod.diff
11     Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
12     BuildArch: noarch
13     #something else is required in runtime?
14     Requires: gawk
15     #sed is not needed to mention only in BuildRequires
16     Requires: sed
17     #Some console web browser is required (e.g. links links2 elinks lynx w3m)
18     #text-www-browser virtual provider was introduced in F-8
19     #it was initially proposed by Till Maas at:
20     #http://fedoraproject.org/wiki/VilleSkytt%C3%A4/VirtualProvides
21     %if 0%{?fedora} > 7
22     Requires: text-www-browser
23     %endif
24    
25     %description
26     Allows to check what takes the most of your hard disk space and track
27     its changes.
28     Note: It requires some console web browser installed in the system
29     (e.g. links, links2, elinks, lynx, w3m).
30    
31     %prep
32     %setup -q
33    
34     %build
35     #it's a shell-script, nothing to do
36    
37     %install
38     rm -fr %{buildroot}
39     #make install requires a patch to drop out chown root:root,
40     #it was suggested to use install -p instead of
41     install -d %{buildroot}%{_bindir}
42     install -d %{buildroot}%{_mandir}/man1
43     install -p gt5 %{buildroot}%{_bindir}/
44     install -p gt5.1 %{buildroot}%{_mandir}/man1/
45     #make install DESTDIR=%{buildroot} PREFIX=%{_prefix}
46    
47     %clean
48     rm -fr %{buildroot}
49    
50     %files
51     %defattr(0644,root,root,0755)
52     %attr(0755,root,root) %{_bindir}/gt5
53     #INSTALL is not needed
54     %doc README LICENSE Changelog
55     %{_mandir}/man1/gt5.1*
56    
57     %changelog
58 jcrisp 1.2 * Wed Sep 29 2021 John Crisp <jcrisp@safeandsoundit.co.uk> - 1.4.0-15.sme
59     * Add the bug number [SME: 10337]
60    
61     * Wed Sep 29 2021 John Crisp <jcrisp@safeandsoundit.co.uk> - 1.4.0-14.sme
62     - First import to SME Contribs [SME: 10337]
63 jcrisp 1.1 - Fixed the versions below - we had two -12
64    
65     * Mon Feb 24 2014 Bryan Seitz <seitz@ghettoforge.org> - 1.4.0-13
66     - Initial build for GhettoForge
67    
68     * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-12
69     - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
70    
71     * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-11
72     - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
73    
74     * Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-10
75     - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
76    
77     * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-9
78     - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
79    
80     * Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-8
81     - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
82    
83     * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-7
84     - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
85    
86     * Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-6
87     - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
88    
89     * Mon Jul 7 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.4.0-5
90     - fix conditional comparison
91    
92     * Sat Oct 27 2007 Marcin Zajaczkowski <mszpak ATT wp DOTT pl> - 1.4.0-4
93     - applied suggestions by Mamoru Tasaka (all below)
94     - removed a chown patch by a direct use of an 'install' command
95     - removed INSTALL from a documentation set
96     - added using "text-www-browser" virtial Provides for F-8+
97    
98     * Tue Sep 18 2007 Marcin Zajaczkowski <mszpak ATT wp DOTT pl> - 1.4.0-3
99     - {name} variable used in a source URL (thanks to Parag AN)
100    
101     * Tue Sep 11 2007 Marcin Zajaczkowski <mszpak ATT wp DOTT pl> - 1.4.0-2
102     - sed restored in Requires section
103     - added info about required console web browser (thanks to Till Maas)
104    
105     * Tue Sep 04 2007 Marcin Zajaczkowski <mszpak ATT wp DOTT pl> - 1.4.0-1
106     - updated to 1.4.0
107     - removed DESTDIR patch (merged with an upstream version)
108    
109     * Tue Sep 04 2007 Marcin Zajaczkowski <mszpak ATT wp DOTT pl> - 1.3d-3
110     - added missing DESTDIR in a patch (thanks to Thomas Sattler)
111     - specified licence type (due to a new Licensing Guidelines)
112    
113     * Tue May 29 2007 Marcin Zajaczkowski <mszpak ATT wp DOTT pl> - 1.3d-2
114     - BuildArch changed to noarch
115    
116     * Sat May 12 2007 Marcin Zajaczkowski <mszpak ATT wp DOTT pl> - 1.3d-1
117     - initial release
118    

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed