- add %{?dist} tag

- add a BuildRequire on bzip2-devel
- add ldconfig to %post and %postun
This commit is contained in:
Roozbeh Pournader 2006-01-16 18:20:15 +00:00
parent 8b96e96f33
commit 57a087a39b

View File

@ -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 <roozbeh@farsiweb.info> - 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 <katzj@redhat.com> - 0.31.1-7
- and more buildrequires