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