[Bug 718043] New: Review Request: pyxfce - Xfce bindings for Python
by Red Hat Bugzilla
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(a)fedoraproject.org
ReportedBy: raphgro(a)web.de
QAContact: extras-qa(a)fedoraproject.org
CC: notting(a)redhat.com,
package-review(a)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.
10 years, 1 month
[Bug 717741] New: Review Request: VMDKstream - Python tool to convert raw disk images to stream-optimized VMDK files
by Red Hat Bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: Review Request: VMDKstream - Python tool to convert raw disk images to stream-optimized VMDK files
https://bugzilla.redhat.com/show_bug.cgi?id=717741
Summary: Review Request: VMDKstream - Python tool to convert
raw disk images to stream-optimized VMDK files
Product: Fedora
Version: rawhide
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: unspecified
Priority: unspecified
Component: Package Review
AssignedTo: nobody(a)fedoraproject.org
ReportedBy: clalance(a)redhat.com
QAContact: extras-qa(a)fedoraproject.org
CC: notting(a)redhat.com,
package-review(a)lists.fedoraproject.org
Classification: Fedora
Story Points: ---
Spec URL: http://people.redhat.com/clalance/VMDKstream/VMDKstream.spec
SRPM URL:
http://people.redhat.com/clalance/VMDKstream/VMDKstream-0.2-1.fc14.src.rpm
Description:
While adding support for VMWare ESX/vSphere to the Image Factory project
we discovered that we needed to support the "stream-optimized" variant
of VMDK.
This module is a first draft attempt to do so.
It is known to work on ESXi 4.1.
This format is only useful if you are attempting to import virtual machines
into ESX using the vSphere SOAP API and HTTP POST uploads of image files.
(In which case, it is required.)
[clalance@localhost SPECS]$ rpmlint ../SRPMS/VMDKstream-0.2-1.fc14.src.rpm
VMDKstream.src: W: spelling-error %description -l en_US vSphere -> v Sphere,
sphere, spherule
VMDKstream.src: W: invalid-url Source0: VMDKstream-0.2.tar.gz
1 packages and 0 specfiles checked; 0 errors, 2 warnings.
[clalance@localhost SPECS]$ rpmlint VMDKstream.spec
VMDKstream.spec: W: invalid-url Source0: VMDKstream-0.2.tar.gz
0 packages and 1 specfiles checked; 0 errors, 1 warnings.
(upstream VMDKstream doesn't do tarball releases, so there is no URL to point
to for the source)
--
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.
10 years, 3 months
[Bug 670007] New: Review Request: ghc-bloomfilter - A fast, space efficient Bloom filter implementation
by Red Hat Bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: Review Request: ghc-bloomfilter - A fast, space efficient Bloom filter implementation
Alias: ghc-bloomfilter
https://bugzilla.redhat.com/show_bug.cgi?id=670007
Summary: Review Request: ghc-bloomfilter - A fast, space
efficient Bloom filter implementation
Product: Fedora
Version: rawhide
Platform: All
OS/Version: Linux
Status: NEW
Severity: medium
Priority: low
Component: Package Review
AssignedTo: nobody(a)fedoraproject.org
ReportedBy: lakshminaras2002(a)gmail.com
QAContact: extras-qa(a)fedoraproject.org
CC: notting(a)redhat.com, fedora-package-review(a)redhat.com,
fedora-haskell-list(a)redhat.com
Estimated Hours: 0.0
Classification: Fedora
SPEC file URL : http://narasim.fedorapeople.org/ghc-bloomfilter.spec
SRPM URL :
http://narasim.fedorapeople.org/ghc-bloomfilter-1.2.6.7-1.f13.src.rpm
rpmlint output:
rpmlint -i ghc-bloomfilter-*fc14*.rpm ../ghc-bloomfilter.spec
ghc-bloomfilter-prof.i686: E: devel-dependency ghc-bloomfilter-devel
Your package has a dependency on a devel package but it's not a devel package
itself.
ghc-bloomfilter-prof.i686: W: no-documentation
The package contains no documentation (README, doc, etc). You have to include
documentation files.
ghc-bloomfilter-prof.i686: W: devel-file-in-non-devel-package
/usr/lib/ghc-6.12.3/bloomfilter-1.2.6.7/libHSbloomfilter-1.2.6.7_p.a
A development file (usually source code) is located in a non-devel package. If
you want to include source code in your package, be sure to create a
development package.
4 packages and 1 specfiles checked; 1 errors, 2 warnings.
--
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.
11 years, 7 months