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

Revision 10353, 4.7 KB checked in by tomop, 8 years ago (diff)

smem-1.4-5

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