rpms/moodss/devel .cvsignore, 1.2, 1.3 moodss.spec, 1.6, 1.7 sources, 1.2, 1.3

Jean-Luc Fontaine (jfontain) fedora-extras-commits at redhat.com
Sun May 8 18:26:53 UTC 2005


Author: jfontain

Update of /cvs/extras/rpms/moodss/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31675/devel

Modified Files:
	.cvsignore moodss.spec sources 
Log Message:
auto-import moodss-20.0-1 on branch devel from moodss-20.0-1.src.rpm


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/moodss/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	8 Nov 2004 04:52:37 -0000	1.2
+++ .cvsignore	8 May 2005 18:26:51 -0000	1.3
@@ -1 +1 @@
-moodss-17.17.tar.bz2
+moodss-20.0.tar.bz2


Index: moodss.spec
===================================================================
RCS file: /cvs/extras/rpms/moodss/devel/moodss.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- moodss.spec	6 Apr 2005 22:12:41 -0000	1.6
+++ moodss.spec	8 May 2005 18:26:51 -0000	1.7
@@ -1,35 +1,44 @@
-Summary: Modular Object Oriented Dynamic SpreadSheet
 Name: moodss
-Version: 17.17
-Release: 2
-
+Version: 20.0
+Release: 1
+Epoch: 0
+Summary: Powerful modular monitoring graphical application
 Group: Applications/System
-Source: http://jfontain.free.fr/moodss-17.17.tar.bz2
-URL: http://jfontain.free.fr/moodss/
 License: GPL
+Source0: http://download.sourceforge.net/moodss/moodss-20.0.tar.bz2
+URL: http://moodss.sourceforge.net/
 BuildRoot: %_tmppath/%name-%version-%release-root-%(%__id_u -n)
+%if 0%{?rhl}
 # work around tcl-devel and tk-devel packages non existence in RH 8.0 and 9:
-BuildRequires: tcl >= 8.3.1, %{_includedir}/tcl.h
-Requires: tk >= 8.3.1, blt >= 2.4, tktable >= 2.7
+BuildRequires: tcl >= 0:8.3.1, %{_includedir}/tcl.h
+%else
+BuildRequires: tcl-devel >= 0:8.3.1
+%endif
+# note: SQLite is a weak requirement with moodss working just fine,
+# just missing default database storage mean, without it:
+Requires: tk >= 0:8.3.1, blt >= 0:2.4-0.fdr.0.z, tktable >= 0:2.7, sqlite-tcl >= 0:2.8.6
 
 %description
-A multi-purpose monitoring tool with table, graphical, textual data
-viewers, thresholds and full drag and drop user interface as well as a
-UNIX daemon. Compatible with a variety of SQL databases for data
-history over time storage and display. Includes modules for Linux
-system, MySQL database, SNMP networking and Apache. Modules can be
-written in Tcl, Perl (tclperl package required), Python (tclpython
-package required) or C.
+moodss (Modular Object Oriented Dynamic SpreadSheet) is a modular
+multi-purpose monitoring tool with table, graphical, textual data
+viewers, thresholds, formulas and full drag and drop user interface as
+well as a UNIX daemon (separate moomps package available). Compatible
+with a variety of SQL databases for data history over time storage and
+display. Includes modules for Linux system, MySQL database, SNMP
+networking, Apache and Nagios. Modules can be written in Tcl, Perl
+(tclperl package required), Python (tclpython package required) or C.
+Moodss is localized (Japanese with input, partial French) and
+supports Unicode.
 
 %prep
 %setup -q
 
 %build
-%__make CFLAGS="-s $RPM_OPT_FLAGS"
+make CFLAGS="$RPM_OPT_FLAGS" LIBDIR=%_libdir TCLLIBDIR=%_libdir
 
 %install
 rm -rf $RPM_BUILD_ROOT __docs
-%__make ROOTDIR=$RPM_BUILD_ROOT install
+make ROOTDIR=$RPM_BUILD_ROOT LIBDIR=%_libdir TCLLIBDIR=%_libdir install
 cp -a $RPM_BUILD_ROOT/%_docdir/%name-%version __docs
 install -dm 755 $RPM_BUILD_ROOT/%_datadir/applications/\
     $RPM_BUILD_ROOT/%_datadir/pixmaps/\
@@ -40,7 +49,6 @@
 chmod 644 $RPM_BUILD_ROOT/%_datadir/applications/fedora-%name.desktop
 install -m 644 -p %name.png $RPM_BUILD_ROOT/%_datadir/pixmaps/
 install -m 644 -p linux.moo $RPM_BUILD_ROOT/%_datadir/moodss/
-# install %_topdir/SOURCES/tclsqlite.so $RPM_BUILD_ROOT/%_libdir/moodss/sqlite/
 
 %files
 %defattr(-,root,root,-)
@@ -57,9 +65,67 @@
 
 
 %changelog
-* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
-- rebuilt
 
+* Sun May 1 2005 Jean-Luc Fontaine <jfontain at free.fr> 0:20.0-1
+- 20.0 source release
+- use specific build requirements for fedora distribution
+- improved description.
+
+* Tue Feb 22 2005 Jean-Luc Fontaine <jfontain at free.fr> 0:19.7-0.fdr.1
+- 19.7 release
+- titles of displayed tables change color to reflect module state
+- in statistics table, added standard deviation column
+
+* Sun Feb 13 2005 Jean-Luc Fontaine <jfontain at free.fr> 0:19.6-0.fdr.1
+- 19.6 version with new nagios module
+
+* Sun Jan 2 2005 Jean-Luc Fontaine <jfontain at free.fr> 0:19.5-0.fdr.1
+- 19.5 version
+
+* Fri Dec 17 2004 Jean-Luc Fontaine <jfontain at free.fr> 0:19.4-0.fdr.1
+- 19.4 version
+
+* Sun Nov 14 2004 Jean-Luc Fontaine <jfontain at free.fr> 0:19.3-0.fdr.1
+- 19.3 version
+
+* Sun Oct 31 2004 Jean-Luc Fontaine <jfontain at free.fr> 0:19.2.2-0.fdr.1
+- capitalized summary
+
+* Sat Oct 30 2004 Jean-Luc Fontaine <jfontain at free.fr> 0:19.2.1-0.fdr.1
+- 19.2.1 version, which restores compatibility with Tcl 8.3 core
+- allowed building on 64 bit architecture by passing library
+  directories to make
+
+* Sun Oct 24 2004 Jean-Luc Fontaine <jfontain at free.fr> 0:19.2-0.fdr.1
+- 19.2 version
+- in build stage, removed -s option from CFLAGS
+- require SQLite as default database storage mean
+- made summary more descriptive
+- updated description: added formulas and reference to moomps
+
+* Sun Oct 17 2004 Jean-Luc Fontaine <jfontain at free.fr> 0:19.1-0.fdr.1
+- 19.1 version
+
+* Tue Aug 17 2004 Jean-Luc Fontaine <jfontain at free.fr> 0:19.0-0.fdr.1
+- 19.0 version
+
+* Wed Jul 14 2004 Jean-Luc Fontaine <jfontain at free.fr> 0:18.5-0.fdr.1
+- 18.5 version
+
+* Sun Jul 11 2004 Jean-Luc Fontaine <jfontain at free.fr> 0:18.4-0.fdr.1
+- 18.4 version
+
+* Sun Jun 13 2004 Jean-Luc Fontaine <jfontain at free.fr> 0:18.3-0.fdr.1
+- 18.3 version
+
+* Sun May 30 2004 Jean-Luc Fontaine <jfontain at free.fr> 0:18.2-0.fdr.1
+- 18.2 version
+
+* Sun Apr 25 2004 Jean-Luc Fontaine <jfontain at free.fr> 0:18.1-0.fdr.1
+- 18.1 version
+
+* Sun Mar 14 2004 Jean-Luc Fontaine <jfontain at free.fr> 0:18.0-0.fdr.1
+- 18.0 version
 
 * Sun Feb 8 2004 Jean-Luc Fontaine <jfontain at free.fr> 0:17.17-0.fdr.1
 - 17.17 version


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/moodss/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	8 Nov 2004 04:52:37 -0000	1.2
+++ sources	8 May 2005 18:26:51 -0000	1.3
@@ -1 +1 @@
-0af174379967e0ac12613665f4ff0a32  moodss-17.17.tar.bz2
+5fc3d217aacae80679d97871f5e60a58  moodss-20.0.tar.bz2




More information about the fedora-extras-commits mailing list