diff --git a/libfontenc.spec b/libfontenc.spec index f03f803..b0f705b 100644 --- a/libfontenc.spec +++ b/libfontenc.spec @@ -1,7 +1,7 @@ Summary: X.Org X11 libfontenc runtime library Name: libfontenc Version: 1.0.4 -Release: 2%{?dist} +Release: 3%{?dist} License: MIT/X11 Group: System Environment/Libraries URL: http://www.x.org @@ -71,7 +71,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc AUTHORS COPYING README INSTALL ChangeLog +%doc AUTHORS COPYING README ChangeLog %{_libdir}/libfontenc.so.1 %{_libdir}/libfontenc.so.1.0.0 @@ -87,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/fontenc.pc %changelog +* Sat Apr 21 2007 Matthias Clasen 1.0.4-3 +- Don't install INSTALL + * Wed Jan 24 2007 Adam Jackson 1.0.4-2 - Add BuildRequires on xorg-x11-font-utils to set encodings path correctly.