[Log4cplus-devel] [ log4cplus-Bugs-3539046 ] log4cplus.spec file fails in Fedora 14
Logging Framework for C++
Brought to you by:
wilx
From: SourceForge.net <no...@so...> - 2012-07-14 13:10:29
|
Bugs item #3539046, was opened at 2012-06-29 12:55 Message generated for change (Comment added) made by wilx You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=429073&aid=3539046&group_id=40830 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Build Group: v1.1.x Status: Open Resolution: Remind Priority: 5 Private: No Submitted By: Brian (badrizzle) Assigned to: Václav Zeman (wilx) Summary: log4cplus.spec file fails in Fedora 14 Initial Comment: when running rpmbuild -ta ~/rpmbuild/SOURCES/log4cplus-1.0.4.1.tar.gz , several error occur 1) "Copyright" is not recognized with rpmbuild, should be replaced with "License" 2) the version number at top is "1.0.4", should be "1.0.4.1" 3) several headers in the include/log4cplus/config directory are not expected and thus rpmbuild breaks. Attached is the spec file that I used that got me through everything. ---------------------------------------------------------------------- >Comment By: Václav Zeman (wilx) Date: 2012-07-14 06:10 Message: Could you please check your rpmbuild with the attached log4cplus.spec file instead? I think that your changes removing all of the log4cplus/config* files is not correct. The attached spec file changes it to do this instead: rm -f $RPM_BUILD_ROOT%{prefix}/include/log4cplus/config/stamp-* rm -f $RPM_BUILD_ROOT%{prefix}/include/log4cplus/config/*.in rm -f $RPM_BUILD_ROOT%{prefix}/include/log4cplus/stamp-* The log4cplus.spec file also contains some additional changes that I think might be beneficial. ---------------------------------------------------------------------- Comment By: Václav Zeman (wilx) Date: 2012-06-29 14:01 Message: I have committed your version of the file to 1.0.4.1 branch. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=429073&aid=3539046&group_id=40830 |