[svn] r5280 - in trunk/rpms: . mtpaint multitail perl-Geo-IP ump
xonclock
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Tue Apr 17 11:10:07 CEST 2007
Author: dries
Date: 2007-04-17 11:10:06 +0200 (Tue, 17 Apr 2007)
New Revision: 5280
Added:
trunk/rpms/ump/
trunk/rpms/ump/ump.spec
Modified:
trunk/rpms/mtpaint/mtpaint.spec
trunk/rpms/multitail/multitail.spec
trunk/rpms/perl-Geo-IP/perl-Geo-IP.spec
trunk/rpms/xonclock/xonclock.spec
Log:
ump added, xonclock,mtpaint,multitail update, perl-Geo-IP.spec fix
Modified: trunk/rpms/mtpaint/mtpaint.spec
===================================================================
--- trunk/rpms/mtpaint/mtpaint.spec 2007-04-16 18:31:44 UTC (rev 5279)
+++ trunk/rpms/mtpaint/mtpaint.spec 2007-04-17 09:10:06 UTC (rev 5280)
@@ -4,7 +4,7 @@
Summary: Painting program for creating icons and pixel-based artwork
Name: mtpaint
-Version: 3.02
+Version: 3.11
Release: 1
License: GPL
Group: Applications/Multimedia
@@ -39,7 +39,7 @@
EOF
%build
-%configure gtk2 tiff jpeg gif man
+%configure gtk2 tiff jpeg GIF man
%{__make} %{?_smp_mflags}
%install
@@ -63,6 +63,9 @@
%{_datadir}/applications/*.desktop
%changelog
+* Mon Apr 16 2007 Dries Verachtert <dries at ulyssis.org> - 3.11-1
+- Updated to release 3.11.
+
* Sun Nov 12 2006 Dries Verachtert <dries at ulyssis.org> - 3.02-1
- Updated to release 3.02.
Modified: trunk/rpms/multitail/multitail.spec
===================================================================
--- trunk/rpms/multitail/multitail.spec 2007-04-16 18:31:44 UTC (rev 5279)
+++ trunk/rpms/multitail/multitail.spec 2007-04-17 09:10:06 UTC (rev 5280)
@@ -7,7 +7,7 @@
Summary: View one or multiple files like tail but with multiple windows
Name: multitail
-Version: 4.2.0
+Version: 5.0.0
Release: 1
License: GPL
Group: Applications/Text
@@ -52,8 +52,16 @@
%doc %{_mandir}/man1/multitail.1*
%config(noreplace) %{_sysconfdir}/multitail.conf
%{_bindir}/multitail
+%dir %{_sysconfdir}/multitail
+%{_sysconfdir}/multitail/colors-example.pl
+%{_sysconfdir}/multitail/colors-example.sh
+%{_sysconfdir}/multitail/convert-geoip.pl
+%{_sysconfdir}/multitail/convert-simple.pl
%changelog
+* Mon Apr 16 2007 Dries Verachtert <dries at ulyssis.org> - 5.0.0-1
+- Updated to release 5.0.0.
+
* Tue Sep 12 2006 Dag Wieers <dag at wieers.com> - 4.2.0-1
- Updated to release 4.2.0.
Modified: trunk/rpms/perl-Geo-IP/perl-Geo-IP.spec
===================================================================
--- trunk/rpms/perl-Geo-IP/perl-Geo-IP.spec 2007-04-16 18:31:44 UTC (rev 5279)
+++ trunk/rpms/perl-Geo-IP/perl-Geo-IP.spec 2007-04-17 09:10:06 UTC (rev 5280)
@@ -18,7 +18,7 @@
Source: http://search.cpan.org/CPAN/authors/id/T/TJ/TJMATHER/Geo-IP-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-BuildRequires: perl
+BuildRequires: perl, geoip-devel
%description
This module a simple file-based database. This database simply contains
Added: trunk/rpms/ump/ump.spec
===================================================================
--- trunk/rpms/ump/ump.spec (rev 0)
+++ trunk/rpms/ump/ump.spec 2007-04-17 09:10:06 UTC (rev 5280)
@@ -0,0 +1,49 @@
+# $Id$
+# Authority: dries
+# Upstream: Mattias Hultgren <konst$matildahultgren,se>
+
+Summary: Advanced calculator with support for matrices and graphs
+Name: ump
+Version: 0.8.6
+Release: 1
+License: GPL
+Group: Applications/Productivity
+URL: http://u-m-p.sourceforge.net
+
+Source: http://dl.sf.net/u-m-p/ump-%{version}.tar.bz2
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildRequires: gtk2-devel, gcc-c++
+
+%description
+Ump is a program in which all sorts of calculations can be done, from the
+simplest to the more advanced. It handles complex numbers and matrices of
+those. The complex numbers are built up by either floating point values or
+ratios of arbitrary sized integers. Ump also draws graphs, ordinary, polar,
+and parameter, which is done through an easy to use user interface. It's also
+possible to write your own functions using the built in editor.
+
+%prep
+%setup
+
+%build
+#configure
+%{__make} %{?_smp_mflags}
+
+%install
+%{__rm} -rf %{buildroot}
+%{__install} -d %{buildroot}%{_bindir}
+%{__make} install DESTDIR="%{buildroot}" BIN_DIR=%{buildroot}%{_bindir} DATA_DIR=%{buildroot}%{_datadir}/ump
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc ChangeLog INSTALL LICENSE TODO
+%{_bindir}/ump
+%{_datadir}/ump/
+
+%changelog
+* Tue Apr 17 2007 Dries Verachtert <dries at ulyssis.org> - 0.8.6-1
+- Initial package.
Modified: trunk/rpms/xonclock/xonclock.spec
===================================================================
--- trunk/rpms/xonclock/xonclock.spec 2007-04-16 18:31:44 UTC (rev 5279)
+++ trunk/rpms/xonclock/xonclock.spec 2007-04-17 09:10:06 UTC (rev 5280)
@@ -1,6 +1,6 @@
# $Id$
# Authority: dries
-# Upstream:
+# Upstream: <gclion$mail,ru>
%{?dist: %{expand: %%define %dist 1}}
@@ -14,7 +14,7 @@
Summary: On-screen analog clock
Name: xonclock
-Version: 0.0.8.8
+Version: 0.0.8.9
Release: 1
License: GPL
Group: Applications/Multimedia
@@ -70,6 +70,9 @@
%{_datadir}/applications/*xonclock.desktop
%changelog
+* Tue Apr 17 2007 Dries Verachtert <dries at ulyssis.org> - 0.0.8.9-1
+- Updated to release 0.0.8.9.
+
* Mon Mar 12 2007 Dries Verachtert <dries at ulyssis.org> - 0.0.8.8-1
- Updated to release 0.0.8.8.
More information about the svn-commits
mailing list