[libguac/el6: 1/2] SPEC file cleanup

Simone Caronni slaanesh at fedoraproject.org
Fri Jun 7 16:58:27 UTC 2013


commit 9610dca6b49ead68f96a929110d165e4d3f959d4
Author: Simone Caronni <negativo17 at gmail.com>
Date:   Fri Jun 7 18:57:22 2013 +0200

    SPEC file cleanup

 libguac.spec |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/libguac.spec b/libguac.spec
index 3b4a95a..c700df1 100644
--- a/libguac.spec
+++ b/libguac.spec
@@ -2,7 +2,6 @@ Name:           libguac
 Version:        0.7.0
 Release:        3%{?dist}
 Summary:        The common library used by all C components of Guacamole
-Group:          System Environment/Libraries
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 URL:            http://guac-dev.org/
 Source0:        http://guac-dev.org/pub/dist/source/%{name}-%{version}.tar.gz
@@ -31,29 +30,24 @@ Requires:       %{name}%{?_isa} = %{version}-%{release}
 The %{name}-devel package contains libraries and header files for
 developing applications that use %{name}.
 
-
 %prep
 %setup -q
 
-
 %build
 %configure --disable-static LIBS="-lrt"
 make %{?_smp_mflags} CFLAGS="%{optflags}"
 cd doc/
 doxygen Doxyfile
 
-
 %install
 make install DESTDIR=%{buildroot} INSTALL="install -p"
 find %{buildroot} -name '*.la' -delete
 cp -fr doc/doxygen-output/html .
 
-
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
 
-
 %files
 %doc AUTHORS LICENSE README
 %{_libdir}/*.so.*
@@ -63,7 +57,6 @@ cp -fr doc/doxygen-output/html .
 %{_includedir}/*
 %{_libdir}/*.so
 
-
 %changelog
 * Mon Mar 25 2013 Simone Caronni <negativo17 at gmail.com> - 0.7.0-3
 - Source rebuilt upstream due to bug: http://guac-dev.org/trac/ticket/298


More information about the scm-commits mailing list