rpms/pipestat/devel import.log, NONE, 1.1 pipestat.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

smilner smilner at fedoraproject.org
Fri Aug 7 13:41:09 UTC 2009


Author: smilner

Update of /cvs/pkgs/rpms/pipestat/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31517/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log pipestat.spec 
Log Message:
Import of pipestat srpm.



--- NEW FILE import.log ---
pipestat-0_2-1_fc11:HEAD:pipestat-0.2-1.fc11.src.rpm:1249652440


--- NEW FILE pipestat.spec ---
# sitelib for noarch packages
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name:           pipestat
Version:        0.2
Release:        1%{?dist}
Summary:        Watches data flowing over an anonymous pipe

Group:          Applications/System
License:        GPLv3+
URL:            http://code.google.com/p/pipestat/
Source0:        http://pipestat.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel, python-setuptools

%description
Simple python scripts to watch data flowing over an anonymous pipe
on shell consoles.

%prep
%setup -q


%build
%{__python} setup.py build


%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT

 
%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING LICENSE
%{python_sitelib}/*
%{_bindir}/pipestat


%changelog
* Mon Aug  3 2009 Steve 'Ashcrow' Milner <me at stevemilner.org> - 0.2-1
- Initial spec


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pipestat/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	5 Aug 2009 16:48:35 -0000	1.1
+++ .cvsignore	7 Aug 2009 13:41:09 -0000	1.2
@@ -0,0 +1 @@
+pipestat-0.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pipestat/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	5 Aug 2009 16:48:35 -0000	1.1
+++ sources	7 Aug 2009 13:41:09 -0000	1.2
@@ -0,0 +1 @@
+5be7ee30c24196d8935065db7a764d36  pipestat-0.2.tar.gz




More information about the scm-commits mailing list