Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Review Request: libtirpc https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=202224 ------- Additional Comments From jkeating@xxxxxxxxxx 2006-08-15 19:27 EST ------- Proposed patch to fix things up: Also changes my example removal of static libs to use your preferred %{buildroot} rather than $RPM_BUILD_ROOT, for consistency sake. --- ./libtirpc.spec.jk 2006-08-15 18:03:45.000000000 -0400 +++ ./libtirpc.spec 2006-08-15 18:36:58.000000000 -0400 @@ -51,7 +51,7 @@ %build autoreconf -fisv -%configure --enable-gss --prefix=%{buildroot} +%configure --enable-gss make all %install @@ -59,7 +59,7 @@ mkdir -p %{buildroot}/etc make install DESTDIR=%{buildroot} # Don't package .a or .la files -rm -f $RPM_BUILD_ROOT%{_libdir}/*.{a,la} +rm -f %{buildroot}%{_libdir}/*.{a,la} %post -p /sbin/ldconfig @@ -72,7 +72,7 @@ %defattr(-,root,root) %doc AUTHORS ChangeLog NEWS README %{_libdir}/libtirpc.so.* -%{_sysconfdir}/netconfig +%config(noreplace) %{_sysconfdir}/netconfig %files devel %defattr(0644,root,root,755) -- Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review