/[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.1 - (hide annotations) (download)
Wed Sep 29 10:05:58 2021 UTC (3 years ago) by jcrisp
Branch: MAIN
CVS Tags: gt5-1_4_0-14_el7_sme
Initial import

1 jcrisp 1.1 Name: gt5
2     Summary: A diff-capable 'du-browser'
3     Version: 1.4.0
4     Release: 14%{?dist}
5     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     * Wed Sep 29 2021 John Crisp <jcrisp@safeandsoundit.co.uk> - 1.4.0-14
59     - First import to SME Contribs [SME:
60     - Fixed the versions below - we had two -12
61    
62     * Mon Feb 24 2014 Bryan Seitz <seitz@ghettoforge.org> - 1.4.0-13
63     - Initial build for GhettoForge
64    
65     * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-12
66     - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
67    
68     * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-11
69     - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
70    
71     * Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-10
72     - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
73    
74     * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-9
75     - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
76    
77     * Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-8
78     - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
79    
80     * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-7
81     - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
82    
83     * Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-6
84     - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
85    
86     * Mon Jul 7 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.4.0-5
87     - fix conditional comparison
88    
89     * Sat Oct 27 2007 Marcin Zajaczkowski <mszpak ATT wp DOTT pl> - 1.4.0-4
90     - applied suggestions by Mamoru Tasaka (all below)
91     - removed a chown patch by a direct use of an 'install' command
92     - removed INSTALL from a documentation set
93     - added using "text-www-browser" virtial Provides for F-8+
94    
95     * Tue Sep 18 2007 Marcin Zajaczkowski <mszpak ATT wp DOTT pl> - 1.4.0-3
96     - {name} variable used in a source URL (thanks to Parag AN)
97    
98     * Tue Sep 11 2007 Marcin Zajaczkowski <mszpak ATT wp DOTT pl> - 1.4.0-2
99     - sed restored in Requires section
100     - added info about required console web browser (thanks to Till Maas)
101    
102     * Tue Sep 04 2007 Marcin Zajaczkowski <mszpak ATT wp DOTT pl> - 1.4.0-1
103     - updated to 1.4.0
104     - removed DESTDIR patch (merged with an upstream version)
105    
106     * Tue Sep 04 2007 Marcin Zajaczkowski <mszpak ATT wp DOTT pl> - 1.3d-3
107     - added missing DESTDIR in a patch (thanks to Thomas Sattler)
108     - specified licence type (due to a new Licensing Guidelines)
109    
110     * Tue May 29 2007 Marcin Zajaczkowski <mszpak ATT wp DOTT pl> - 1.3d-2
111     - BuildArch changed to noarch
112    
113     * Sat May 12 2007 Marcin Zajaczkowski <mszpak ATT wp DOTT pl> - 1.3d-1
114     - initial release
115    

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