- add %{?dist} tag
- add a BuildRequire on bzip2-devel - add ldconfig to %post and %postun
This commit is contained in:
parent
8b96e96f33
commit
57a087a39b
@ -1,6 +1,6 @@
|
|||||||
Name: autotrace
|
Name: autotrace
|
||||||
Version: 0.31.1
|
Version: 0.31.1
|
||||||
Release: 7
|
Release: 8%{?dist}
|
||||||
|
|
||||||
Summary: Utility for converting bitmaps to vector graphics
|
Summary: Utility for converting bitmaps to vector graphics
|
||||||
|
|
||||||
@ -16,6 +16,7 @@ BuildRequires: libexif-devel
|
|||||||
BuildRequires: libtiff-devel
|
BuildRequires: libtiff-devel
|
||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
|
BuildRequires: bzip2-devel
|
||||||
#BuildRequires: pstoedit-devel
|
#BuildRequires: pstoedit-devel
|
||||||
BuildConflicts: 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
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
|
||||||
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
|
|
||||||
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS COPYING COPYING.LIB ChangeLog FAQ NEWS README THANKS TODO
|
%doc AUTHORS COPYING COPYING.LIB ChangeLog FAQ NEWS README THANKS TODO
|
||||||
@ -79,6 +86,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu May 26 2005 Jeremy Katz <katzj@redhat.com> - 0.31.1-7
|
||||||
- and more buildrequires
|
- and more buildrequires
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user