diff --git a/autotrace.spec b/autotrace.spec index 5b59b0f..7c2029b 100644 --- a/autotrace.spec +++ b/autotrace.spec @@ -1,6 +1,6 @@ Name: autotrace Version: 0.31.1 -Release: 7 +Release: 8%{?dist} Summary: Utility for converting bitmaps to vector graphics @@ -16,6 +16,7 @@ BuildRequires: libexif-devel BuildRequires: libtiff-devel BuildRequires: libjpeg-devel BuildRequires: libxml2-devel +BuildRequires: bzip2-devel #BuildRequires: pstoedit-devel BuildConflicts: pstoedit-devel @@ -60,6 +61,12 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' rm -rf $RPM_BUILD_ROOT +%post -p /sbin/ldconfig + + +%postun -p /sbin/ldconfig + + %files %defattr(-,root,root,-) %doc AUTHORS COPYING COPYING.LIB ChangeLog FAQ NEWS README THANKS TODO @@ -79,6 +86,11 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Jan 16 2006 Roozbeh Pournader - 0.31.1-8 +- add %%{?dist} tag +- add a BuildRequire on bzip2-devel +- add ldconfig to %%post and %%postun + * Thu May 26 2005 Jeremy Katz - 0.31.1-7 - and more buildrequires