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
|
||||
Name: python-psycopg2
|
||||
Version: 2.0.5.1
|
||||
Release: 1%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Source0: http://initd.org/pub/software/psycopg/psycopg2-%{version}.tar.gz
|
||||
License: GPL (with Exceptions)
|
||||
Group: Applications/Databases
|
||||
@ -68,7 +68,7 @@ rm -rf %{buildroot}
|
||||
%{python_sitearch}/psycopg2/*.py
|
||||
%{python_sitearch}/psycopg2/*.pyc
|
||||
%{python_sitearch}/psycopg2/*.so
|
||||
%ghost %{python_sitearch}/psycopg2/*.pyo
|
||||
%{python_sitearch}/psycopg2/*.pyo
|
||||
|
||||
%files doc
|
||||
%defattr(-,root,root)
|
||||
@ -78,12 +78,18 @@ rm -rf %{buildroot}
|
||||
%defattr(-,root,root)
|
||||
%dir %{ZPsycopgDAdir}
|
||||
%{ZPsycopgDAdir}/*.py
|
||||
%ghost %{ZPsycopgDAdir}/*.pyo
|
||||
%{ZPsycopgDAdir}/*.pyo
|
||||
%{ZPsycopgDAdir}/*.pyc
|
||||
%{ZPsycopgDAdir}/dtml/*
|
||||
%{ZPsycopgDAdir}/icons/*
|
||||
|
||||
%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
|
||||
- Update to 2.0.5.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user