diff --git a/libglade2.spec b/libglade2.spec index 5ae351f..1a9fbd9 100644 --- a/libglade2.spec +++ b/libglade2.spec @@ -5,6 +5,7 @@ Release: 21%{?dist} License: LGPLv2+ Source: http://download.gnome.org/sources/libglade/2.6/libglade-%{version}.tar.bz2 URL: http://www.gnome.org + Requires: xml-common BuildRequires: libxml2-devel BuildRequires: gtk2-devel @@ -51,13 +52,14 @@ make %{?_smp_mflags} %install mkdir -p $RPM_BUILD_ROOT%{_libdir}/libglade/2.0 make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" -find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' +find $RPM_BUILD_ROOT -name '*.la' -delete %ldconfig_scriptlets %files -%doc AUTHORS NEWS README COPYING +%license COPYING +%doc AUTHORS NEWS README %{_libdir}/lib*.so.* %dir %{_libdir}/libglade %dir %{_libdir}/libglade/2.0