Whitespace fixes

This commit is contained in:
Kalev Lember 2017-03-21 09:59:39 +01:00
parent 104dbfd73f
commit 861bcc31f5

View File

@ -12,10 +12,7 @@ BuildRequires: gobject-introspection-devel
BuildRequires: libtool
BuildRequires: python2-devel
BuildRequires: python-gobject-base
# For tests
BuildRequires: vala
%if !0%{?rhel}
BuildRequires: python3-devel
BuildRequires: python3-gobject-base
@ -25,7 +22,6 @@ BuildRequires: python3-gobject-base
libgexiv2 is a GObject-based wrapper around the Exiv2 library.
It makes the basic features of Exiv2 available to GNOME applications.
%package devel
Summary: Development files for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release}
@ -70,12 +66,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%check
make check
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%license COPYING
%doc AUTHORS THANKS README