source: projects/specs/trunk/s/smem/smem-vl.spec @ 12371

Revision 12371, 4.8 KB checked in by tomop, 4 years ago (diff)

updated 11 packages

dbus-glib-0.110-1

dstat-0.7.4-1

firefox-68.7.0-1

iso-codes-4.4-1

kbd-2.2.0-1

libdb-5.3.28-12

libsmbios-2.4.3-1

par2cmdline-0.8.1-1

sgml-common-0.6.3-42

smem-1.5-1

thunderbird-68.7.0-1

Line 
1Name:           smem
2Version:        1.5
3Release:        1%{?_dist_release}
4Summary:        Report application memory usage in a meaningful way
5Vendor:         Project Vine
6Distribution:   Vine Linux
7BuildArch:      noarch
8
9License:        GPLv2+
10URL:            http://www.selenic.com/smem/
11Source0:        http://www.selenic.com/smem/download/smem-%{version}.tar.xz
12
13Patch0:         smem-1.5-python3path.patch
14
15%description
16smem is a tool that can give numerous reports on memory usage on Linux
17systems. Unlike existing tools, smem can report proportional set size (PSS),
18which is a more meaningful representation of the amount of memory used by
19libraries and applications in a virtual memory system.
20
21Because large portions of physical memory are typically shared among
22multiple applications, the standard measure of memory usage known as
23resident set size (RSS) will significantly overestimate memory usage. PSS
24instead measures each application's "fair share" of each shared area to give
25a realistic measure.
26
27%prep
28%setup -q
29%patch0 -p1 -b py3
30
31
32%build
33
34
35%install
36install -D -p -m 755 smem $RPM_BUILD_ROOT/%{_bindir}/smem
37install -D -p -m 644 smem.8 $RPM_BUILD_ROOT/%{_mandir}/man8/smem.8
38 
39
40%files
41%license COPYING
42%{_bindir}/smem
43%{_mandir}/man8/smem.8*
44
45%changelog
46* Sat Apr 11 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.5-1
47- new upstream release.
48
49* Sat May 28 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.4-5
50- initial build for Vine Linux.
51
52* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.4-4
53- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
54
55* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-3
56- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
57
58* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-2
59- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
60
61* Mon Dec  9 2013 Matthew Miller <mattdm@mattdm.org> - 1.4-1
62- update to 1.4 (small bugfixes)
63
64* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3-2
65- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
66
67* Thu Mar 28 2013 Matthew Miller <mattdm@mattdm.org> - 1.3-1
68- update to 1.3 (small bugfixes)
69
70* Fri Feb 15 2013 Michal Schmidt <mschmidt@redhat.com> - 1.2-4
71- Drop the kernel Requires. Using Conflicts would have been acceptable,
72  but 2.6.27 is ancient history anyway.
73- Remove spec file elements no longer required by current packaging guidelines
74  (Group, BuildRoot, explicit buildroot cleaning, defattr).
75
76* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-3
77- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
78
79* Mon Oct 29 2012 Matthew Miller <mattdm@mattdm.org> - 1.2-2
80- now we have an upstream tarball. thanks, upstream!
81
82* Mon Oct 29 2012 Matthew Miller <mattdm@mattdm.org> - 1.2-1
83- 1.2; no upstream tarball, but tagged in the hg repo.
84- resolves bz #757908 (-m and -u fail as non-root)
85- resolves bz #864504 (failure in presense of unknown uids)
86
87* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-4
88- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
89
90* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-3
91- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
92
93* Wed Aug 10 2011 Matthew Miller <mattdm@mattdm.org> - 1.0-2
94- don't hardcode version in source name above, because that
95  will lead to me confusing myself. trust me.
96- no longer install sample script as documentation
97
98* Wed Aug 10 2011 Matthew Miller <mattdm@mattdm.org> - 1.0-1
99- update to 1.0 (bugzilla #678249)
100
101* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9-2
102- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
103
104* Wed Nov 11 2009 Matthew Miller <mattdm@mattdm.org> - 0.9-1
105- update to 0.9
106- drop add-hoc index.html doc; add man pages
107- drop patches, which are now upstream
108- not currently building smemcap.c into an executable -- it's new,
109  and would switch the package from being noarch. will deal with that
110  in a future update of the package.
111
112* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-5
113- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
114
115* Thu May  7 2009 Matthew Miller <mattdm@mattdm.org> - 0.1-4
116- remove smem.pdf at request of upstream
117- patch0: 741bd2646ebf -- add GPLv2+ and copyright notice
118- patch1: 4320ad746bcc -- check that kernel release >= 2.6.27
119
120* Thu Apr 30 2009 Matthew Miller <mattdm@mattdm.org> - 0.1-3
121- fix minor rpmlint concerns raised in review (bz #498490)
122
123* Thu Apr 30 2009 Matthew Miller <mattdm@mattdm.org> - 0.1-2
124- whoops -- fixed group
125
126* Thu Apr 30 2009 Matthew Miller <mattdm@mattdm.org> - 0.1-1
127- initial specfile
128- note gplv2+ license -- added in svn and will be in next code release
Note: See TracBrowser for help on using the repository browser.