public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/smem] epel10: update to 0.9
@ 2026-07-28 12:33 Matthew Miller
0 siblings, 0 replies; only message in thread
From: Matthew Miller @ 2026-07-28 12:33 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/smem
Branch : epel10
Commit : 063b4527b6d2ea7002f93c4e70b68c14b73a76dd
Author : Matthew Miller <mattdm@fedoraproject.org>
Date : 2009-11-12T01:33:37+00:00
Stats : +16/-20 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/smem/c/063b4527b6d2ea7002f93c4e70b68c14b73a76dd?branch=epel10
Log:
update to 0.9
---
diff --git a/.cvsignore b/.cvsignore
index f145629..6847131 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-smem-0.1.tar.gz
+smem-0.9.tar.gz
diff --git a/smem.spec b/smem.spec
index 7e6d311..84a220c 100644
--- a/smem.spec
+++ b/smem.spec
@@ -1,19 +1,12 @@
Name: smem
-Version: 0.1
-Release: 5%{?dist}
+Version: 0.9
+Release: 1%{?dist}
Summary: Report application memory usage in a meaningful way
Group: Applications/System
License: GPLv2+
URL: http://www.selenic.com/smem/
-Source0: http://www.selenic.com/smem/download/smem-0.1.tar.gz
-Source1: http://www.selenic.com/smem/index.html
-# http://selenic.com/repo/index.cgi/smem/raw-rev/741bd2646ebf
-# Add GPLv2+ license and copyright notice
-Patch0: smem-0.1-741bd2646ebf-gplv2+.patch
-# http://selenic.com/repo/index.cgi/smem/raw-rev/4320ad746bcc
-# Kernel version >= 2.6.27 check
-Patch1: smem-0.1-4320ad746bcc-kervercheck.patch
+Source0: http://www.selenic.com/smem/download/smem-0.9.tar.gz
Requires: kernel >= 2.6.27
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
@@ -34,11 +27,6 @@ a realistic measure.
%setup -q
-%patch0 -p1 -b .gpl
-%patch1 -p1 -b .kerver
-
-cp -a %{SOURCE1} smem.html
-
# sample script, installed as documentation
chmod -x capture
@@ -48,7 +36,7 @@ chmod -x capture
%install
rm -rf $RPM_BUILD_ROOT
install -D -p -m 755 smem $RPM_BUILD_ROOT/%{_bindir}/smem
-
+install -D -p -m 644 smem.8 $RPM_BUILD_ROOT/%{_mandir}/man8/smem.8
%clean
rm -rf $RPM_BUILD_ROOT
@@ -56,11 +44,19 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
-%doc smem.html capture COPYING
+%doc capture COPYING
%{_bindir}/smem
-
+%{_mandir}/man8/smem.8*
%changelog
+* Wed May 7 2009 Matthew Miller <mattdm@mattdm.org> - 0.9-1
+- update to 0.9
+- drop add-hoc index.html doc; add man pages
+- drop patches, which are now upstream
+- not currently building smemcap.c into an executable -- it's new,
+ and would switch the package from being noarch. will deal with that
+ in a future update of the package.
+
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
diff --git a/sources b/sources
index 10a1e2d..e183bd5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2d2a64fcf00e353efa3751c826f801ee smem-0.1.tar.gz
+2c5a3b6cb40d24af73c403d2571c7916 smem-0.9.tar.gz
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-28 12:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-28 12:33 [rpms/smem] epel10: update to 0.9 Matthew Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox