[libmowgli] remove indentation

Michael Schwendt mschwendt at fedoraproject.org
Wed Jan 5 09:41:18 UTC 2011


commit 61150a160e603ab0b346e904c352401094d3aefd
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Wed Jan 5 10:41:04 2011 +0100

    remove indentation

 libmowgli.spec |   26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)
---
diff --git a/libmowgli.spec b/libmowgli.spec
index bd5a86b..f37ca9d 100644
--- a/libmowgli.spec
+++ b/libmowgli.spec
@@ -1,18 +1,18 @@
 %define examplesdir __tmp_examples
 
-Name:           libmowgli
-Version:        0.7.1
-Release:        2%{?dist}
-Summary:        Library of many utility functions and classes
-Group:          System Environment/Libraries
+Name: libmowgli
+Version: 0.7.1
+Release: 2%{?dist}
+Summary: Library of many utility functions and classes
+Group: System Environment/Libraries
 
 # https://fedoraproject.org/wiki/Licensing/MIT
-License:        MIT
+License: MIT
 
-URL:            http://www.atheme.org/project/mowgli
+URL: http://www.atheme.org/project/mowgli
 
-Source0:        http://distfiles.atheme.org/libmowgli-%{version}.tgz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Source0: http://distfiles.atheme.org/libmowgli-%{version}.tgz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # fixed upstream
 Patch0: libmowgli-0.7.1-list-offbyone.patch
@@ -26,11 +26,11 @@ powerful hook system and convenient logging for your code, as well as a high
 performance block allocator.
 
 %package devel
-Summary:        Files needed for developing with libmowgli
-Group:          Development/Libraries
+Summary: Files needed for developing with libmowgli
+Group: Development/Libraries
 
-Requires:       libmowgli = %{version}-%{release}
-Requires:       pkgconfig
+Requires: libmowgli = %{version}-%{release}
+Requires: pkgconfig
 
 %description devel
 This package contains the files that are needed when building


More information about the scm-commits mailing list