Accepting request 105631 from home:vuntz:branches:GNOME:Factory

Drop -f from rm; we should never use this

OBS-URL: https://build.opensuse.org/request/show/105631
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libxklavier?expand=0&rev=27
This commit is contained in:
Vincent Untz 2012-02-17 08:51:20 +00:00 committed by Git OBS Bridge
parent e8e8ea805e
commit b783325517
2 changed files with 3 additions and 1 deletions

View File

@ -6,6 +6,8 @@ Thu Feb 16 18:55:08 UTC 2012 - dimstar@opensuse.org
- Remove xz BuildRequires now that it comes for free in the build
system.
- Drop libxklavier-fix-gir-build.patch: fixed upstream.
- Change glib2-devel and libxml2-devel BuildRequires to their
pkgconfig() equivalents: glib-2.0 and libxml-2.0.
- Clean spec file using spec-cleaner.
-------------------------------------------------------------------

View File

@ -88,7 +88,7 @@ make %{?_smp_mflags}
%install
%make_install
rm -vf %{buildroot}%{_libdir}/*.la
rm -v %{buildroot}%{_libdir}/*.la
%post -n libxklavier16 -p /sbin/ldconfig