[hsqldb1] Use .mfiles generated during build

gil gil at fedoraproject.org
Sun Jun 8 15:59:40 UTC 2014


commit 9f996638c593a29df78e35c25565bdd80730dad0
Author: gil <puntogil at libero.it>
Date:   Sun Jun 8 17:59:29 2014 +0200

    Use .mfiles generated during build

 hsqldb1.spec |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)
---
diff --git a/hsqldb1.spec b/hsqldb1.spec
index 1da27f4..06c2de6 100644
--- a/hsqldb1.spec
+++ b/hsqldb1.spec
@@ -7,7 +7,6 @@ Release:       4%{?dist}
 Summary:       HyperSQL Database Engine
 License:       BSD
 URL:           http://hsqldb.sourceforge.net/
-Group:         Development/Libraries
 Source0:       http://downloads.sourceforge.net/hsqldb/hsqldb_%{cvs_version}.zip
 Source1:       http://mirrors.ibiblio.org/pub/mirrors/maven2/hsqldb/hsqldb/1.8.0.10/hsqldb-1.8.0.10.pom
 Patch0:        hsqldb-jdbc-4.1.patch
@@ -38,7 +37,6 @@ database management system that is completely free under the Modified
 BSD License. Yes, that's right, completely free of cost or restrictions!
 
 %package javadoc
-Group:         Documentation
 Summary:       Javadoc for %{name}
 
 %description javadoc
@@ -83,11 +81,8 @@ install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
 mkdir -p %{buildroot}%{_javadocdir}/%{name}
 cp -r doc/src/* %{buildroot}%{_javadocdir}/%{name}
 
-%files
+%files -f .mfiles
 %doc doc/hsqldb_lic.txt
-%{_javadir}/*
-%{_mavendepmapfragdir}/*
-%{_mavenpomdir}/*
 
 %files javadoc
 %{_javadocdir}/%{name}


More information about the scm-commits mailing list