[svn] r4625 - in trunk/rpms: gnubiff trackballs

packagers at lists.rpmforge.net packagers at lists.rpmforge.net
Mon Aug 7 12:25:26 CEST 2006


Author: dries
Date: 2006-08-07 12:25:24 +0200 (Mon, 07 Aug 2006)
New Revision: 4625

Modified:
   trunk/rpms/gnubiff/gnubiff.spec
   trunk/rpms/trackballs/trackballs.spec
Log:
updates

Modified: trunk/rpms/gnubiff/gnubiff.spec
===================================================================
--- trunk/rpms/gnubiff/gnubiff.spec	2006-08-06 17:05:17 UTC (rev 4624)
+++ trunk/rpms/gnubiff/gnubiff.spec	2006-08-07 10:25:24 UTC (rev 4625)
@@ -7,7 +7,7 @@
 
 Summary: Mail notification program
 Name: gnubiff
-Version: 2.2.1
+Version: 2.2.2
 Release: 1
 License: GPL
 Group: Applications/Internet
@@ -68,6 +68,9 @@
 %{_datadir}/pixmaps
 
 %changelog
+* Mon Aug 07 2006 Dries Verachtert <dries at ulyssis.org> - 2.2.2-1
+- Updated to release 2.2.2.
+
 * Tue May 24 2006 Dries Verachtert <dries at ulyssis.org> - 2.2.1-1
 - Updated to release 2.2.1.
 

Modified: trunk/rpms/trackballs/trackballs.spec
===================================================================
--- trunk/rpms/trackballs/trackballs.spec	2006-08-06 17:05:17 UTC (rev 4624)
+++ trunk/rpms/trackballs/trackballs.spec	2006-08-07 10:25:24 UTC (rev 4625)
@@ -4,19 +4,18 @@
 
 %{?dist: %{expand: %%define %dist 1}}
 
-%{?fc1:%define _without_xorg 1}
-%{?el3:%define _without_xorg 1}
-%{?rh9:%define _without_xorg 1}
-%{?rh8:%define _without_xorg 1}
-%{?rh7:%define _without_xorg 1}
-%{?el2:%define _without_xorg 1}
-%{?rh6:%define _without_xorg 1}
-%{?yd3:%define _without_xorg 1}
+%{?el4:%define _without_modxorg 1}
+%{?el3:%define _without_modxorg 1}
+%{?el2:%define _without_modxorg 1}
+%{?fc4:%define _without_modxorg 1}
+%{?fc3:%define _without_modxorg 1}
+%{?fc2:%define _without_modxorg 1}
+%{?fc1:%define _without_modxorg 1}
 
 Summary: Steer a marble ball through a labyrinth
 Name: trackballs
-Version: 1.1.1
-Release: 1.2
+Version: 1.1.2
+Release: 1
 License: GPL
 Group: Amusements/Games
 URL: http://trackballs.sourceforge.net/
@@ -26,8 +25,9 @@
 
 BuildRequires: gcc-c++, guile, guile-devel, SDL-devel, SDL_ttf-devel
 BuildRequires: zlib-devel, SDL_mixer-devel, SDL_image-devel
-%{?_without_xorg:BuildRequires: XFree86-devel}
-%{!?_without_xorg:BuildRequires: xorg-x11-devel, xorg-x11-Mesa-libGL, xorg-x11-Mesa-libGLU}
+%{!?_without_modxorg:BuildRequires: mesa-libGL-devel, mesa-libGLU-devel}
+%{?_without_modxorg:BuildRequires: XFree86-devel}
+#!?_without_xorg:BuildRequires: xorg-x11-devel, xorg-x11-Mesa-libGL, xorg-x11-Mesa-libGLU
 
 %description
 Trackballs is a game for linux in which you steer a marble ball through
@@ -50,17 +50,21 @@
 %{__rm} -rf %{buildroot}
 %makeinstall
 %{__strip} %{buildroot}/%{_bindir}/trackballs
+%find_lang %{name}
 
 %clean
 %{__rm} -rf %{buildroot}
 
-%files
+%files -f %{name}.lang
 %defattr(-, root, root, 0755)
 %doc %{_mandir}/man6/*
 %{_bindir}/trackballs
 %{_datadir}/trackballs
 
 %changelog
+* Mon Aug 07 2006 Dries Verachtert <dries at ulyssis.org> 1.1.2-1
+- Update to release 1.1.2.
+
 * Sat Apr 08 2006 Dries Verachtert <dries at ulyssis.org> - 1.1.1-1.2
 - Rebuild for Fedora Core 5.
 



More information about the svn-commits mailing list