public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/smem] epel10: A few more tweaks. Okay, good to go with 1.0.
@ 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 : 19e2343dab4be1988c048594fe987525a210e2e7
Author : Matthew Miller <mattdm@mattdm.org>
Date : 2011-08-10T19:51:04-04:00
Stats : +8/-6 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/smem/c/19e2343dab4be1988c048594fe987525a210e2e7?branch=epel10
Log:
A few more tweaks. Okay, good to go with 1.0.
---
diff --git a/smem.spec b/smem.spec
index ae7bf3f..a483c86 100644
--- a/smem.spec
+++ b/smem.spec
@@ -1,12 +1,12 @@
Name: smem
Version: 1.0
-Release: 1%{?dist}
+Release: 2%{?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.9.tar.gz
+Source0: http://www.selenic.com/smem/download/smem-%{version}.tar.gz
Requires: kernel >= 2.6.27
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
@@ -27,9 +27,6 @@ a realistic measure.
%setup -q
-# sample script, installed as documentation
-chmod -x capture
-
%build
@@ -44,11 +41,16 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
-%doc capture COPYING
+%doc COPYING
%{_bindir}/smem
%{_mandir}/man8/smem.8*
%changelog
+* Wed Aug 10 2011 Matthew Miller <mattdm@mattdm.org> - 1.0-2
+- don't hardcode version in source name above, because that
+ will lead to me confusing myself. trust me.
+- no longer install sample script as documentation
+
* Wed Aug 10 2011 Matthew Miller <mattdm@mattdm.org> - 1.0-1
- update to 1.0 (bugzilla #678249)
^ 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: A few more tweaks. Okay, good to go with 1.0 Matthew Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox