[svn] r6344 - in trunk/rpms: . exiv2 fio fuse-ntfs-3g grcm imapsync
python-urwid rdup tmux
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Sun Jun 8 11:31:14 CEST 2008
Author: dag
Date: 2008-06-08 10:31:12 +0100 (Sun, 08 Jun 2008)
New Revision: 6344
Added:
trunk/rpms/grcm/
trunk/rpms/grcm/grcm.spec
trunk/rpms/tmux/
trunk/rpms/tmux/tmux.spec
Modified:
trunk/rpms/exiv2/exiv2.spec
trunk/rpms/fio/fio.spec
trunk/rpms/fuse-ntfs-3g/fuse-ntfs-3g.spec
trunk/rpms/imapsync/imapsync.spec
trunk/rpms/python-urwid/python-urwid.spec
trunk/rpms/rdup/rdup.spec
Log:
Updates
Modified: trunk/rpms/exiv2/exiv2.spec
===================================================================
--- trunk/rpms/exiv2/exiv2.spec 2008-06-07 14:48:23 UTC (rev 6343)
+++ trunk/rpms/exiv2/exiv2.spec 2008-06-08 09:31:12 UTC (rev 6344)
@@ -14,7 +14,7 @@
Summary: Exif and Iptc metadata manipulation library and tools
Name: exiv2
-Version: 0.16
+Version: 0.17
Release: 1
License: GPL
Group: Applications/Multimedia
@@ -56,7 +56,8 @@
%{?_without_pkgconfig16:%{__perl} -pi -e 's|^URL:|#URL:|' config/exiv2.pc.in}
%build
-%configure
+%configure \
+ --disable-static
%{__make} %{?_smp_mflags}
%{__make} doc
@@ -80,12 +81,14 @@
%doc doc/html
#%{_bindir}/exiv2-config
%{_includedir}/exiv2/
-%exclude %{_libdir}/libexiv2*.a
-%exclude %{_libdir}/libexiv2*.la
%{_libdir}/libexiv2.so
%{_libdir}/pkgconfig/exiv2.pc
+%exclude %{_libdir}/libexiv2*.la
%changelog
+* Fri Jun 06 2008 Dag Wieers <dag at wieers.com> - 0.17-1
+- Updated to release 0.17.
+
* Thu Jan 10 2008 Dag Wieers <dag at wieers.com> - 0.16-1
- Updated to release 0.16.
Modified: trunk/rpms/fio/fio.spec
===================================================================
--- trunk/rpms/fio/fio.spec 2008-06-07 14:48:23 UTC (rev 6343)
+++ trunk/rpms/fio/fio.spec 2008-06-08 09:31:12 UTC (rev 6344)
@@ -4,7 +4,7 @@
Summary: I/O benchmark and stress/hardware verification tool
Name: fio
-Version: 1.20
+Version: 1.21
Release: 1
License: GPL
Group: Applications/System
@@ -52,6 +52,9 @@
#%{_libdir}/fio/
%changelog
+* Fri Jun 06 2008 Dag Wieers <dag at wieers.com> - 1.21-1
+- Updated to release 1.21.
+
* Fri May 02 2008 Dag Wieers <dag at wieers.com> - 1.20-1
- Updated to release 1.20.
Modified: trunk/rpms/fuse-ntfs-3g/fuse-ntfs-3g.spec
===================================================================
--- trunk/rpms/fuse-ntfs-3g/fuse-ntfs-3g.spec 2008-06-07 14:48:23 UTC (rev 6343)
+++ trunk/rpms/fuse-ntfs-3g/fuse-ntfs-3g.spec 2008-06-08 09:31:12 UTC (rev 6344)
@@ -7,7 +7,7 @@
Summary: Linux NTFS userspace driver
Name: fuse-ntfs-3g
-Version: 1.2506
+Version: 1.2531
Release: 1
License: GPL
Group: System Environment/Kernel
@@ -54,7 +54,8 @@
%build
%configure \
--disable-ldconfig \
- --disable-static
+ --disable-static \
+ --enable-mount-helper
%{__make} %{?_smp_mflags}
%install
@@ -94,6 +95,9 @@
%exclude %{_libdir}/libntfs-3g.la
%changelog
+* Fri Jun 06 2008 Dag Wieers <dag at wieers.com> - 1.2531-1
+- Updated to release 1.2531.
+
* Fri May 09 2008 Dag Wieers <dag at wieers.com> - 1.2506-1
- Updated to release 1.2506.
Added: trunk/rpms/grcm/grcm.spec
===================================================================
--- trunk/rpms/grcm/grcm.spec (rev 0)
+++ trunk/rpms/grcm/grcm.spec 2008-06-08 09:31:12 UTC (rev 6344)
@@ -0,0 +1,60 @@
+# $Id$
+# Authority: dag
+
+%define desktop_vendor rpmforge
+
+Summary: Front-end to manage machine connections
+Name: grcm
+Version: 0.1.6
+Release: 1
+License: GPL
+Group: Applications/Internet
+URL: http://grcm.sourceforge.net/
+
+Source: http://dl.sf.net/sourceforge/grcm/grcm-%{version}.tar.bz2
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildRequires: desktop-file-utils
+BuildRequires: gettext
+BuildRequires: gnome-common
+BuildRequires: libgnomeui-devel
+Requires: openssh-clients
+
+%description
+Grcm, short for Gnome Remote Connection Manager, that provides an easy way to initiate connections to remote machines. It's primary goal is to provide a GUI to launch ssh, telnet and rdesktop type of applications, however it is highly configurable.
+
+%prep
+%setup
+
+%build
+#./autogen.sh --prefix="%{_prefix}"
+%configure
+%{__make} %{?_smp_mflags}
+
+%install
+%{__rm} -rf %{buildroot}
+%{__make} install DESTDIR="%{buildroot}"
+
+desktop-file-install --delete-original \
+ --vendor %{desktop_vendor} \
+ --add-category Application \
+ --dir %{buildroot}%{_datadir}/applications \
+ %{buildroot}%{_datadir}/gnome/apps/Internet/grcm.desktop
+
+%{__rm} -f %{buildroot}%{_datadir}/pixmaps/grcm/Makefile*
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc AUTHORS ChangeLog COPYING INSTALL NEWS README
+%{_bindir}/grcm
+%{_datadir}/applications/%{desktop_vendor}-grcm.desktop
+%{_datadir}/gnome/help/grcm/
+%{_datadir}/omf/grcm/
+%{_datadir}/pixmaps/grcm/
+
+%changelog
+* Sun Jun 08 2008 Dag Wieers <dag at wieers.com> - 0.1.6-1
+- Initial package. (using DAR)
Property changes on: trunk/rpms/grcm/grcm.spec
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ native
Modified: trunk/rpms/imapsync/imapsync.spec
===================================================================
--- trunk/rpms/imapsync/imapsync.spec 2008-06-07 14:48:23 UTC (rev 6343)
+++ trunk/rpms/imapsync/imapsync.spec 2008-06-08 09:31:12 UTC (rev 6344)
@@ -14,10 +14,10 @@
BuildArch: noarch
BuildRequires: perl(Mail::IMAPClient)
-#Requires: perl(IO::Socket::SSL)
+Requires: perl(Date::Manip)
+Requires: perl(IO::Socket::SSL)
#Requires: perl(Digest::HMAC)
#Requires: perl(Digest::MD5::M4p)
-#Requires: perl(Mail::IMAPClient)
#Requires: perl(Net::SSLeay)
%define __perl_requires %{_builddir}/%{buildsubdir}/imapsync-filter-requires.sh
Modified: trunk/rpms/python-urwid/python-urwid.spec
===================================================================
--- trunk/rpms/python-urwid/python-urwid.spec 2008-06-07 14:48:23 UTC (rev 6343)
+++ trunk/rpms/python-urwid/python-urwid.spec 2008-06-08 09:31:12 UTC (rev 6344)
@@ -1,13 +1,13 @@
# $Id$
# Authority: dag
-%define python_sitelib %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib()')
+%define python_sitelib %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib(1)')
%define real_name urwid
Summary: Console UI Library for Python
Name: python-urwid
-Version: 0.9.6
+Version: 0.9.8.2
Release: 1
License: LGPL
Group: Development/Libraries
@@ -16,7 +16,6 @@
Source: http://excess.org/urwid/urwid-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-BuildArch: noarch
BuildRequires: python-devel >= 2.1
Requires: python >= 2.1
Obsoletes: urwid < %{version}-%{release}
@@ -52,6 +51,9 @@
%ghost %{python_sitelib}/urwid/*.pyo
%changelog
+* Fri Jun 06 2008 Dag Wieers <dag at wieers.com> - 0.9.8.2-1
+- Updated to release 0.9.8.2.
+
* Tue Sep 26 2006 Dries Verachtert <dries at ulyssis.org> - 0.9.6-1
- Updated to release 0.9.6.
Modified: trunk/rpms/rdup/rdup.spec
===================================================================
--- trunk/rpms/rdup/rdup.spec 2008-06-07 14:48:23 UTC (rev 6343)
+++ trunk/rpms/rdup/rdup.spec 2008-06-08 09:31:12 UTC (rev 6344)
@@ -3,7 +3,7 @@
Summary: Prints filenames for backup
Name: rdup
-Version: 0.5.7
+Version: 0.6.0
Release: 1
License: GPL
Group: Applications/File
@@ -41,7 +41,7 @@
%doc AUTHORS ChangeLog DEPENDENCIES DESIGN LICENSE README todo hdup/
%doc %{_mandir}/man1/rdup.1*
%doc %{_mandir}/man1/rdup-backups.1*
-%doc %{_mandir}/man1/rdup-cp.1*
+#%doc %{_mandir}/man1/rdup-cp.1*
%doc %{_mandir}/man1/rdup-crypt.1*
#%doc %{_mandir}/man1/rdup-dump.1*
%doc %{_mandir}/man1/rdup-gpg.1*
@@ -55,7 +55,7 @@
%doc %{_mandir}/man1/rdup-snap-link.1*
#%doc %{_mandir}/man1/rdup-snapshot.1*
%{_bindir}/rdup
-%{_bindir}/rdup-cp
+#%{_bindir}/rdup-cp
%{_bindir}/rdup-crypt
#%{_bindir}/rdup-dump
%{_bindir}/rdup-gpg
@@ -71,6 +71,9 @@
%{_datadir}/rdup/
%changelog
+* Tue Jun 03 2008 Dag Wieers <dag at wieers.com> - 0.6.0-1
+- Updated to release 0.6.0.
+
* Sun Mar 30 2008 Dag Wieers <dag at wieers.com> - 0.5.7-1
- Updated to release 0.5.7.
Added: trunk/rpms/tmux/tmux.spec
===================================================================
--- trunk/rpms/tmux/tmux.spec (rev 0)
+++ trunk/rpms/tmux/tmux.spec 2008-06-08 09:31:12 UTC (rev 6344)
@@ -0,0 +1,47 @@
+# $Id$
+# Authority: dag
+# Upstream:
+
+Summary: Terminal multiplexer program
+Name: tmux
+Version: 0.2
+Release: 1
+License: BSD
+Group: Applications/System
+URL: http://tmux.sourceforge.net/
+
+Source: http://downloads.sourceforge.net/tmux/tmux-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+#BuildRequires:
+#Requires:
+
+%description
+tmux is a "terminal multiplexer". It allows a number of terminals (or windows)
+to be accessed and controlled from a single terminal. It is intended to be
+a simple, modern, BSD-licensed alternative to programs such as GNU screen.
+
+%prep
+%setup
+
+%build
+%{__make} %{?_smp_mflags}
+
+%install
+%{__rm} -rf %{buildroot}
+#%{__make} install DESTDIR="%{buildroot}"
+%{__install} -Dp -m0755 tmux %{buildroot}%{_bindir}/tmux
+%{__install} -Dp -m0644 tmux.1 %{buildroot}%{_mandir}/man1/tmux.1
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc NOTES TODO
+%doc %{_mandir}/man1/tmux.1*
+%{_bindir}/tmux
+
+%changelog
+* Fri Jun 06 2008 Dag Wieers <dag at wieers.com> - 0.2-1
+- Initial package. (using DAR)
Property changes on: trunk/rpms/tmux/tmux.spec
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ native
More information about the svn-commits
mailing list