rpms/getdata/devel getdata-0.3.1.tar.gz.sig, NONE, 1.1 getdata.spec, 1.1, 1.2

Matthew D Truch mtruch at fedoraproject.org
Mon Oct 20 19:35:49 UTC 2008


Author: mtruch

Update of /cvs/extras/rpms/getdata/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5801

Modified Files:
	getdata.spec 
Added Files:
	getdata-0.3.1.tar.gz.sig 
Log Message:
Fixes requested during initial Fedora review.  BZ 463017



--- NEW FILE getdata-0.3.1.tar.gz.sig ---
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iD8DBQBI2mPBHjxAJ9xPubwRAjXFAJ99qpa8nrN6std9gXSNtq7gXgXWIQCffLSL
VrS0a1bep4NLwrEGusrmSzk=
=wPjE
-----END PGP SIGNATURE-----


Index: getdata.spec
===================================================================
RCS file: /cvs/extras/rpms/getdata/devel/getdata.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- getdata.spec	16 Oct 2008 15:42:43 -0000	1.1
+++ getdata.spec	20 Oct 2008 19:35:19 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           getdata
 Version:        0.3.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Library for reading and writing dirfile data
 
 Group:          Development/Libraries
@@ -27,12 +27,13 @@
 
 %description devel
 Headers required when building a program against the GetData library.
-Includes C++ and FORTRAN (77 & 95) bindings. Also includes static libraries.
+Includes C++ and FORTRAN (77 & 95) bindings. 
 
 %prep
 %setup -q
 
 %build
+# FIXME: FFLAGS/FCFLAGS are not being honored; looking into it with upstream.
 %configure --disable-static
 make %{?_smp_mflags}
 
@@ -55,20 +56,26 @@
 
 %files
 %defattr(-,root,root,-)
-%doc README NEWS COPYING AUTHORS ChangeLog
+%doc README NEWS COPYING AUTHORS TODO ChangeLog
 %{_bindir}/checkdirfile
 %{_libdir}/lib*getdata*.so.*
-%{_mandir}/man5/*gz
+%{_mandir}/man5/*
 
 %files devel
 %defattr(-,root,root)
 %doc README.cxx README.f77 README.f95
 %{_libdir}/lib*getdata*.so
 %{_includedir}/*
-%{_mandir}/man3/*gz
+%{_mandir}/man3/*
 %{_libdir}/pkgconfig/getdata.pc
 
 %changelog
+* Thu Oct 16 2008 Matthew Truch <matt at truch.net> - 0.3.1-2
+- Remove mention of static libs in description
+- Include TODO in doc.  
+- Cleanup man-pages file glob.
+- Include signature.
+
 * Wed Sep 24 2008 Matthew Truch <matt at truch.net> - 0.3.1-1
 - Upstream 0.3.1.
 -   Includes former c++ compile fix patch




More information about the scm-commits mailing list