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 - 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 - 1.0-1 - update to 1.0 (bugzilla #678249)