rpms/mythtv-themes/F-15 mythtv-themes.spec,1.32,1.33
by Jarod Wilson
Author: jarod
Update of /cvs/free/rpms/mythtv-themes/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv7510
Modified Files:
mythtv-themes.spec
Log Message:
* Mon May 30 2011 Jarod Wilson <jarod(a)wilsonet.com> 0.24-5
- Fix the prior fix, Provides: mythtv-themes =, not mythtv-themes-
Index: mythtv-themes.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv-themes/F-15/mythtv-themes.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- mythtv-themes.spec 28 May 2011 22:10:21 -0000 1.32
+++ mythtv-themes.spec 30 May 2011 19:03:58 -0000 1.33
@@ -36,7 +36,7 @@
Release: 0.1.git.%{_gitrev}%{?dist}
#Release: 0.1.rc1%{?dist}
%else
-Release: 4%{?dist}
+Release: 5%{?dist}
%endif
################################################################################
@@ -63,7 +63,7 @@
Requires: mythtv-frontend
# With the mythtv 0.24.1 point release, there was no updated themes tarball
-Provides: %{name}-%{version}.1
+Provides: %{name} = %{version}.1
# And obselete a bunch of packages from when themes were packaged individually
Obsoletes: mythtv-theme-MythCenter
@@ -126,6 +126,9 @@
%{_datadir}/fonts/%{name}/*.otf
%changelog
+* Mon May 30 2011 Jarod Wilson <jarod(a)wilsonet.com> 0.24-5
+- Fix the prior fix, Provides: mythtv-themes =, not mythtv-themes-
+
* Sat May 28 2011 Jarod Wilson <jarod(a)wilsonet.com> 0.24-4
- Add Provides for 0.24.1, since there's no new themes tarball (#1766)
13 years, 5 months
rpms/pushover/devel .cvsignore, 1.2, 1.3 pushover.spec, 1.1, 1.2 sources, 1.2, 1.3
by Andrea Musuruane
Author: musuruan
Update of /cvs/nonfree/rpms/pushover/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv24757
Modified Files:
.cvsignore pushover.spec sources
Log Message:
* Mon May 30 2011 Andrea Musuruane <musuruan(a)gmail.com> 0.0.3-1
- New upstream release
- Packaged new desktop icons
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/pushover/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 29 May 2010 15:30:44 -0000 1.2
+++ .cvsignore 30 May 2011 17:05:00 -0000 1.3
@@ -1 +1 @@
-pushover-0.0.2.tar.gz
+pushover-0.0.3.tar.gz
Index: pushover.spec
===================================================================
RCS file: /cvs/nonfree/rpms/pushover/devel/pushover.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pushover.spec 29 May 2010 15:30:44 -0000 1.1
+++ pushover.spec 30 May 2011 17:05:00 -0000 1.2
@@ -1,6 +1,6 @@
Name: pushover
-Version: 0.0.2
-Release: 2%{?dist}
+Version: 0.0.3
+Release: 1%{?dist}
Summary: Fun puzzle game with dominos
Group: Amusements/Games
@@ -17,6 +17,7 @@
BuildRequires: zlib-devel
BuildRequires: lua-devel
BuildRequires: gettext
+BuildRequires: ImageMagick
BuildRequires: desktop-file-utils
Requires: hicolor-icon-theme
Requires: gnu-free-sans-fonts
@@ -53,6 +54,14 @@
ln -s %{_datadir}/fonts/gnu-free/FreeSans.ttf \
$RPM_BUILD_ROOT%{_datadir}/%{name}/data/FreeSans.ttf
+# Install icons (16, 32, 48, 64px)
+for i in 0 1 2 3; do
+ px=$(expr ${i} \* 16 + 16)
+ mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/${px}x${px}/apps
+ convert %{name}.ico[${i}] \
+ $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/${px}x${px}/apps/%{name}.png
+done
+
# Install desktop file
desktop-file-install \
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
@@ -65,15 +74,35 @@
rm -rf $RPM_BUILD_ROOT
+%post
+touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
+
+
+%postun
+if [ $1 -eq 0 ] ; then
+ touch --no-create %{_datadir}/icons/hicolor &>/dev/null
+ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+fi
+
+
+%posttrans
+gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+
+
%files -f %{name}.lang
%defattr(-,root,root,-)
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
+%{_datadir}/icons/hicolor/*/apps/%{name}.png
%doc AUTHORS ChangeLog COPYING NEWS readme.txt
%changelog
+* Mon May 30 2011 Andrea Musuruane <musuruan(a)gmail.com> 0.0.3-1
+- New upstream release
+- Packaged new desktop icons
+
* Tue Jan 05 2010 Andrea Musuruane <musuruan(a)gmail.com> 0.0.2-2
- Fixed license
- Fixed typo
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/pushover/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 29 May 2010 15:30:44 -0000 1.2
+++ sources 30 May 2011 17:05:00 -0000 1.3
@@ -1 +1 @@
-b0b6b584a57db0ca6ec69647fba67369 pushover-0.0.2.tar.gz
+831feec2d46583db01647a73295d4108 pushover-0.0.3.tar.gz
13 years, 5 months
rpms/frogatto/F-15 frogatto-1.0.3-gcc-4.6.patch, NONE, 1.1 frogatto.spec, 1.3, 1.4
by jwrdegoede
Author: jwrdegoede
Update of /cvs/nonfree/rpms/frogatto/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv29979
Modified Files:
frogatto.spec
Added Files:
frogatto-1.0.3-gcc-4.6.patch
Log Message:
* Mon May 30 2011 Hans de Goede <j.w.r.degoede(a)gmail.com> - 1.0.3-3
- Rebuilt for new boost (rf#1773)
frogatto-1.0.3-gcc-4.6.patch:
controls.hpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- NEW FILE frogatto-1.0.3-gcc-4.6.patch ---
diff -up frogatto-1.0.3/src/controls.hpp~ frogatto-1.0.3/src/controls.hpp
--- frogatto-1.0.3/src/controls.hpp~ 2010-07-27 17:33:39.000000000 +0200
+++ frogatto-1.0.3/src/controls.hpp 2011-05-30 10:58:10.027045952 +0200
@@ -2,7 +2,7 @@
#define CONTROLS_HPP_INCLUDED
#include <vector>
-
+#include <cstdio>
#include <SDL_keysym.h>
namespace controls {
Index: frogatto.spec
===================================================================
RCS file: /cvs/nonfree/rpms/frogatto/F-15/frogatto.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- frogatto.spec 14 Oct 2010 20:54:40 -0000 1.3
+++ frogatto.spec 30 May 2011 11:24:45 -0000 1.4
@@ -1,6 +1,6 @@
Name: frogatto
Version: 1.0.3
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: An old-school 2D platform game
Group: Amusements/Games
@@ -13,6 +13,7 @@
Source3: %{name}.xpm
Source4: %{name}.pod
Patch0: %{name}-1.0-Makefile.patch
+Patch1: %{name}-1.0.3-gcc-4.6.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: SDL-devel >= 1.2.7
@@ -42,6 +43,7 @@
%prep
%setup -q
%patch0 -p1
+%patch1 -p1
%build
@@ -112,6 +114,9 @@
%changelog
+* Mon May 30 2011 Hans de Goede <j.w.r.degoede(a)gmail.com> - 1.0.3-3
+- Rebuilt for new boost (rf#1773)
+
* Thu Oct 14 2010 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.3-2
- Rebuilt for gcc bug
13 years, 5 months
rpms/frogatto/devel frogatto-1.0.3-gcc-4.6.patch, NONE, 1.1 frogatto.spec, 1.3, 1.4
by jwrdegoede
Author: jwrdegoede
Update of /cvs/nonfree/rpms/frogatto/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv29821
Modified Files:
frogatto.spec
Added Files:
frogatto-1.0.3-gcc-4.6.patch
Log Message:
* Mon May 30 2011 Hans de Goede <j.w.r.degoede(a)gmail.com> - 1.0.3-3
- Rebuilt for new boost (rf#1773)
frogatto-1.0.3-gcc-4.6.patch:
controls.hpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- NEW FILE frogatto-1.0.3-gcc-4.6.patch ---
diff -up frogatto-1.0.3/src/controls.hpp~ frogatto-1.0.3/src/controls.hpp
--- frogatto-1.0.3/src/controls.hpp~ 2010-07-27 17:33:39.000000000 +0200
+++ frogatto-1.0.3/src/controls.hpp 2011-05-30 10:58:10.027045952 +0200
@@ -2,7 +2,7 @@
#define CONTROLS_HPP_INCLUDED
#include <vector>
-
+#include <cstdio>
#include <SDL_keysym.h>
namespace controls {
Index: frogatto.spec
===================================================================
RCS file: /cvs/nonfree/rpms/frogatto/devel/frogatto.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- frogatto.spec 14 Oct 2010 20:54:40 -0000 1.3
+++ frogatto.spec 30 May 2011 11:23:44 -0000 1.4
@@ -1,6 +1,6 @@
Name: frogatto
Version: 1.0.3
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: An old-school 2D platform game
Group: Amusements/Games
@@ -13,6 +13,7 @@
Source3: %{name}.xpm
Source4: %{name}.pod
Patch0: %{name}-1.0-Makefile.patch
+Patch1: %{name}-1.0.3-gcc-4.6.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: SDL-devel >= 1.2.7
@@ -42,6 +43,7 @@
%prep
%setup -q
%patch0 -p1
+%patch1 -p1
%build
@@ -112,6 +114,9 @@
%changelog
+* Mon May 30 2011 Hans de Goede <j.w.r.degoede(a)gmail.com> - 1.0.3-3
+- Rebuilt for new boost (rf#1773)
+
* Thu Oct 14 2010 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.3-2
- Rebuilt for gcc bug
13 years, 5 months
rpms/imagination/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/imagination/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/kwizart/free/owners/tmpcvsL20266/rpms/imagination/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module imagination
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: imagination
# $Id: Makefile,v 1.1 2011/05/30 09:19:58 kwizart Exp $
NAME := imagination
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)
--- NEW FILE sources ---
13 years, 5 months
rpms/imagination Makefile, NONE, 1.1 import.log, NONE, 1.1 pkg.acl, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/imagination
In directory se02.es.rpmfusion.net:/home/rpmfusion/kwizart/free/owners/tmpcvsL20266/rpms/imagination
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module imagination
--- NEW FILE Makefile ---
# Top level Makefile for module imagination
all : CVS/Root common-update
@cvs update
common-update : common
@cd common && cvs update
common : CVS/Root
@cvs checkout common
CVS/Root :
@echo "ERROR: This does not look like a CVS checkout" && exit 1
clean :
@find . -type f -name *~ -exec rm -fv {} \;
--- NEW FILE import.log ---
--- NEW FILE pkg.acl ---
13 years, 5 months
rpms/imagination/devel - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/imagination/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/kwizart/free/owners/tmpcvsL20266/rpms/imagination/devel
Log Message:
Directory /cvs/free/rpms/imagination/devel added to the repository
13 years, 5 months
rpms/imagination - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/imagination
In directory se02.es.rpmfusion.net:/home/rpmfusion/kwizart/free/owners/tmpcvsL20266/rpms/imagination
Log Message:
Directory /cvs/free/rpms/imagination added to the repository
13 years, 5 months
rpms/nvidia-kmod/F-15 nvidia-kmod.spec,1.79,1.80
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-kmod/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv7246
Modified Files:
nvidia-kmod.spec
Log Message:
Enable newest until pre-release updated to release
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-15/nvidia-kmod.spec,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- nvidia-kmod.spec 29 May 2011 21:32:19 -0000 1.79
+++ nvidia-kmod.spec 29 May 2011 21:33:14 -0000 1.80
@@ -3,7 +3,7 @@
# "buildforkernels newest" macro for just that build; immediately after
# queuing that build enable the macro again for subsequent builds; that way
# a new akmod package will only get build when a new one is actually needed
-#define buildforkernels newest
+%define buildforkernels newest
Name: nvidia-kmod
Epoch: 1
13 years, 5 months
rpms/nvidia-kmod/F-15 nvidia-kmod.spec,1.78,1.79
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-kmod/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv7150
Modified Files:
nvidia-kmod.spec
Log Message:
Rebuild for current
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-15/nvidia-kmod.spec,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- nvidia-kmod.spec 29 May 2011 21:31:03 -0000 1.78
+++ nvidia-kmod.spec 29 May 2011 21:32:19 -0000 1.79
@@ -3,7 +3,7 @@
# "buildforkernels newest" macro for just that build; immediately after
# queuing that build enable the macro again for subsequent builds; that way
# a new akmod package will only get build when a new one is actually needed
-%define buildforkernels newest
+#define buildforkernels newest
Name: nvidia-kmod
Epoch: 1
13 years, 5 months