rpms/bsnes/devel .cvsignore, 1.14, 1.15 bsnes.spec, 1.17, 1.18 sources, 1.14, 1.15
by Julian Sikorski
Author: belegdol
Update of /cvs/free/rpms/bsnes/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv31337
Modified Files:
.cvsignore bsnes.spec sources
Log Message:
* Tue Sep 29 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.052-1
- Updated to 0.052
- Given that bsnes is GPL now, the Qt requirement can be unversioned
- Cleaned up the make line
- Use %global instead of %define
- Dropped minizip-devel from BuildRequires
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/bsnes/devel/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- .cvsignore 28 Sep 2009 09:34:57 -0000 1.14
+++ .cvsignore 5 Oct 2009 10:20:07 -0000 1.15
@@ -1 +1 @@
-bsnes_v051.tar.bz2
+bsnes_v052.tar.bz2
Index: bsnes.spec
===================================================================
RCS file: /cvs/free/rpms/bsnes/devel/bsnes.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- bsnes.spec 28 Sep 2009 09:34:57 -0000 1.17
+++ bsnes.spec 5 Oct 2009 10:20:07 -0000 1.18
@@ -1,4 +1,4 @@
-%define vernumber 051
+%global vernumber 052
Name: bsnes
Version: 0.%{vernumber}
@@ -22,11 +22,9 @@
BuildRequires: freealut-devel
BuildRequires: libao-devel
BuildRequires: libXv-devel
-BuildRequires: minizip-devel
BuildRequires: pulseaudio-libs-devel
BuildRequires: SDL-devel
-#Qt >= 4.5 is required for legal reasons
-BuildRequires: qt-devel >= 1:4.5.0-1
+BuildRequires: qt-devel
%description
bsnes is an emulator that began development on 2004-10-14. The purpose of the
@@ -54,8 +52,7 @@
%build
pushd src
-make %{?_smp_mflags} platform=x compiler=gcc enable_gzip=true enable_jma=true \
- moc=moc-qt4
+make %{?_smp_mflags} platform=x compiler=gcc moc=moc-qt4
%install
@@ -80,6 +77,13 @@
%changelog
+* Tue Sep 29 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.052-1
+- Updated to 0.052
+- Given that bsnes is GPL now, the Qt requirement can be unversioned
+- Cleaned up the make line
+- Use %%global instead of %%define
+- Dropped minizip-devel from BuildRequires
+
* Sun Sep 27 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.051-1
- Updated to 0.051
- Updated the strip patch
Index: sources
===================================================================
RCS file: /cvs/free/rpms/bsnes/devel/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources 28 Sep 2009 09:34:57 -0000 1.14
+++ sources 5 Oct 2009 10:20:07 -0000 1.15
@@ -1 +1 @@
-1c9545c9d24a9fc3bfa5c0ab1f4d2990 bsnes_v051.tar.bz2
+aa221cd5977852012ebc0d54fd606a63 bsnes_v052.tar.bz2
15 years, 1 month
rpms/sdlmame/F-10 .cvsignore, 1.56, 1.57 sdlmame.spec, 1.66, 1.67 sources, 1.57, 1.58
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv17452
Modified Files:
.cvsignore sdlmame.spec sources
Log Message:
* Sun Oct 04 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0135-0.2.0134u2
- Updated to 0.134u2
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-10/.cvsignore,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- .cvsignore 27 Sep 2009 15:28:41 -0000 1.56
+++ .cvsignore 4 Oct 2009 19:34:51 -0000 1.57
@@ -1,2 +1,2 @@
ui.bdc
-sdlmame0134u1.zip
+sdlmame0134u2.zip
Index: sdlmame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-10/sdlmame.spec,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- sdlmame.spec 27 Sep 2009 15:28:41 -0000 1.66
+++ sdlmame.spec 4 Oct 2009 19:34:51 -0000 1.67
@@ -1,7 +1,7 @@
# the debug build is disabled by default, please use --with debug to override
%bcond_with debug
-%global beta 0134u1
+%global beta 0134u2
%if "0%{?beta}" != "0"
%global _version %{?beta}
@@ -21,7 +21,7 @@
Name: sdlmame
Version: 0135
-Release: 0.1.%{?beta}%{?dist}
+Release: 0.2.%{?beta}%{?dist}
Summary: SDL Multiple Arcade Machine Emulator
Group: Applications/Emulators
@@ -205,6 +205,9 @@
%changelog
+* Sun Oct 04 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0135-0.2.0134u2
+- Updated to 0.134u2
+
* Fri Sep 25 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0135-0.1.0134u1
- Updated to 0.134u1
- Made the -debug build optional
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-10/sources,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- sources 27 Sep 2009 15:28:41 -0000 1.57
+++ sources 4 Oct 2009 19:34:51 -0000 1.58
@@ -1,2 +1,2 @@
b64914c2a5589f6d5b00361464152acd ui.bdc
-33bda6d296a0d09b78123a6ebe6dba1a sdlmame0134u1.zip
+255c1b44d268a530344572694d282247 sdlmame0134u2.zip
15 years, 1 month
rpms/sdlmame/F-11 .cvsignore, 1.54, 1.55 sdlmame.spec, 1.64, 1.65 sources, 1.56, 1.57
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv17223
Modified Files:
.cvsignore sdlmame.spec sources
Log Message:
* Sun Oct 04 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0135-0.2.0134u2
- Updated to 0.134u2
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-11/.cvsignore,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- .cvsignore 27 Sep 2009 15:28:21 -0000 1.54
+++ .cvsignore 4 Oct 2009 19:34:39 -0000 1.55
@@ -1,2 +1,2 @@
ui.bdc
-sdlmame0134u1.zip
+sdlmame0134u2.zip
Index: sdlmame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-11/sdlmame.spec,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- sdlmame.spec 27 Sep 2009 15:28:21 -0000 1.64
+++ sdlmame.spec 4 Oct 2009 19:34:39 -0000 1.65
@@ -1,7 +1,7 @@
# the debug build is disabled by default, please use --with debug to override
%bcond_with debug
-%global beta 0134u1
+%global beta 0134u2
%if "0%{?beta}" != "0"
%global _version %{?beta}
@@ -21,7 +21,7 @@
Name: sdlmame
Version: 0135
-Release: 0.1.%{?beta}%{?dist}
+Release: 0.2.%{?beta}%{?dist}
Summary: SDL Multiple Arcade Machine Emulator
Group: Applications/Emulators
@@ -205,6 +205,9 @@
%changelog
+* Sun Oct 04 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0135-0.2.0134u2
+- Updated to 0.134u2
+
* Fri Sep 25 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0135-0.1.0134u1
- Updated to 0.134u1
- Made the -debug build optional
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-11/sources,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- sources 27 Sep 2009 15:28:21 -0000 1.56
+++ sources 4 Oct 2009 19:34:39 -0000 1.57
@@ -1,2 +1,2 @@
b64914c2a5589f6d5b00361464152acd ui.bdc
-33bda6d296a0d09b78123a6ebe6dba1a sdlmame0134u1.zip
+255c1b44d268a530344572694d282247 sdlmame0134u2.zip
15 years, 1 month
rpms/sdlmame/devel .cvsignore, 1.57, 1.58 sdlmame.spec, 1.67, 1.68 sources, 1.58, 1.59
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv17115
Modified Files:
.cvsignore sdlmame.spec sources
Log Message:
* Sun Oct 04 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0135-0.2.0134u2
- Updated to 0.134u2
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/devel/.cvsignore,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- .cvsignore 27 Sep 2009 15:27:57 -0000 1.57
+++ .cvsignore 4 Oct 2009 19:34:30 -0000 1.58
@@ -1,2 +1,2 @@
ui.bdc
-sdlmame0134u1.zip
+sdlmame0134u2.zip
Index: sdlmame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/devel/sdlmame.spec,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- sdlmame.spec 27 Sep 2009 15:27:57 -0000 1.67
+++ sdlmame.spec 4 Oct 2009 19:34:30 -0000 1.68
@@ -1,7 +1,7 @@
# the debug build is disabled by default, please use --with debug to override
%bcond_with debug
-%global beta 0134u1
+%global beta 0134u2
%if "0%{?beta}" != "0"
%global _version %{?beta}
@@ -21,7 +21,7 @@
Name: sdlmame
Version: 0135
-Release: 0.1.%{?beta}%{?dist}
+Release: 0.2.%{?beta}%{?dist}
Summary: SDL Multiple Arcade Machine Emulator
Group: Applications/Emulators
@@ -205,6 +205,9 @@
%changelog
+* Sun Oct 04 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0135-0.2.0134u2
+- Updated to 0.134u2
+
* Fri Sep 25 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0135-0.1.0134u1
- Updated to 0.134u1
- Made the -debug build optional
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/devel/sources,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- sources 27 Sep 2009 15:27:57 -0000 1.58
+++ sources 4 Oct 2009 19:34:30 -0000 1.59
@@ -1,2 +1,2 @@
b64914c2a5589f6d5b00361464152acd ui.bdc
-33bda6d296a0d09b78123a6ebe6dba1a sdlmame0134u1.zip
+255c1b44d268a530344572694d282247 sdlmame0134u2.zip
15 years, 1 month
rpms/opencore-amr/F-11 .cvsignore, 1.2, 1.3 opencore-amr.spec, 1.1, 1.2 sources, 1.2, 1.3
by jwrdegoede
Author: jwrdegoede
Update of /cvs/free/rpms/opencore-amr/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv27845
Modified Files:
.cvsignore opencore-amr.spec sources
Log Message:
* Sun Oct 4 2009 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.1.2-1
- New upstream release 0.1.2
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/opencore-amr/F-11/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 11 Aug 2009 19:28:32 -0000 1.2
+++ .cvsignore 4 Oct 2009 13:04:28 -0000 1.3
@@ -1 +1 @@
-opencore-amr-0.1.1.tar.gz
+opencore-amr-0.1.2.tar.gz
Index: opencore-amr.spec
===================================================================
RCS file: /cvs/free/rpms/opencore-amr/F-11/opencore-amr.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- opencore-amr.spec 11 Aug 2009 19:28:32 -0000 1.1
+++ opencore-amr.spec 4 Oct 2009 13:04:28 -0000 1.2
@@ -1,5 +1,5 @@
Name: opencore-amr
-Version: 0.1.1
+Version: 0.1.2
Release: 1%{?dist}
Summary: OpenCORE Adaptive Multi Rate Narrowband and Wideband speech lib
Group: System Environment/Libraries
@@ -24,22 +24,19 @@
%prep
-%setup -q -n %{name}
-# hack hack hack
-if [ "%{_lib}" = "lib64" ]; then
- sed -i -e 's|/lib/|/lib64/|g' -e 's|/lib$|/lib64|g' */Makefile
-fi
+%setup -q
+mv opencore/README opencore/README.opencore
%build
-make %{?_smp_mflags} CXXFLAGS="$RPM_OPT_FLAGS -x c -std=c99 -fPIC"
+%configure --disable-static
+make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix}
-# we don't want the static libraries
-rm $RPM_BUILD_ROOT%{_libdir}/libopencore-amr??.a
+make install DESTDIR=$RPM_BUILD_ROOT
+rm $RPM_BUILD_ROOT%{_libdir}/libopencore-amr??.la
%clean
@@ -53,15 +50,18 @@
%files
%defattr(-,root,root,-)
-%doc opencore/ChangeLog opencore/NOTICE opencore/README
+%doc LICENSE README opencore/ChangeLog opencore/NOTICE opencore/README.opencore
%{_libdir}/libopencore-amr??.so.*
%files devel
%defattr(-,root,root,-)
%{_includedir}/opencore-amr??
%{_libdir}/libopencore-amr??.so
-
+%{_libdir}/pkgconfig/opencore-amr??.pc
%changelog
+* Sun Oct 4 2009 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.1.2-1
+- New upstream release 0.1.2
+
* Thu Jul 30 2009 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.1.1-1
- First version of the RPM Fusion package
Index: sources
===================================================================
RCS file: /cvs/free/rpms/opencore-amr/F-11/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 11 Aug 2009 19:28:32 -0000 1.2
+++ sources 4 Oct 2009 13:04:28 -0000 1.3
@@ -1 +1 @@
-d2e18436202fc14e03e5a254f8eb1df4 opencore-amr-0.1.1.tar.gz
+8e8b8b253eb046340ff7b6bf7a6ccd3e opencore-amr-0.1.2.tar.gz
15 years, 1 month
rpms/proas/devel proas.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Sergio Pascual
Author: sergiopr
Update of /cvs/free/rpms/proas/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv27413/devel
Modified Files:
.cvsignore sources
Added Files:
proas.spec
Log Message:
Importing proas
--- NEW FILE proas.spec ---
Summary: Planning of astronomical observations
Name: proas
Version: 2.1.2
Release: 2%{?dist}
License: GPL+
Group: Applications/Engineering
URL: https://guaix.fis.ucm.es/projects/proas/wiki
Source0: ftp://astrax.fis.ucm.es/pub/users/spr/proas/%{name}-%{version}.tar.gz
Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires: pgplot-devel gcc-gfortran
%description
Proas is a program devoted to the computation of the visibility conditions of
astronomical objects. The initial data are the observatory location, observing
date, and the target coordinates. The program computes the object altitude as
a function of the universal time (UT).
%prep
%setup -q
%build
%configure
make %{?_smp_mflags}
%install
rm -rf %{buildroot}
make DESTDIR=%{buildroot} install
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc COPYING README manual.ps
%{_bindir}/*
%changelog
* Wed Sep 30 2009 Sergio Pascual <sergiopr(a)astrax.fis.ucm.es> 2.1.2-2
- Changed licence to GPL+
* Wed Sep 16 2009 Sergio Pascual <sergiopr(a)astrax.fis.ucm.es> 2.1.2-1
- Submitted to rpmfusion
* Fri Jun 27 2008 Sergio Pascual <sergiopr(a)astrax.fis.ucm.es> 2.1.1-3
- Rebuilt for el5
* Thu Jun 19 2008 Sergio Pascual <sergiopr(a)astrax.fis.ucm.es> 2.1.1-2
- Patch to set the default equinox in 2000.0
* Fri Jan 18 2008 Sergio Pascual <sergiopr(a)astrax.fis.ucm.es> 2.1.1-1
- New upstream sources
* Sun Jul 22 2007 Sergio Pascual <sergiopr(a)astrax.fis.ucm.es> 2.1.0-1
- New upstream sources
* Fri Oct 28 2005 Sergio Pascual <sergiopr(a)astrax.fis.ucm.es> 2.0-3
- Rebuilt for pgplot-5.2.2-8.
* Mon Oct 10 2005 Sergio Pascual <sergiopr(a)astrax.fis.ucm.es> 2.0-2
- Updated spec file.
* Tue Jan 10 2002 Sergio Pascual <sergiopr(a)astrax.fis.ucm.es> 2.0-1
- Initial RPM file.
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/proas/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 4 Oct 2009 12:11:59 -0000 1.1
+++ .cvsignore 4 Oct 2009 12:59:57 -0000 1.2
@@ -0,0 +1 @@
+proas-2.1.2.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/proas/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 4 Oct 2009 12:11:59 -0000 1.1
+++ sources 4 Oct 2009 12:59:57 -0000 1.2
@@ -0,0 +1 @@
+903da73d9a28f83f9949d2be890443e7 proas-2.1.2.tar.gz
15 years, 1 month
rpms/sonic-visualiser-freeworld/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/sonic-visualiser-freeworld/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvst24714/rpms/sonic-visualiser-freeworld/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module sonic-visualiser-freeworld
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: sonic-visualiser-freeworld
# $Id: Makefile,v 1.1 2009/10/04 12:14:05 thl Exp $
NAME := sonic-visualiser-freeworld
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 ---
15 years, 1 month
rpms/sonic-visualiser-freeworld Makefile, NONE, 1.1 import.log, NONE, 1.1 pkg.acl, NONE, 1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/sonic-visualiser-freeworld
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvst24714/rpms/sonic-visualiser-freeworld
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module sonic-visualiser-freeworld
--- NEW FILE Makefile ---
# Top level Makefile for module sonic-visualiser-freeworld
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 ---
15 years, 1 month
rpms/sonic-visualiser-freeworld/devel - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/sonic-visualiser-freeworld/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvst24714/rpms/sonic-visualiser-freeworld/devel
Log Message:
Directory /cvs/free/rpms/sonic-visualiser-freeworld/devel added to the repository
15 years, 1 month
rpms/sonic-visualiser-freeworld - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/sonic-visualiser-freeworld
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvst24714/rpms/sonic-visualiser-freeworld
Log Message:
Directory /cvs/free/rpms/sonic-visualiser-freeworld added to the repository
15 years, 1 month