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

Kushal Das kushal at fedoraproject.org
Fri Nov 27 07:16:36 UTC 2009


Author: kushal

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

Modified Files:
	.cvsignore sources 
Added Files:
	import.log sparcy.spec 
Log Message:
Importing for the first time.





--- NEW FILE import.log ---
sparcy-0_1-1_fc12:HEAD:sparcy-0.1-1.fc12.src.rpm:1259305920


--- NEW FILE sparcy.spec ---
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name:           sparcy
Version:        0.1
Release:        1%{?dist}
Summary:        Command line utility for Sparc Systems GPS loggers

Group:          Applications/System
License:        GPLv2+
URL:            https://fedorahosted.org/sparcy
Source0:        https://fedorahosted.org/releases/s/p/sparcy/%{name}-%{version}.tar.gz

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

%description
Command line utility for Sparc Systems GPS loggers

%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 LICENSE README
%{_bindir}/sparcy
%{_datadir}/sparcy/sparcylog.py*
%{python_sitelib}/*.egg-info




%changelog
* Fri Nov 06 2009 Kushal Das <kushal at fedoraproject.org> 0.1-1
- Initial release


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/sparcy/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	20 Nov 2009 22:42:14 -0000	1.1
+++ .cvsignore	27 Nov 2009 07:16:35 -0000	1.2
@@ -0,0 +1 @@
+sparcy-0.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/sparcy/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	20 Nov 2009 22:42:14 -0000	1.1
+++ sources	27 Nov 2009 07:16:36 -0000	1.2
@@ -0,0 +1 @@
+c960104b4041d7883af170f2b68f879a  sparcy-0.1.tar.gz




More information about the scm-commits mailing list