[svn] r6106 - in trunk/rpms: . dash perl-Algorithm-Dependency
perl-DBM-Deep perl-Glib proxytunnel unison xine
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Wed Jan 23 13:45:12 CET 2008
Author: dag
Date: 2008-01-23 13:45:07 +0100 (Wed, 23 Jan 2008)
New Revision: 6106
Added:
trunk/rpms/dash/
trunk/rpms/dash/dash.spec
Modified:
trunk/rpms/perl-Algorithm-Dependency/perl-Algorithm-Dependency.spec
trunk/rpms/perl-DBM-Deep/perl-DBM-Deep.spec
trunk/rpms/perl-Glib/perl-Glib.spec
trunk/rpms/proxytunnel/proxytunnel.spec
trunk/rpms/unison/unison.spec
trunk/rpms/xine/xine.spec
Log:
Updates
Added: trunk/rpms/dash/dash.spec
===================================================================
--- trunk/rpms/dash/dash.spec (rev 0)
+++ trunk/rpms/dash/dash.spec 2008-01-23 12:45:07 UTC (rev 6106)
@@ -0,0 +1,52 @@
+# $Id$
+# Authority: dag
+
+%define _bindir /bin
+
+Summary: Small POSIX-compliant shell
+Name: dash
+Version: 0.5.4
+Release: 1
+License: GPL
+Group: System Environment/Shells
+URL: http://gondor.apana.org.au/~herbert/dash/
+
+Source: http://gondor.apana.org.au/~herbert/dash/files/dash-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+%description
+DASH is a POSIX-compliant implementation of /bin/sh that aims to be as small
+as possible.
+
+%prep
+%setup
+
+%build
+%configure
+%{__make} %{?_smp_mflags}
+
+%install
+%{__rm} -rf %{buildroot}
+%{__make} install DESTDIR="%{buildroot}"
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc %{_mandir}/man1/dash.1*
+%{_bindir}/dash
+
+%post
+if [ -x /usr/sbin/alternatives ]; then
+ /usr/sbin/alternatives --install /etc/alternatives/sh sh /bin/dash 20 --slave /etc/alternatives/sh.1.gz sh.1.gz /usr/share/man/man1/dash.1.gz
+fi
+
+%postun
+if [ -x /usr/sbin/alternatives ]; then
+ /usr/sbin/alternatives --remove sh /bin/dash
+fi
+
+%changelog
+* Wed Jan 23 2008 Dag Wieers <dag at wieers.com> - 0.5.4-1
+- Initial package. (Mikel Ward)
Property changes on: trunk/rpms/dash/dash.spec
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ native
Modified: trunk/rpms/perl-Algorithm-Dependency/perl-Algorithm-Dependency.spec
===================================================================
--- trunk/rpms/perl-Algorithm-Dependency/perl-Algorithm-Dependency.spec 2008-01-21 09:55:51 UTC (rev 6105)
+++ trunk/rpms/perl-Algorithm-Dependency/perl-Algorithm-Dependency.spec 2008-01-23 12:45:07 UTC (rev 6106)
@@ -9,7 +9,7 @@
Summary: Base class for implementing various dependency trees
Name: perl-Algorithm-Dependency
-Version: 1.104
+Version: 1.106
Release: 1
License: Artistic/GPL
Group: Applications/CPAN
@@ -58,6 +58,9 @@
%{perl_vendorlib}/Algorithm/Dependency.pm
%changelog
+* Wed Jan 23 2008 Dag Wieers <dag at wieers.com> - 1.106-1
+- Updated to release 1.106.
+
* Sun Nov 18 2007 Dag Wieers <dag at wieers.com> - 1.104-1
- Updated to release 1.104.
Modified: trunk/rpms/perl-DBM-Deep/perl-DBM-Deep.spec
===================================================================
--- trunk/rpms/perl-DBM-Deep/perl-DBM-Deep.spec 2008-01-21 09:55:51 UTC (rev 6105)
+++ trunk/rpms/perl-DBM-Deep/perl-DBM-Deep.spec 2008-01-23 12:45:07 UTC (rev 6106)
@@ -7,9 +7,9 @@
%define real_name DBM-Deep
-Summary: Perl module that implements a pure perl multi-level hash/array DBM that supports transactions
+Summary: Pure perl multi-level hash/array DBM that supports transactions
Name: perl-DBM-Deep
-Version: 1.0006
+Version: 1.0007
Release: 1
License: Artistic/GPL
Group: Applications/CPAN
@@ -62,6 +62,9 @@
%{perl_vendorlib}/DBM/Deep.pod
%changelog
+* Wed Jan 23 2008 Dag Wieers <dag at wieers.com> - 1.0007-1
+- Updated to release 1.0007.
+
* Fri Nov 09 2007 Dag Wieers <dag at wieers.com> - 1.0006-1
- Updated to release 1.0006.
Modified: trunk/rpms/perl-Glib/perl-Glib.spec
===================================================================
--- trunk/rpms/perl-Glib/perl-Glib.spec 2008-01-21 09:55:51 UTC (rev 6105)
+++ trunk/rpms/perl-Glib/perl-Glib.spec 2008-01-23 12:45:07 UTC (rev 6106)
@@ -9,7 +9,7 @@
Summary: Perl wrappers for the GLib utility and object libraries
Name: perl-Glib
-Version: 1.162
+Version: 1.164
Release: 1
License: Artistic/GPL
Group: Applications/CPAN
@@ -60,6 +60,9 @@
%{perl_vendorarch}/Glib.pm
%changelog
+* Wed Jan 23 2008 Dag Wieers <dag at wieers.com> - 1.164-1
+- Updated to release 1.164.
+
* Tue Nov 13 2007 Dag Wieers <dag at wieers.com> - 1.162-1
- Updated to release 1.162.
Modified: trunk/rpms/proxytunnel/proxytunnel.spec
===================================================================
--- trunk/rpms/proxytunnel/proxytunnel.spec 2008-01-21 09:55:51 UTC (rev 6105)
+++ trunk/rpms/proxytunnel/proxytunnel.spec 2008-01-23 12:45:07 UTC (rev 6106)
@@ -31,7 +31,7 @@
If you want to make effective use of ProxyTunnel, the proxy server you are
going to be tunneling through must support HTTP CONNECT command and must
allow you to connect to destination machine and host, with or without HTTP
-proxy authentication
+proxy authentication.
%prep
%setup
@@ -39,7 +39,7 @@
%build
### FIXME: Bug causes proxytunnel to malfunction on EL5 (gcc4 with -D_FORTIFY_SOURCE=2 or -fstack-protector)
-#%{__make} %{?_smp_mflags} CFLAGS="%{optflags}"
+#%{__make} %{?_smp_mflags} CFLAGS="%{optflags} -I/usr/kerberos/include"
%{__make} %{?_smp_mflags} CFLAGS="-Wall -O2 -I/usr/kerberos/include"
%install
Modified: trunk/rpms/unison/unison.spec
===================================================================
--- trunk/rpms/unison/unison.spec 2008-01-21 09:55:51 UTC (rev 6105)
+++ trunk/rpms/unison/unison.spec 2008-01-23 12:45:07 UTC (rev 6106)
@@ -57,14 +57,14 @@
%{__install} -Dp -m0644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/unison.png
%if %{?_without_freedesktop:1}0
- %{__install} -Dp -m0644 unison.desktop %{buildroot}%{_datadir}/gnome/apps/Utilities/unison.desktop
+ %{__install} -Dp -m0644 unison.desktop %{buildroot}%{_datadir}/gnome/apps/Utilities/unison.desktop
%else
- %{__install} -d -m0755 %{buildroot}%{_datadir}/applications/
- desktop-file-install \
- --vendor %{desktop_vendor} \
- --add-category X-Red-Hat-Base \
- --dir %{buildroot}%{_datadir}/applications \
- unison.desktop
+ %{__install} -d -m0755 %{buildroot}%{_datadir}/applications/
+ desktop-file-install \
+ --vendor %{desktop_vendor} \
+ --add-category X-Red-Hat-Base \
+ --dir %{buildroot}%{_datadir}/applications \
+ unison.desktop
%endif
%clean
Modified: trunk/rpms/xine/xine.spec
===================================================================
--- trunk/rpms/xine/xine.spec 2008-01-21 09:55:51 UTC (rev 6105)
+++ trunk/rpms/xine/xine.spec 2008-01-23 12:45:07 UTC (rev 6106)
@@ -118,7 +118,7 @@
%build
%configure \
- --x-libraries="%{_prefix}/X11R6/%{_lib}" \
+ --x-libraries="%{_prefix}/X11R6/%{_lib}" \
%{?_without_lirc:--disable-lirc} \
%{?_without_caca:--without-caca}
%{__make} %{?_smp_mflags}
More information about the svn-commits
mailing list