rpms/vagalume/devel vagalume.spec,1.7,1.8
by Michel Alexandre Salim
Author: salimma
Update of /cvs/free/rpms/vagalume/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv4665/devel
Modified Files:
vagalume.spec
Log Message:
Add missing BR on intltool
Index: vagalume.spec
===================================================================
RCS file: /cvs/free/rpms/vagalume/devel/vagalume.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- vagalume.spec 18 Mar 2010 17:55:41 -0000 1.7
+++ vagalume.spec 26 Mar 2010 01:23:00 -0000 1.8
@@ -12,7 +12,7 @@
# Patch1: %{name}-0.7.1-others.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: gstreamer-devel gtk2-devel libxml2-devel
+BuildRequires: gstreamer-devel gtk2-devel libxml2-devel intltool
# curl has been renamed in F-9. New package still provides curl[-devel] but
# better be safe
%if 0%{?fedora} >= 9
14 years, 6 months
rpms/vlc/F-13 vlc.spec,1.76,1.77
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vlc/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv26046
Modified Files:
vlc.spec
Log Message:
- rebuilt for opencv
Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/F-13/vlc.spec,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- vlc.spec 27 Feb 2010 18:20:15 -0000 1.76
+++ vlc.spec 25 Mar 2010 23:18:06 -0000 1.77
@@ -8,7 +8,7 @@
Summary: Multi-platform MPEG, DVD, and DivX player
Name: vlc
Version: 1.0.5
-Release: 2%{?dist}
+Release: 3%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL: http://www.videolan.org
@@ -529,6 +529,9 @@
%changelog
+* Fri Mar 26 2010 Nicolas Chauvet <kwizart(a)fedoraproject.org> - 1.0.5-3
+- rebuilt for opencv
+
* Sat Feb 27 2010 Nicolas Chauvet <kwizart(a)fedoraproject.org> - 1.0.5-2
- Add BR libtiger-devel
14 years, 6 months
rpms/amap/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/amap/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/kwizart/nonfree/owners/tmpcvsD20979/rpms/amap/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module amap
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: amap
# $Id: Makefile,v 1.1 2010/03/25 22:16:43 kwizart Exp $
NAME := amap
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 ---
14 years, 6 months
rpms/amap Makefile,NONE,1.1 import.log,NONE,1.1 pkg.acl,NONE,1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/amap
In directory se02.es.rpmfusion.net:/home/rpmfusion/kwizart/nonfree/owners/tmpcvsD20979/rpms/amap
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module amap
--- NEW FILE Makefile ---
# Top level Makefile for module amap
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 ---
14 years, 6 months
rpms/amap/devel - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/amap/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/kwizart/nonfree/owners/tmpcvsD20979/rpms/amap/devel
Log Message:
Directory /cvs/nonfree/rpms/amap/devel added to the repository
14 years, 6 months
rpms/amap - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/amap
In directory se02.es.rpmfusion.net:/home/rpmfusion/kwizart/nonfree/owners/tmpcvsD20979/rpms/amap
Log Message:
Directory /cvs/nonfree/rpms/amap added to the repository
14 years, 6 months
rpms/sdlmame-data-samples/F-11 sdlmame-data-samples.spec,1.8,1.9
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame-data-samples/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv2454
Modified Files:
sdlmame-data-samples.spec
Log Message:
Removed leftover done command
Index: sdlmame-data-samples.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame-data-samples/F-11/sdlmame-data-samples.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sdlmame-data-samples.spec 25 Mar 2010 19:20:39 -0000 1.8
+++ sdlmame-data-samples.spec 25 Mar 2010 19:31:42 -0000 1.9
@@ -86,7 +86,6 @@
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_datadir}/mame/samples
install -pm 644 %{sources} $RPM_BUILD_ROOT%{_datadir}/mame/samples
-done
%clean
14 years, 6 months
rpms/sdlmame-data-samples/F-12 sdlmame-data-samples.spec,1.8,1.9
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame-data-samples/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv2366
Modified Files:
sdlmame-data-samples.spec
Log Message:
Removed leftover done command
Index: sdlmame-data-samples.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame-data-samples/F-12/sdlmame-data-samples.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sdlmame-data-samples.spec 25 Mar 2010 19:20:29 -0000 1.8
+++ sdlmame-data-samples.spec 25 Mar 2010 19:31:36 -0000 1.9
@@ -86,7 +86,6 @@
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_datadir}/mame/samples
install -pm 644 %{sources} $RPM_BUILD_ROOT%{_datadir}/mame/samples
-done
%clean
14 years, 6 months
rpms/sdlmame-data-samples/devel sdlmame-data-samples.spec,1.8,1.9
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame-data-samples/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv1679
Modified Files:
sdlmame-data-samples.spec
Log Message:
Removed leftover done command
Index: sdlmame-data-samples.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame-data-samples/devel/sdlmame-data-samples.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sdlmame-data-samples.spec 25 Mar 2010 19:20:03 -0000 1.8
+++ sdlmame-data-samples.spec 25 Mar 2010 19:30:27 -0000 1.9
@@ -86,7 +86,6 @@
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_datadir}/mame/samples
install -pm 644 %{sources} $RPM_BUILD_ROOT%{_datadir}/mame/samples
-done
%clean
14 years, 6 months
rpms/sdlmame-data-samples/F-11 sdlmame-data-samples.spec,1.7,1.8
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame-data-samples/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv822
Modified Files:
sdlmame-data-samples.spec
Log Message:
* Thu Mar 25 2010 Julian Sikorski <belegdol[at]gmail[dot]com> - 0137-1
- Added speedfrk and wotw
Index: sdlmame-data-samples.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame-data-samples/F-11/sdlmame-data-samples.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sdlmame-data-samples.spec 25 Mar 2010 19:18:10 -0000 1.7
+++ sdlmame-data-samples.spec 25 Mar 2010 19:20:39 -0000 1.8
@@ -1,5 +1,5 @@
Name: sdlmame-data-samples
-Version: 0134
+Version: 0137
Release: 1%{?dist}
Summary: Sound samples for the SDLMAME package
14 years, 6 months