rpms/python-daap/FC-6 python-daap.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jeffrey C. Ollie (jcollie) fedora-extras-commits at redhat.com
Wed Mar 14 03:05:37 UTC 2007


Author: jcollie

Update of /cvs/extras/rpms/python-daap/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16224

Modified Files:
	.cvsignore sources 
Added Files:
	python-daap.spec 
Log Message:
Copying from devel.


--- NEW FILE python-daap.spec ---
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}

Name:           python-daap
Version:        0.7
Release:        2%{?dist}
Summary:        DAAP client implemented in Python

Group:          Development/Languages

License:        LGPL
URL:            http://jerakeen.org/code/PythonDaap/
Source0:        http://jerakeen.org/files/PythonDaap-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  python-devel

%description
A DAAP client implemented in Python.

%prep
%setup -q -n PythonDaap-%{version}

%build
CFLAGS="%{optflags}" %{__python} setup.py build

%install
rm -rf %{buildroot}
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
 
%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc CHANGELOG examples/ README LICENSE PKG-INFO
%{python_sitearch}/*

%changelog
* Tue Mar 13 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.7-2
- Make sure updated spec gets published.
- Include PKG-INFO

* Mon Mar 12 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.7-1
- Update to 0.7
- Use LICENSE file from tarball

* Mon Mar 12 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.6-1
- Update to 0.6

* Mon Feb 12 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.5-2
- Drop "A " from the summary
- Use "install -m 0644" instead of "cp".

* Mon Feb 12 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.5-1
- Update to 0.5

* Thu Nov 16 2006 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.4-2
- Add a copy of the LICENSE
- Clarify the comment about the license.

* Tue Nov 14 2006 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.4-1
- First version for Fedora Extras



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-daap/FC-6/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	13 Mar 2007 23:05:43 -0000	1.1
+++ .cvsignore	14 Mar 2007 03:05:04 -0000	1.2
@@ -0,0 +1 @@
+PythonDaap-0.7.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-daap/FC-6/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	13 Mar 2007 23:05:43 -0000	1.1
+++ sources	14 Mar 2007 03:05:04 -0000	1.2
@@ -0,0 +1 @@
+b131fc69fda9636cf9f5b3eb50aacfe8  PythonDaap-0.7.tar.gz




More information about the scm-commits mailing list