From b8a36f65983752d1242baa4390c4984b85f732af Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 14 Nov 2017 09:11:43 +0100 Subject: [PATCH] don't mix spaces and tabs Signed-off-by: Igor Gnatenko --- protobuf-c.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protobuf-c.spec b/protobuf-c.spec index 6fc28f7..a686fb3 100644 --- a/protobuf-c.spec +++ b/protobuf-c.spec @@ -7,7 +7,7 @@ Summary: C bindings for Google's Protocol Buffers Group: System Environment/Libraries License: BSD URL: https://github.com/protobuf-c/protobuf-c -Source0: https://github.com/protobuf-c/protobuf-c/releases/download/v%{version}/%{name}-%{version}.tar.gz +Source0: https://github.com/protobuf-c/protobuf-c/releases/download/v%{version}/%{name}-%{version}.tar.gz BuildRequires: autoconf automake libtool protobuf-devel