Bug 814916 - Review Request: sratom - a C library for serializing LV2 plugins
Summary: Review Request: sratom - a C library for serializing LV2 plugins
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Mattias Ellert
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On: 814542
Blocks: FedoraAudio 797418 814924
TreeView+ depends on / blocked
 
Reported: 2012-04-21 10:07 UTC by Brendan Jones
Modified: 2012-05-28 01:22 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-05-28 01:22:13 UTC
Type: Bug
Embargoed:
mattias.ellert: fedora-review+
gwync: fedora-cvs+


Attachments (Terms of Use)

Description Brendan Jones 2012-04-21 10:07:24 UTC
sratom is a C library for serializing LV2 atoms to/from Turtle. It is
intended to be a full serialization solution for LV2 atoms, allowing
implementations to serialise binary atoms to strings and read them back again.
This is particularly useful for saving plugin state, or implementing plugin
control with network transparency.

This is a dependency for the new upstream release of package lilv (0.14.0).

SPEC: http://bsjones.fedorapeople.org/lv2/sratom.spec
SRPM: http://bsjones.fedorapeople.org/lv2/sratom-0.2.0-1.fc16.src.rpm

rpmlint /home/bsjones/rpmbuild/SRPMS/sratom-0.2.0-1.fc16.src.rpm /home/bsjones/rpmbuild/RPMS/x86_64/sratom-0.2.0-1.fc16.x86_64.rpm /home/bsjones/rpmbuild/RPMS/x86_64/sratom-devel-0.2.0-1.fc16.x86_64.rpm /home/bsjones/rpmbuild/RPMS/x86_64/sratom-debuginfo-0.2.0-1.fc16.x86_64.rpm

4 packages and 0 specfiles checked; 0 errors, 0 warnings.

Comment 1 Brendan Jones 2012-04-21 21:19:47 UTC
Build requirements exist in rawhide only for the moment

Comment 2 Orcan Ogetbil 2012-04-22 01:00:43 UTC
Hi, could you clarify why this blocks qtractor?

Comment 3 Orcan Ogetbil 2012-04-22 03:44:55 UTC
I see that the new lilv requires sratom, but I don't think qtractor requires the new lilv specifically.

Comment 4 Brendan Jones 2012-04-22 06:45:44 UTC
That's right - not specifically, I just wanted to hold up the qtractor review against the new LV2 (lv2/lilv/suil) updates. Up until now qtractor is the only package that is using suil/lilv.

Comment 5 Orcan Ogetbil 2012-04-22 15:43:11 UTC
I made a full review on this, but I see that Mattias is already assigned to the bug. I'll post my findings anyways:

! rpmlint says:
   sratom.x86_64: W: spelling-error %description -l en_US serialisation -> serialization, sensationalist, sensationalism
   sratom.x86_64: W: spelling-error %description -l en_US serialise -> serialize, serial, aerialist
   sratom.src: W: spelling-error Summary(en_US) serialising -> serializing, serialization
There was a requirement that says the spec file must be written in American English, so I guess we should use serializ*

* Need to add 
   BuildRequires:  serd-devel >= 0.14.0


Other than the above, the package is good to go.

Comment 6 Mattias Ellert 2012-04-22 19:40:58 UTC
Fedora Review sratom 2012-04-22

$ rpmlint sratom*.rpm
sratom.src: W: spelling-error Summary(en_US) serialising -> serializing, serialization
sratom.src: W: spelling-error %description -l en_US serialising -> serializing, serialization
sratom.src: W: spelling-error %description -l en_US serialisation -> serialization, sensationalist, sensationalism
sratom.src: W: spelling-error %description -l en_US serialise -> serialize, serial, aerialist
sratom.x86_64: W: spelling-error Summary(en_US) serialising -> serializing, serialization
sratom.x86_64: W: spelling-error %description -l en_US serialising -> serializing, serialization
sratom.x86_64: W: spelling-error %description -l en_US serialisation -> serialization, sensationalist, sensationalism
sratom.x86_64: W: spelling-error %description -l en_US serialise -> serialize, serial, aerialist
sratom-devel.x86_64: W: spelling-error %description -l en_US serialising -> serializing, serialization
sratom-devel.x86_64: W: spelling-error %description -l en_US serialisation -> serialization, sensationalist, sensationalism
sratom-devel.x86_64: W: spelling-error %description -l en_US serialise -> serialize, serial, aerialist
4 packages and 0 specfiles checked; 0 errors, 11 warnings.

Clean except for American English spelling in Summary and Description.


+ Package name according to guidelines
+ Specfile named after package
+ Package license (MIT) Fedora approved
+ Package license reflects license as stated in the sources
+ License file (COPYING) included as %doc

- Specfile uses British spelling in summary and description
  This should be changed to American spelling according to guidelines
  See also the rpmlint report above

+ Specfile is readable
+ Source matches upstream

$ md5sum sratom-0.2.0.tar.bz2 srpm/sratom-0.2.0.tar.bz2 
c03cf2849186818610ffe889be4f5b55  sratom-0.2.0.tar.bz2
c03cf2849186818610ffe889be4f5b55  srpm/sratom-0.2.0.tar.bz2

- Package fail to build due to missing BuildRequires: python

./waf configure -v --prefix=/usr --libdir=/usr/lib64 --mandir=/usr/share/man --datadir=/usr/share --docdir=/usr/share/doc/sratom-devel-0.2.0 --test --docs
/usr/bin/env: python: No such file or directory
error: Bad exit status from /var/tmp/rpm-tmp.3g1rbM (%build)

[ Also my rebuild of the lv2 package on which this package depends failed with the same error ]

+ No locales
+ Scriptlets call ldconfig
+ No bundled libraries
+ Package owns directories it creates
+ No duplicates in %files
+ File permissions are sane
+ Specfile uses macros consistently
+ Contains code
+ Documentation is in -devel, though can be considered small
+ %doc not runtime essential
+ No static libraries
+ Headers and develoment library symlinks in -devel
+ -devel requires main with fully qualified version
+ No .la files
+ Package does not own ohters' libraries
+ Filenames valid UTF8

Summary:

Fix American spelling and add missing BR on python

Comment 7 Brendan Jones 2012-04-23 11:46:34 UTC
SPEC: http://bsjones.fedorapeople.org/lv2/sratom.spec
SRPM: http://bsjones.fedorapeople.org/lv2/sratom-0.2.0-2.fc16.src.rpm

I've addressed the issues you picked up. Apologies for the missing BR.

I've discovered a bug in the build tests for i686, and this will currently fail in mock. Seems to be OK for x86_64. I'll work through this with upstream and get it patched.

Comment 8 Mattias Ellert 2012-04-24 15:22:28 UTC
Package approved.

Comment 9 Brendan Jones 2012-04-29 19:25:56 UTC
Thanks for taking this review

New Package SCM Request
=======================
Package Name: sratom
Short Description: A C library for serializing LV2 atoms
Owners: bsjones
Branches: f16 f17
InitialCC:

Comment 10 Gwyn Ciesla 2012-04-29 21:00:03 UTC
Git done (by process-git-requests).

Comment 11 Fedora Update System 2012-05-15 05:55:06 UTC
sratom-0.2.0-3.fc17 has been submitted as an update for Fedora 17.
https://admin.fedoraproject.org/updates/sratom-0.2.0-3.fc17

Comment 12 Fedora Update System 2012-05-15 16:41:56 UTC
sratom-0.2.0-3.fc17 has been pushed to the Fedora 17 testing repository.

Comment 13 Fedora Update System 2012-05-28 01:22:13 UTC
sratom-0.2.0-3.fc17 has been pushed to the Fedora 17 stable repository.


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