Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=474843





--- Comment #2 from Jason Tibbitts <[EMAIL PROTECTED]>  2008-12-06 19:38:49 EDT 
---
The problem is that things are a little bit too trivial, so you end up rolling 
your own and the automated debuginfo extraction bits get confused.  Try these:

%prep
%setup -c -T
cp %{SOURCE0} .
cp %{SOURCE1} .

%build
gcc $RPM_OPT_FLAGS pdfbook.c -o pdfbook

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p ${RPM_BUILD_ROOT}%{_bindir}/
install -m 755 %{name} ${RPM_BUILD_ROOT}%{_bindir}/

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc README
%{_bindir}/*

Builds fine for me, with no rpmlint complaints and a proper debuginfo file.

-- 
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.

_______________________________________________
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review

Reply via email to