Bug 875313 (python-corba) - Review Request: python-corba - MATE Desktop python corba bindings
Summary: Review Request: python-corba - MATE Desktop python corba bindings
Keywords:
Status: CLOSED CANTFIX
Alias: python-corba
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Nobody's working on this, feel free to take it
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
: 875315 (view as bug list)
Depends On: MATE-DE-tracker
Blocks: 875308
TreeView+ depends on / blocked
 
Reported: 2012-11-10 12:15 UTC by Dan Mashal
Modified: 2012-11-18 14:20 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2012-11-18 14:20:25 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Dan Mashal 2012-11-10 12:15:53 UTC
SPEC URL: http://vicodan.fedorapeople.org/matespec/python-corba.spec

SRPM URL: http://vicodan.fedorapeople.org/materpms/srpms/python-corba-1.4.0-1.fc19.src.rpm

Description: MATE Desktop python corba bindings

Comment 1 Dan Mashal 2012-11-10 12:40:50 UTC
*** Bug 875315 has been marked as a duplicate of this bug. ***

Comment 2 leigh scott 2012-11-10 13:31:39 UTC
Your buildrequires are wrong

change

BuildRequires:	mate-common mate-doc-utils mate-corba-devel gtk2-devel python2-devel pygobject2-devel pygtk2-devel 


to

BuildRequires: mate-corba-devel
BuildRequires: glib2-devel
BuildRequires: libIDL-devel
BuildRequires: mate-common
BuildRequires: python2-devel



You need to filter the provides

add

# We don't want to provide private python extension libs.
%{?filter_setup:
%filter_provides_in %{python_sitearch}/.*\.so$
%filter_setup
}



package description is wrong please fix


%description
MATE Desktop menu editor


In fact they are all off IMO


%description
MATE Desktop menu editor

%package devel
Summary: MATE Desktop python corba bindings

%description devel
MATE Desktop python corba bindings


This would be better and adds the missing requirement on devel



%description
Provides the Python bindings for mate-corba

%package devel
Summary: Development files for python-corba
Requires: %{name}%{?_isa} = %{version}-%{release}

%description devel
Provides the development files for the Python bindings
used by mate-corba

Comment 3 leigh scott 2012-11-18 14:20:25 UTC
This package is retired upstream.


Note You need to log in before you can comment on or make changes to this bug.