rpms/mpqc/devel mpqc.spec,1.1,1.2

Carl Byington carllibpst at fedoraproject.org
Wed Jul 7 23:29:04 UTC 2010


Author: carllibpst

Update of /cvs/pkgs/rpms/mpqc/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv22579

Modified Files:
	mpqc.spec 
Log Message:
Subpackage Licensing


Index: mpqc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mpqc/devel/mpqc.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- mpqc.spec	9 Jan 2010 06:44:39 -0000	1.1
+++ mpqc.spec	7 Jul 2010 23:29:04 -0000	1.2
@@ -1,12 +1,13 @@
 Name:           mpqc
 Summary:        Ab-inito chemistry program
 Version:        2.3.1
-Release:        12%{?dist}
+Release:        13%{?dist}
 License:        GPLv2+ and LGPLv2+
 Group:          Applications/Engineering
 URL:            http://mpqc.org/
 Source:         http://downloads.sourceforge.net/mpqc/%{name}-%{version}.tar.bz2
 Patch0:         mpqc-2.3.1-mdv-fix-wfn-lib.patch
+Requires:       %{name}-libs = %{version}-%{release}
 BuildRequires:  autoconf flex bison
 BuildRequires:  desktop-file-utils
 BuildRequires:  gcc-gfortran tk doxygen
@@ -24,6 +25,7 @@ oriented, using the C++ programming lang
 %package data
 Summary:    Atom info and basis sets from MPQC
 Group:      Applications/Engineering
+Requires:   %{name}-doc = %{version}-%{release}
 BuildArch:  noarch
 
 %description data
@@ -145,6 +147,7 @@ rm -rf %{buildroot}
 %files doc
 %defattr(-,root,root,-)
 %doc doc/html
+%doc LICENSE COPYING COPYING.LIB
 
 %files libs
 %defattr(-,root,root)
@@ -161,6 +164,11 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Jul 07 2010 Carl Byington <carl at five-ten-sg.com> 2.3.1-13
+- Subpackage Licensing, main package requires -libs to get
+  license files. -data requires -doc with another copy of the
+  license files.
+
 * Fri Jan 08 2010 Carl Byington <carl at five-ten-sg.com> 2.3.1-12
 - cp -p to preserve time stamps.
 - remove assumption that mandir = datadir/man



More information about the scm-commits mailing list