[svn] r4788 - in trunk/rpms: aircrack-ng glchess libcdio xine-lib
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Mon Oct 2 17:52:40 CEST 2006
Author: dag
Date: 2006-10-02 17:52:23 +0200 (Mon, 02 Oct 2006)
New Revision: 4788
Modified:
trunk/rpms/aircrack-ng/aircrack-ng.spec
trunk/rpms/glchess/glchess.spec
trunk/rpms/libcdio/libcdio.spec
trunk/rpms/xine-lib/xine-lib.spec
Log:
Updates
Modified: trunk/rpms/aircrack-ng/aircrack-ng.spec
===================================================================
--- trunk/rpms/aircrack-ng/aircrack-ng.spec 2006-10-02 14:23:08 UTC (rev 4787)
+++ trunk/rpms/aircrack-ng/aircrack-ng.spec 2006-10-02 15:52:23 UTC (rev 4788)
@@ -3,7 +3,7 @@
Summary: Reliable 802.11 (wireless) sniffer and WEP/WPA-PSK key cracker
Name: aircrack-ng
-Version: 0.6.1
+Version: 0.6.2
Release: 1
License: GPL
Group: Applications/Internet
@@ -47,21 +47,24 @@
%doc %{_mandir}/man1/airmon-ng.1*
%doc %{_mandir}/man1/airodump-ng.1*
%doc %{_mandir}/man1/aireplay-ng.1*
-%doc %{_mandir}/man1/arpforge-ng.1*
%doc %{_mandir}/man1/ivstools.1*
%doc %{_mandir}/man1/kstats.1*
+%doc %{_mandir}/man1/makeivs.1*
+%doc %{_mandir}/man1/packetforge-ng.1*
%{_bindir}/aircrack-ng
%{_bindir}/airdecap-ng
-%{_bindir}/arpforge-ng
%{_bindir}/ivstools
%{_bindir}/kstats
%{_bindir}/makeivs
-#%{_bindir}/makeivs
+%{_bindir}/packetforge-ng
%{_sbindir}/airmon-ng
%{_sbindir}/aireplay-ng
%{_sbindir}/airodump-ng
%changelog
+* Mon Oct 02 2006 Dag Wieers <dag at wieers.com> - 0.6.2-1
+- Updated to release 0.6.2.
+
* Tue Aug 29 2006 Dag Wieers <dag at wieers.com> - 0.6.1-1
- Updated to release 0.6.1.
Modified: trunk/rpms/glchess/glchess.spec
===================================================================
--- trunk/rpms/glchess/glchess.spec 2006-10-02 14:23:08 UTC (rev 4787)
+++ trunk/rpms/glchess/glchess.spec 2006-10-02 15:52:23 UTC (rev 4788)
@@ -30,44 +30,12 @@
%prep
%setup
-#%{__perl} -pi.orig -e 's|/usr/local/share/games/glchess|%{_datadir}/games/glchess|' glchessrc
-
-#%{__cat} <<EOF >glchess.desktop
-#[Desktop Entry]
-#Name=GLChess
-#Comment=Play chess in 3D
-#Exec=glchess
-#Icon=chess.png
-#Terminal=false
-#Type=Application
-#Categories=Application;Game;
-#EOF
-
%build
-#configure
-#%{__make} %{?_smp_mflags}
%{__make} translations
python setup.py build
%install
%{__rm} -rf %{buildroot}
-#%{__install} -Dp -m0755 src/glchess %{buildroot}%{_bindir}/glchess
-#%{__install} -Dp -m0644 man/glchess.6 %{buildroot}%{_mandir}/man6/glchess.6
-#%{__install} -Dp -m0644 glchessrc %{buildroot}%{_sysconfdir}/glchessrc
-#%{__install} -Dp -m0644 glchess.menu %{buildroot}%{_sysconfdir}/X11/wmconfig/glchess.menu
-#
-#%{__install} -d -m0755 %{buildroot}%{_datadir}/games/glchess/textures/
-#%{__install} -p -m0644 textures/* %{buildroot}%{_datadir}/games/glchess/textures/
-
-#%if %{?_without_freedesktop:1}0
-# %{__install} -Dp -m0644 glchess.desktop %{buildroot}%{_datadir}/gnome/apps/Games/glchess.desktop
-#%else
-# %{__install} -d -m0755 %{buildroot}%{_datadir}/applications/
-# desktop-file-install --vendor "%{desktop_vendor}" \
-# --add-category X-Red-Hat-Base \
-# --dir %{buildroot}%{_datadir}/applications \
-# glchess.desktop
-#%endif
%{__make} install DESTDIR="%{buildroot}"
%{__python} setup.py install -O1 --skip-build --root="%{buildroot}" --prefix="%{_prefix}"
%find_lang %{name}
@@ -87,9 +55,12 @@
%ghost %{python_sitelib}/glchess/*/*.pyo
%changelog
-* Mon Oct 02 2006 Dries Verachtert <dries at ulyssis.org> - 0.9.10-1
+* Mon Oct 02 2006 Dag Wieers <dag at wieers.com> - 0.9.10-1
- Updated to release 0.9.10.
+* Sun Oct 01 2006 Dag Wieers <dag at wieers.com> - 0.9.9-1
+- Updated to release 0.9.9.
+
* Thu Sep 14 2006 Dag Wieers <dag at wieers.com> - 0.9.8-1
- Updated to release 0.9.8.
- Converted to python installation. (Andrew Ziem)
Modified: trunk/rpms/libcdio/libcdio.spec
===================================================================
--- trunk/rpms/libcdio/libcdio.spec 2006-10-02 14:23:08 UTC (rev 4787)
+++ trunk/rpms/libcdio/libcdio.spec 2006-10-02 15:52:23 UTC (rev 4788)
@@ -75,6 +75,7 @@
%defattr(-, root, root, 0755)
%doc example/
%{_includedir}/cdio/
+%{_includedir}/cdio++/
%{_libdir}/*.a
%exclude %{_libdir}/*.la
%{_libdir}/*.so
Modified: trunk/rpms/xine-lib/xine-lib.spec
===================================================================
--- trunk/rpms/xine-lib/xine-lib.spec 2006-10-02 14:23:08 UTC (rev 4787)
+++ trunk/rpms/xine-lib/xine-lib.spec 2006-10-02 15:52:23 UTC (rev 4788)
@@ -9,40 +9,43 @@
%{?fc6: %define _with_modxorg 1}
%{?fc5: %define _with_modxorg 1}
+%{?fc2:%define _without_gettextdevel 1}
+
%{?fc1:%define _without_alsa 1}
+%{?fc1:%define _without_gettextdevel 1}
%{?fc1:%define _without_theora 1}
%{?fc1:%define _without_xvmc 1}
%{?el3:%define _without_alsa 1}
%{?el3:%define _without_fribidi 1}
+%{?el3:%define _without_gettextdevel 1}
%{?el3:%define _without_theora 1}
%{?el3:%define _without_xvmc 1}
-%{?el3:%define _without_gettextdevel 1}
%{?rh9:%define _without_alsa 1}
%{?rh9:%define _without_fribidi 1}
+%{?rh9:%define _without_gettextdevel 1}
%{?rh9:%define _without_theora 1}
%{?rh9:%define _without_xvmc 1}
-%{?rh9:%define _without_gettextdevel 1}
%{?rh8:%define _without_alsa 1}
%{?rh8:%define _without_fribidi 1}
+%{?rh8:%define _without_gettextdevel 1}
%{?rh8:%define _without_theora 1}
%{?rh8:%define _without_xvmc 1}
-%{?rh8:%define _without_gettextdevel 1}
%{?rh7:%define _without_alsa 1}
%{?rh7:%define _without_fribidi 1}
+%{?rh7:%define _without_gettextdevel 1}
%{?rh7:%define _without_theora 1}
%{?rh7:%define _without_gnomevfs2 1}
%{?rh7:%define _without_xvmc 1}
-%{?rh7:%define _without_gettextdevel 1}
%{?yd3:%define _without_alsa 1}
%{?yd3:%define _without_fribidi 1}
+%{?yd3:%define _without_gettextdevel 1}
%{?yd3:%define _without_theora 1}
%{?yd3:%define _without_xvmc 1}
-%{?yd3:%define _without_gettextdevel 1}
%define libname libxine1
More information about the svn-commits
mailing list