rpms/smem/devel .cvsignore, 1.2, 1.3 smem.spec, 1.2, 1.3 sources, 1.2, 1.3

Matthew Miller mattdm at fedoraproject.org
Thu Nov 12 01:33:39 UTC 2009


Author: mattdm

Update of /cvs/extras/rpms/smem/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30395

Modified Files:
	.cvsignore smem.spec sources 
Log Message:
update to 0.9



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/smem/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	21 May 2009 20:54:20 -0000	1.2
+++ .cvsignore	12 Nov 2009 01:33:37 -0000	1.3
@@ -1 +1 @@
-smem-0.1.tar.gz
+smem-0.9.tar.gz


Index: smem.spec
===================================================================
RCS file: /cvs/extras/rpms/smem/devel/smem.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- smem.spec	27 Jul 2009 04:29:51 -0000	1.2
+++ smem.spec	12 Nov 2009 01:33:37 -0000	1.3
@@ -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 at 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 at lists.fedoraproject.org> - 0.1-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/smem/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	21 May 2009 20:54:21 -0000	1.2
+++ sources	12 Nov 2009 01:33:37 -0000	1.3
@@ -1 +1 @@
-2d2a64fcf00e353efa3751c826f801ee  smem-0.1.tar.gz
+2c5a3b6cb40d24af73c403d2571c7916  smem-0.9.tar.gz




More information about the scm-commits mailing list