Spec URL: http://resources.ovirt.org/repos/staging/reflections.spec SRPM URL: http://resources.ovirt.org/repos/staging/reflections-0.9.9-1.fc22.src.rpm Description: Java runtime metadata analysis, in the spirit of Scannotations Reflections scans your classpath, indexes the metadata, allows you to query it on runtime and may save and collect that information for many modules within your project. Using Reflections you can query your metadata such as: * get all subtypes of some type * get all types/members annotated with some annotation, optionally with annotation parameters matching * get all resources matching a regular expression * get all methods with specific signature including parameters, parameter annotations and return type Fedora Account System Username: sbonazzo
Couple of items from a quick glance at the spec: * BuildRoot tag and %clean section is not necessary unless you plan to maintain this package in EPEL5 too, see https://fedoraproject.org/wiki/Packaging:Guidelines#BuildRoot_tag and https://fedoraproject.org/wiki/Packaging:Guidelines#.25clean * You have nothing specified in your %doc tags When making changes to your spec, don't forget to bump the release number (rpmdev-bumpspec command can do this for you) and re-upload a new spec file and source rpm.
(In reply to Mat Booth from comment #1) > Couple of items from a quick glance at the spec: > > * BuildRoot tag and %clean section is not necessary unless you plan to > maintain this package in EPEL5 too, see > https://fedoraproject.org/wiki/Packaging:Guidelines#BuildRoot_tag and > https://fedoraproject.org/wiki/Packaging:Guidelines#.25clean > > * You have nothing specified in your %doc tags > > When making changes to your spec, don't forget to bump the release number > (rpmdev-bumpspec command can do this for you) and re-upload a new spec file > and source rpm. Done Spec URL: http://resources.ovirt.org/repos/staging/reflections.spec SRPM URL: http://resources.ovirt.org/repos/staging/reflections-0.9.9-2.fc22.src.rpm
This bug is a duplicate of https://bugzilla.redhat.com/show_bug.cgi?id=834574
Thanks Gil, closing this as duplicate. *** This bug has been marked as a duplicate of bug 834574 ***