[Bug 959974] Review Request: liblfc - Lemke Foundation Classes

2013-05-18 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959974

--- Comment #3 from Christopher Meng cicku...@gmail.com ---
(In reply to comment #2)
 possible name-collision:
 Consider asking upstream having the lib renamed, eg. liblemkefc or
 liblemke-base (since it is the baselib for all FOSS on lemke-it.com...)

Aha..In fact upstream has changed the name to liblfcbase(How can you guess it!)

 rpmlint (for srpm):
 
 liblfc.src: W: spelling-error Summary(en_US) Lemke - Lepke, Lemme // ignored
 liblfc.src:46: E: hardcoded-library-path in /usr/lib/*.so.*
 liblfc.src:51: E: hardcoded-library-path in /usr/lib/*.so
 liblfc.src:22: W: mixed-use-of-spaces-and-tabs (spaces: line 3, tab: line 22)
 liblfc.src: W: file-size-mismatch lfc-1.5.2.tar.gz = 1032882,
 http://www.lemke-it.com/lfc-1.5.2.tar.gz = 1032866 (!?!)
 
 mock-build exhibits error (as promised by rpmlint):
 
 File not found by glob:
 /builddir/build/BUILDROOT/liblfc-1.5.2-1.fc20.x86_64/usr/lib/*.so.*
 
 in spec-file:
 
 %files
 %doc COPYING
 /usr/lib/*.so.* -- why you not use %{_libdir}/*.so.* ???
 
 same goes for -devel.

I know these problems at all. In fact Upstream has released at least 10 version
recently just because of this review. Prior to that upstream doesn't use Linux
to develope the program, as a result many things thorny has happened. So I stop
revising the spec until coming to stable.

These problems will be fixed later(upstream just released a new version 30
minutes ago...)

 Consider adding samples/*.cc to -devel %doc to give a basic idea how this
 lib can be useful.

Maybe.

 BTW: Upstream sources does not provide a way to create some useful docs
 (e.g. using doxygen). How shall one make use of this lib, if you don't know
 how to use without studying sources???

These libs are not for study in fact. Just a base classes for lemke products
like cego or etc...

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=FFS3T3krA7a=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 959974] Review Request: liblfc - Lemke Foundation Classes

2013-05-18 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959974

--- Comment #4 from Christopher Meng cicku...@gmail.com ---
Time to be reviewd!

Spec URL: http://cicku.me/liblfc.spec
SRPM URL: http://cicku.me/liblfc-1.5.4-1.fc20.src.rpm

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=epTEPAQXbpa=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 959974] Review Request: liblfc - Lemke Foundation Classes

2013-05-18 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959974

--- Comment #6 from Björn Esser bjoern.es...@gmail.com ---
Since my last comment wasn't mailed: please fix as seen in #5

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=o3yurId7Iza=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 959974] Review Request: liblfc - Lemke Foundation Classes

2013-05-17 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959974

Björn Esser bjoern.es...@gmail.com changed:

   What|Removed |Added

 CC||bjoern.es...@gmail.com

--- Comment #2 from Björn Esser bjoern.es...@gmail.com ---
Here we go...

possible name-collision:

yum provides */liblfc*
Loaded plugins: auto-update-debuginfo, fastestmirror, langpacks, presto,
  : priorities, refresh-packagekit
Loading mirror speeds from cached hostfile
13110 packages excluded due to repository priority protections
lcgdm-debuginfo-1.8.5-1.fc18.x86_64 : Debug information for package lcgdm
Repo: fedora-debuginfo
Matched from:
Filename: /usr/lib/debug/usr/lib64/liblfc.so.1.8.5.debug
Filename: /usr/lib/debug/usr/lib64/liblfc.so.debug
Filename: /usr/lib/debug/usr/lib64/liblfc.so.1.debug



lfc-devel-1.8.5-1.fc18.i686 : LFC development libraries and header files
Repo: fedora
Matched from:
Filename: /usr/lib/liblfc.so



lfc-devel-1.8.5-1.fc18.x86_64 : LFC development libraries and header files
Repo: fedora
Matched from:
Filename: /usr/lib64/liblfc.so



lfc-libs-1.8.5-1.fc18.i686 : LCG File Catalog (LFC) libraries
Repo: fedora
Matched from:
Filename: /usr/lib/liblfc.so.1.8.5
Filename: /usr/lib/liblfc.so.1



lfc-libs-1.8.5-1.fc18.x86_64 : LCG File Catalog (LFC) libraries
Repo: fedora
Matched from:
Filename: /usr/lib64/liblfc.so.1.8.5
Filename: /usr/lib64/liblfc.so.1

Consider asking upstream having the lib renamed, eg. liblemkefc or
liblemke-base (since it is the baselib for all FOSS on lemke-it.com...)

or use `Conflicts: lfc-libs` to get the pkg started until upstream changes

rpmlint (for srpm):

liblfc.src: W: spelling-error Summary(en_US) Lemke - Lepke, Lemme // ignored
liblfc.src:46: E: hardcoded-library-path in /usr/lib/*.so.*
liblfc.src:51: E: hardcoded-library-path in /usr/lib/*.so
liblfc.src:22: W: mixed-use-of-spaces-and-tabs (spaces: line 3, tab: line 22)
liblfc.src: W: file-size-mismatch lfc-1.5.2.tar.gz = 1032882,
http://www.lemke-it.com/lfc-1.5.2.tar.gz = 1032866 (!?!)

mock-build exhibits error (as promised by rpmlint):

File not found by glob:
/builddir/build/BUILDROOT/liblfc-1.5.2-1.fc20.x86_64/usr/lib/*.so.*

in spec-file:

%files
%doc COPYING
/usr/lib/*.so.* -- why you not use %{_libdir}/*.so.* ???

same goes for -devel.

Consider adding samples/*.cc to -devel %doc to give a basic idea how this lib
can be useful.

BTW: Upstream sources does not provide a way to create some useful docs (e.g.
using doxygen). How shall one make use of this lib, if you don't know how to
use without studying sources???

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=IKD0bmrU4za=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 959974] Review Request: liblfc - Lemke Foundation Classes

2013-05-15 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959974

--- Comment #1 from Christopher Meng cicku...@gmail.com ---
New upstream release more compatible with Linux.

Spec URL: http://cicku.me/liblfc.spec
SRPM URL: http://cicku.me/liblfc-1.5.2-1.fc20.src.rpm

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=Fv4jyykXCya=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 959974] Review Request: liblfc - Lemke Foundation Classes

2013-05-15 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959974

Christopher Meng cicku...@gmail.com changed:

   What|Removed |Added

 Blocks||962189
 Depends On|962189  |

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=LuVN5lGvaca=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 959974] Review Request: liblfc - Lemke Foundation Classes

2013-05-15 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959974

Christopher Meng cicku...@gmail.com changed:

   What|Removed |Added

 Blocks||960041

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=UhHqq7zdHxa=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 959974] Review Request: liblfc - Lemke Foundation Classes

2013-05-12 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959974

Christopher Meng cicku...@gmail.com changed:

   What|Removed |Added

 Depends On||962189

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=XuQunMj4Yoa=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review