Rebuilt Remove ghost'ing, per Python Packaging Guidelines
This commit is contained in:
parent
668cfca3e6
commit
02f0d00199
@ -8,7 +8,7 @@
|
|||||||
Summary: A PostgreSQL database adapter for Python
|
Summary: A PostgreSQL database adapter for Python
|
||||||
Name: python-psycopg2
|
Name: python-psycopg2
|
||||||
Version: 2.0.5.1
|
Version: 2.0.5.1
|
||||||
Release: 1%{?dist}
|
Release: 3%{?dist}
|
||||||
Source0: http://initd.org/pub/software/psycopg/psycopg2-%{version}.tar.gz
|
Source0: http://initd.org/pub/software/psycopg/psycopg2-%{version}.tar.gz
|
||||||
License: GPL (with Exceptions)
|
License: GPL (with Exceptions)
|
||||||
Group: Applications/Databases
|
Group: Applications/Databases
|
||||||
@ -68,7 +68,7 @@ rm -rf %{buildroot}
|
|||||||
%{python_sitearch}/psycopg2/*.py
|
%{python_sitearch}/psycopg2/*.py
|
||||||
%{python_sitearch}/psycopg2/*.pyc
|
%{python_sitearch}/psycopg2/*.pyc
|
||||||
%{python_sitearch}/psycopg2/*.so
|
%{python_sitearch}/psycopg2/*.so
|
||||||
%ghost %{python_sitearch}/psycopg2/*.pyo
|
%{python_sitearch}/psycopg2/*.pyo
|
||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -78,12 +78,18 @@ rm -rf %{buildroot}
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{ZPsycopgDAdir}
|
%dir %{ZPsycopgDAdir}
|
||||||
%{ZPsycopgDAdir}/*.py
|
%{ZPsycopgDAdir}/*.py
|
||||||
%ghost %{ZPsycopgDAdir}/*.pyo
|
%{ZPsycopgDAdir}/*.pyo
|
||||||
%{ZPsycopgDAdir}/*.pyc
|
%{ZPsycopgDAdir}/*.pyc
|
||||||
%{ZPsycopgDAdir}/dtml/*
|
%{ZPsycopgDAdir}/dtml/*
|
||||||
%{ZPsycopgDAdir}/icons/*
|
%{ZPsycopgDAdir}/icons/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 11 2006 - Devrim GUNDUZ <devrim@commandprompt.com> 2.0.5.1-3
|
||||||
|
- Rebuilt
|
||||||
|
|
||||||
|
* Wed Sep 6 2006 - Devrim GUNDUZ <devrim@commandprompt.com> 2.0.5.1-2
|
||||||
|
- Remove ghost'ing, per Python Packaging Guidelines
|
||||||
|
|
||||||
* Mon Sep 4 2006 - Devrim GUNDUZ <devrim@commandprompt.com> 2.0.5.1-1
|
* Mon Sep 4 2006 - Devrim GUNDUZ <devrim@commandprompt.com> 2.0.5.1-1
|
||||||
- Update to 2.0.5.1
|
- Update to 2.0.5.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user