rpms/pipestat/F-11 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
Tue Aug 11 17:18:46 UTC 2009


Author: smilner

Update of /cvs/pkgs/rpms/pipestat/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7870/F-11

Modified Files:
	.cvsignore sources 
Added Files:
	import.log pipestat.spec 
Log Message:
Import to F11.



--- NEW FILE import.log ---
pipestat-0_3_0-1_fc12:F-11:pipestat-0.3.0-1.fc12.src.rpm:1250011102


--- 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.3.0
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 script 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
* Fri Aug  7 2009 Steve 'Ashcrow' Milner <me at stevemilner.org> - 0.3.0-1
- Updated for upstream release.

* Fri Aug  7 2009 Steve 'Ashcrow' Milner <me at stevemilner.org> - 0.2-2
- Fixed description.

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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pipestat/F-11/.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	11 Aug 2009 17:18:45 -0000	1.2
@@ -0,0 +1 @@
+pipestat-0.3.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pipestat/F-11/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	11 Aug 2009 17:18:45 -0000	1.2
@@ -0,0 +1 @@
+c4bbfc99b9fd06b6fcf7ad1ec924cafa  pipestat-0.3.0.tar.gz




More information about the fedora-extras-commits mailing list