[Bug 718043] New: Review Request: pyxfce - Xfce bindings for Python

bugzilla at redhat.com bugzilla at redhat.com
Thu Jun 30 19:25:49 UTC 2011


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: Review Request: pyxfce - Xfce bindings for Python

https://bugzilla.redhat.com/show_bug.cgi?id=718043

           Summary: Review Request: pyxfce - Xfce bindings for Python
           Product: Fedora
           Version: rawhide
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: medium
          Priority: unspecified
         Component: Package Review
        AssignedTo: nobody at fedoraproject.org
        ReportedBy: raphgro at web.de
         QAContact: extras-qa at fedoraproject.org
                CC: notting at redhat.com,
                    package-review at lists.fedoraproject.org
    Classification: Fedora
      Story Points: ---


Scratch koji build: https://koji.fedoraproject.org/koji/taskinfo?taskID=3172742


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

Name:           pyxfce
Version:        4.6.0 
Release:        1%{?dist}
Summary:        Xfce bindings for Python
Group:          Development/Languages
License:        BSD
URL:            http://pyxfce.xfce.org
Source0:        http://pyxfce.xfce.org/pyxfce-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  libxfcegui4-devel
BuildRequires:  libxfce4menu-devel
BuildRequires:  python-devel
BuildRequires:  pygtk2-devel

Requires:       libxfcegui4
Requires:       libxfce4menu
Requires:       python
Requires:       pygtk2

%description
pyxfce are Xfce bindings for Python. 
You can use Python to create Xfce programs, after you installed pyxfce.

%package devel
Summary: Development files for building add-on libraries
Group: Development/Languages
Requires: %{name} = %{version}-%{release}

%description devel
This package contains files required to build wrappers for Xfce add-on
libraries so that they interoperate with pyxfce.


%prep
%setup -q


%build
%configure
make

%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README TODO COPYING ChangeLog AUTHORS
%{python_sitearch}/xfce4/

%files devel
%{_datadir}/%{name}/
%{_libdir}/pkgconfig/pyxfce-1.0.pc


%changelog
* Thu Jun 30 2011 Raphael Groner <raphgro-at-web.de> 4.6.0-1
- Initial version

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list