[svn] r6137 - in trunk/rpms: aircrack-ng clamtk rsstool ruby-shadow
tcptrack
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Thu Feb 7 18:03:14 CET 2008
Author: dag
Date: 2008-02-07 18:03:12 +0100 (Thu, 07 Feb 2008)
New Revision: 6137
Modified:
trunk/rpms/aircrack-ng/aircrack-ng.spec
trunk/rpms/clamtk/clamtk.spec
trunk/rpms/rsstool/rsstool.spec
trunk/rpms/ruby-shadow/ruby-shadow.spec
trunk/rpms/tcptrack/tcptrack.spec
Log:
Updates
Modified: trunk/rpms/aircrack-ng/aircrack-ng.spec
===================================================================
--- trunk/rpms/aircrack-ng/aircrack-ng.spec 2008-02-06 22:06:34 UTC (rev 6136)
+++ trunk/rpms/aircrack-ng/aircrack-ng.spec 2008-02-07 17:03:12 UTC (rev 6137)
@@ -3,7 +3,7 @@
Summary: Reliable 802.11 (wireless) sniffer and WEP/WPA-PSK key cracker
Name: aircrack-ng
-Version: 0.9.1
+Version: 0.9.2
Release: 1
License: GPL
Group: Applications/Internet
@@ -66,6 +66,9 @@
%{_sbindir}/airtun-ng
%changelog
+* Thu Feb 07 2008 Dag Wieers <dag at wieers.com> - 0.9.2-1
+- Updated to release 0.9.2.
+
* Wed Jun 27 2007 Dag Wieers <dag at wieers.com> - 0.9.1-1
- Updated to release 0.9.1.
Modified: trunk/rpms/clamtk/clamtk.spec
===================================================================
--- trunk/rpms/clamtk/clamtk.spec 2008-02-06 22:06:34 UTC (rev 6136)
+++ trunk/rpms/clamtk/clamtk.spec 2008-02-07 17:03:12 UTC (rev 6137)
@@ -13,7 +13,7 @@
Summary: Easy to use front-end for ClamAV
Name: clamtk
-Version: 2.32
+Version: 3.08
Release: 1
License: Perl
Group: Applications/File
@@ -35,18 +35,6 @@
%prep
%setup
-%{__cat} <<EOF >clamtk.desktop
-[Desktop Entry]
-Name=ClamTk Virus Scanner
-Comment=Scan your system for viruses.
-Exec=clamtk
-Icon=clamtk.png
-Terminal=false
-Type=Application
-Categories=Application;Utility;
-StartupNotify=false
-EOF
-
%build
%install
@@ -58,14 +46,14 @@
%{__install} -Dp -m0644 clamtk.png %{buildroot}%{_datadir}/pixmaps/clamtk.png
%if %{?_without_freedesktop:1}0
- %{__install} -Dp -m0644 clamtk.desktop %{buildroot}%{_datadir}/gnome/apps/Utilities/clamtk.desktop
+ %{__install} -Dp -m0644 clamtk.desktop %{buildroot}%{_datadir}/gnome/apps/Utilities/clamtk.desktop
%else
- %{__install} -d -m0755 %{buildroot}%{_datadir}/applications/
- desktop-file-install --delete-original \
- --vendor %{desktop_vendor} \
- --dir %{buildroot}%{_datadir}/applications \
- --add-category X-Red-Hat-Base \
- clamtk.desktop
+ %{__install} -d -m0755 %{buildroot}%{_datadir}/applications/
+ desktop-file-install --delete-original \
+ --vendor %{desktop_vendor} \
+ --dir %{buildroot}%{_datadir}/applications \
+ --add-category X-Red-Hat-Base \
+ clamtk.desktop
%endif
%clean
@@ -82,6 +70,9 @@
%{_datadir}/pixmaps/clamtk.png
%changelog
+* Thu Feb 07 2008 Dag Wieers <dag at wieers.com> - 3.08-1
+- Updated to release 3.08.
+
* Sun May 13 2007 Dag Wieers <dag at wieers.com> - 2.32-1
- Updated to release 2.32.
Modified: trunk/rpms/rsstool/rsstool.spec
===================================================================
--- trunk/rpms/rsstool/rsstool.spec 2008-02-06 22:06:34 UTC (rev 6136)
+++ trunk/rpms/rsstool/rsstool.spec 2008-02-07 17:03:12 UTC (rev 6137)
@@ -4,7 +4,7 @@
Summary: Read, parse, merge and write RSS (and Atom) feeds
Name: rsstool
-Version: 0.9.10
+Version: 1.0.0
Release: 1
License: GPL
Group: Applications/Text
@@ -41,6 +41,9 @@
%{_bindir}/rsstool
%changelog
+* Mon Feb 04 2008 Dag Wieers <dag at wieers.com> - 1.0.0-1
+- Updated to release 1.0.0.
+
* Sun Dec 10 2006 Dag Wieers <dag at wieers.com> - 0.9.10-1
- Updated to release 0.9.10.
Modified: trunk/rpms/ruby-shadow/ruby-shadow.spec
===================================================================
--- trunk/rpms/ruby-shadow/ruby-shadow.spec 2008-02-06 22:06:34 UTC (rev 6136)
+++ trunk/rpms/ruby-shadow/ruby-shadow.spec 2008-02-07 17:03:12 UTC (rev 6137)
@@ -1,6 +1,14 @@
# $Id$
# Authority: dag
+%{?dtag: %{expand: %%define %dtag 1}}
+
+%{?el4:%define _without_ruby_api 1}
+%{?el3:%define _without_ruby_api 1}
+%{?rh9:%define _without_ruby_api 1}
+%{?rh7:%define _without_ruby_api 1}
+%{?el2:%define _without_ruby_api 1}
+
%define ruby_sitearch %(ruby -rrbconfig -e "puts Config::CONFIG['sitearchdir']")
%define ruby_sitelib %(ruby -rrbconfig -e "puts Config::CONFIG['sitelibdir']")
@@ -20,8 +28,10 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: ruby-devel
-BuildRequires: ruby(abi) = 1.8
-Requires: ruby(abi) = 1.8
+%{!?_without_ruby_api:BuildRequires: ruby(abi) = 1.8}
+%{?_without_ruby_api:BuildRequires: ruby >= 1.8}
+%{!?_without_ruby_api:Requires: ruby(abi) = 1.8}
+%{?_without_ruby_api:Requires: ruby >= 1.8}
Provides: ruby(shadow) = %{version}-%{release}
%description
@@ -32,6 +42,9 @@
%patch0 -p1
%patch1 -p1
+### Fix generated Makefile problem on EL4
+%{__rm} -f depend
+
%build
ruby extconf.rb --with-cflags="%{optflags}"
%{__make} %{?_smp_mflags}
@@ -45,9 +58,11 @@
%files
%defattr(-, root, root, 0755)
-%doc HISTORY README
+%doc HISTORY MANIFEST README*
%{ruby_sitearch}/shadow.so
%changelog
* Fri Sep 14 2007 Dag Wieers <dag at wieers.com> - 1.4.1-1
+- Added fix to generate Makefile on EL4. (Andreas Rogge)
+- Added _without_ruby_api macro for EL4 and older. (Andreas Rogge)
- Initial package. (using DAR)
Modified: trunk/rpms/tcptrack/tcptrack.spec
===================================================================
--- trunk/rpms/tcptrack/tcptrack.spec 2008-02-06 22:06:34 UTC (rev 6136)
+++ trunk/rpms/tcptrack/tcptrack.spec 2008-02-07 17:03:12 UTC (rev 6137)
@@ -10,8 +10,8 @@
Summary: Packet sniffer which displays TCP information like the 'top' command
Name: tcptrack
-Version: 1.1.5
-Release: 1.2
+Version: 1.3.0
+Release: 1
License: GPL
Group: Applications/Internet
URL: http://www.rhythm.cx/~steve/devel/tcptrack/
@@ -33,7 +33,7 @@
%prep
%setup
-%patch -p1
+#patch -p1
%build
%configure
@@ -41,7 +41,7 @@
%install
%{__rm} -rf %{buildroot}
-%makeinstall
+%{__make} install DESTDIR="%{buildroot}"
%clean
%{__rm} -rf %{buildroot}
@@ -53,6 +53,9 @@
%{_bindir}/tcptrack
%changelog
+* Thu Feb 07 2008 Dag Wieers <dag at wieers.com> - 1.3.0-1
+- Updated to release 1.3.0.
+
* Mon Mar 28 2005 Dag Wieers <dag at wieers.com> - 1.1.5-1
- Updated to release 1.1.5.
More information about the svn-commits
mailing list