rpms/mamory/EL-5 mamory-opt.patch, NONE, 1.1 mamory.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Christopher Stone
Author: xulchris
Update of /cvs/free/rpms/mamory/EL-5
In directory se02.es.rpmfusion.net:/tmp/cvs-serv28198/EL-5
Modified Files:
.cvsignore sources
Added Files:
mamory-opt.patch mamory.spec
Log Message:
initial checkin
mamory-opt.patch:
--- NEW FILE mamory-opt.patch ---
--- configure.ac.gcc4optfix 2006-12-15 15:49:02.000000000 +0100
+++ configure.ac 2006-12-15 15:51:04.000000000 +0100
@@ -46,7 +46,7 @@
AC_ARG_ENABLE(debug,
[ --enable-debug Compilation flags to allow debugging],
- CFLAGS="-O0 -Wall -g ", CFLAGS="-g -DNDEBUG -O2 "
+ CFLAGS="-O0 -Wall -g ", CFLAGS="-g -DNDEBUG -O0 "
)
#AC_DEFINE(CFLAGS)
--- configure.gcc4optfix 2006-12-15 15:48:54.000000000 +0100
+++ configure 2006-12-15 15:55:17.000000000 +0100
@@ -25405,7 +25405,7 @@
if test "${enable_debug+set}" = set; then
enableval=$enable_debug; CFLAGS="-O0 -Wall -g "
else
- CFLAGS="-g -DNDEBUG -O2 "
+ CFLAGS="-g -DNDEBUG -O0 "
fi
--- NEW FILE mamory.spec ---
Name: mamory
Version: 0.2.25
Release: 1%{?dist}
Summary: ROM management API and commandline ROM manager for MAME
Group: Applications/Emulators
License: GPLv2 and LGPLv2
URL: http://mamory.sourceforge.net
Source0: http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Patch0: mamory-opt.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: expat-devel
%description
Mamory is a set of useful functions for emulators related projects. It allows
easy inclusion of roms management features into these projects through a simple
API.
The distributed packages also contain a command line interface that use the
potential of the library libmamory.so.
%package devel
Summary: Development files for %{name}
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
%description devel
This package contains headers and libraries required to build applications that
use %{name}.
%prep
%setup -q
%patch0 -p0 -b .opt~
# Avoid lib64 rpaths
sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure
# Fix file encodings
for file in AUTHORS DOCS/mamory.html DOCS/mamory.xml ; do
iconv -f iso8859-1 -t utf-8 $file > $file.conv && mv -f $file.conv $file
done
%build
%configure --disable-static
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
# remove libtool archive file
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
%check
make check
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING TODO DOCS/mamory*
%{_bindir}/mamory
%{_libdir}/*.so.*
%files devel
%defattr(-,root,root,-)
%{_includedir}/%{name}
%{_libdir}/*.so
%changelog
* Sun Nov 25 2007 XulChris <tkmame(a)retrogames.com> 0.2.25-1%{?dist}
- Upstream sync
- Fix up some rpmlint warnings
* Mon Jul 30 2007 XulChris <tkmame(a)retrogames.com> 0.2.24-1%{?dist}
- Upstream sync
* Wed Jan 17 2007 XulChris <tkmame(a)retrogames.com> 0.2.23-1%{?dist}
- Upstream sync
- Rename patch file
- Add LGPL to license tag
- Remove COPYING from devel subpackage
- Improve summary tag
- Use rm instead of %%exclude
- Add expat-devel to BuildRequires
- Add dist tags to %%changelog
* Sat Dec 16 2006 XulChris <tkmame(a)retrogames.com> 0.2.22-2%{?dist}
- Apply optimization patch from Belegdol
* Tue Dec 12 2006 XulChris <tkmame(a)retrogames.com> 0.2.22-1%{?dist}
- Upstream sync
* Tue Dec 05 2006 XulChris <tkmame(a)retrogames.com> 0.2.21-1%{?dist}
- Initial Release
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/mamory/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 1 Jun 2008 12:04:46 -0000 1.1
+++ .cvsignore 12 Oct 2008 14:36:34 -0000 1.2
@@ -0,0 +1 @@
+mamory-0.2.25.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mamory/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 1 Jun 2008 12:04:46 -0000 1.1
+++ sources 12 Oct 2008 14:36:34 -0000 1.2
@@ -0,0 +1 @@
+778f5e5c5be93fb0dfb1f3246e2df203 mamory-0.2.25.tar.gz
16 years
rpms/mamory/F-8 mamory-opt.patch, NONE, 1.1 mamory.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Christopher Stone
Author: xulchris
Update of /cvs/free/rpms/mamory/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv27991/F-8
Modified Files:
.cvsignore sources
Added Files:
mamory-opt.patch mamory.spec
Log Message:
initial checkin
mamory-opt.patch:
--- NEW FILE mamory-opt.patch ---
--- configure.ac.gcc4optfix 2006-12-15 15:49:02.000000000 +0100
+++ configure.ac 2006-12-15 15:51:04.000000000 +0100
@@ -46,7 +46,7 @@
AC_ARG_ENABLE(debug,
[ --enable-debug Compilation flags to allow debugging],
- CFLAGS="-O0 -Wall -g ", CFLAGS="-g -DNDEBUG -O2 "
+ CFLAGS="-O0 -Wall -g ", CFLAGS="-g -DNDEBUG -O0 "
)
#AC_DEFINE(CFLAGS)
--- configure.gcc4optfix 2006-12-15 15:48:54.000000000 +0100
+++ configure 2006-12-15 15:55:17.000000000 +0100
@@ -25405,7 +25405,7 @@
if test "${enable_debug+set}" = set; then
enableval=$enable_debug; CFLAGS="-O0 -Wall -g "
else
- CFLAGS="-g -DNDEBUG -O2 "
+ CFLAGS="-g -DNDEBUG -O0 "
fi
--- NEW FILE mamory.spec ---
Name: mamory
Version: 0.2.25
Release: 1%{?dist}
Summary: ROM management API and commandline ROM manager for MAME
Group: Applications/Emulators
License: GPLv2 and LGPLv2
URL: http://mamory.sourceforge.net
Source0: http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Patch0: mamory-opt.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: expat-devel
%description
Mamory is a set of useful functions for emulators related projects. It allows
easy inclusion of roms management features into these projects through a simple
API.
The distributed packages also contain a command line interface that use the
potential of the library libmamory.so.
%package devel
Summary: Development files for %{name}
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
%description devel
This package contains headers and libraries required to build applications that
use %{name}.
%prep
%setup -q
%patch0 -p0 -b .opt~
# Avoid lib64 rpaths
sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure
# Fix file encodings
for file in AUTHORS DOCS/mamory.html DOCS/mamory.xml ; do
iconv -f iso8859-1 -t utf-8 $file > $file.conv && mv -f $file.conv $file
done
%build
%configure --disable-static
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
# remove libtool archive file
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
%check
make check
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING TODO DOCS/mamory*
%{_bindir}/mamory
%{_libdir}/*.so.*
%files devel
%defattr(-,root,root,-)
%{_includedir}/%{name}
%{_libdir}/*.so
%changelog
* Sun Nov 25 2007 XulChris <tkmame(a)retrogames.com> 0.2.25-1%{?dist}
- Upstream sync
- Fix up some rpmlint warnings
* Mon Jul 30 2007 XulChris <tkmame(a)retrogames.com> 0.2.24-1%{?dist}
- Upstream sync
* Wed Jan 17 2007 XulChris <tkmame(a)retrogames.com> 0.2.23-1%{?dist}
- Upstream sync
- Rename patch file
- Add LGPL to license tag
- Remove COPYING from devel subpackage
- Improve summary tag
- Use rm instead of %%exclude
- Add expat-devel to BuildRequires
- Add dist tags to %%changelog
* Sat Dec 16 2006 XulChris <tkmame(a)retrogames.com> 0.2.22-2%{?dist}
- Apply optimization patch from Belegdol
* Tue Dec 12 2006 XulChris <tkmame(a)retrogames.com> 0.2.22-1%{?dist}
- Upstream sync
* Tue Dec 05 2006 XulChris <tkmame(a)retrogames.com> 0.2.21-1%{?dist}
- Initial Release
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/mamory/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 1 Jun 2008 12:04:46 -0000 1.1
+++ .cvsignore 12 Oct 2008 14:35:45 -0000 1.2
@@ -0,0 +1 @@
+mamory-0.2.25.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mamory/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 1 Jun 2008 12:04:46 -0000 1.1
+++ sources 12 Oct 2008 14:35:45 -0000 1.2
@@ -0,0 +1 @@
+778f5e5c5be93fb0dfb1f3246e2df203 mamory-0.2.25.tar.gz
16 years
rpms/mamory/F-9 mamory-opt.patch, NONE, 1.1 mamory.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Christopher Stone
Author: xulchris
Update of /cvs/free/rpms/mamory/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv27786/F-9
Modified Files:
.cvsignore sources
Added Files:
mamory-opt.patch mamory.spec
Log Message:
initial checkin
mamory-opt.patch:
--- NEW FILE mamory-opt.patch ---
--- configure.ac.gcc4optfix 2006-12-15 15:49:02.000000000 +0100
+++ configure.ac 2006-12-15 15:51:04.000000000 +0100
@@ -46,7 +46,7 @@
AC_ARG_ENABLE(debug,
[ --enable-debug Compilation flags to allow debugging],
- CFLAGS="-O0 -Wall -g ", CFLAGS="-g -DNDEBUG -O2 "
+ CFLAGS="-O0 -Wall -g ", CFLAGS="-g -DNDEBUG -O0 "
)
#AC_DEFINE(CFLAGS)
--- configure.gcc4optfix 2006-12-15 15:48:54.000000000 +0100
+++ configure 2006-12-15 15:55:17.000000000 +0100
@@ -25405,7 +25405,7 @@
if test "${enable_debug+set}" = set; then
enableval=$enable_debug; CFLAGS="-O0 -Wall -g "
else
- CFLAGS="-g -DNDEBUG -O2 "
+ CFLAGS="-g -DNDEBUG -O0 "
fi
--- NEW FILE mamory.spec ---
Name: mamory
Version: 0.2.25
Release: 1%{?dist}
Summary: ROM management API and commandline ROM manager for MAME
Group: Applications/Emulators
License: GPLv2 and LGPLv2
URL: http://mamory.sourceforge.net
Source0: http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Patch0: mamory-opt.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: expat-devel
%description
Mamory is a set of useful functions for emulators related projects. It allows
easy inclusion of roms management features into these projects through a simple
API.
The distributed packages also contain a command line interface that use the
potential of the library libmamory.so.
%package devel
Summary: Development files for %{name}
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
%description devel
This package contains headers and libraries required to build applications that
use %{name}.
%prep
%setup -q
%patch0 -p0 -b .opt~
# Avoid lib64 rpaths
sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure
# Fix file encodings
for file in AUTHORS DOCS/mamory.html DOCS/mamory.xml ; do
iconv -f iso8859-1 -t utf-8 $file > $file.conv && mv -f $file.conv $file
done
%build
%configure --disable-static
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
# remove libtool archive file
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
%check
make check
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING TODO DOCS/mamory*
%{_bindir}/mamory
%{_libdir}/*.so.*
%files devel
%defattr(-,root,root,-)
%{_includedir}/%{name}
%{_libdir}/*.so
%changelog
* Sun Nov 25 2007 XulChris <tkmame(a)retrogames.com> 0.2.25-1%{?dist}
- Upstream sync
- Fix up some rpmlint warnings
* Mon Jul 30 2007 XulChris <tkmame(a)retrogames.com> 0.2.24-1%{?dist}
- Upstream sync
* Wed Jan 17 2007 XulChris <tkmame(a)retrogames.com> 0.2.23-1%{?dist}
- Upstream sync
- Rename patch file
- Add LGPL to license tag
- Remove COPYING from devel subpackage
- Improve summary tag
- Use rm instead of %%exclude
- Add expat-devel to BuildRequires
- Add dist tags to %%changelog
* Sat Dec 16 2006 XulChris <tkmame(a)retrogames.com> 0.2.22-2%{?dist}
- Apply optimization patch from Belegdol
* Tue Dec 12 2006 XulChris <tkmame(a)retrogames.com> 0.2.22-1%{?dist}
- Upstream sync
* Tue Dec 05 2006 XulChris <tkmame(a)retrogames.com> 0.2.21-1%{?dist}
- Initial Release
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/mamory/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 1 Jun 2008 12:04:46 -0000 1.1
+++ .cvsignore 12 Oct 2008 14:34:59 -0000 1.2
@@ -0,0 +1 @@
+mamory-0.2.25.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mamory/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 1 Jun 2008 12:04:46 -0000 1.1
+++ sources 12 Oct 2008 14:34:59 -0000 1.2
@@ -0,0 +1 @@
+778f5e5c5be93fb0dfb1f3246e2df203 mamory-0.2.25.tar.gz
16 years
rpms/mamory/devel mamory-opt.patch, NONE, 1.1 mamory.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Christopher Stone
Author: xulchris
Update of /cvs/free/rpms/mamory/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv27325/devel
Modified Files:
.cvsignore sources
Added Files:
mamory-opt.patch mamory.spec
Log Message:
initial checkin
mamory-opt.patch:
--- NEW FILE mamory-opt.patch ---
--- configure.ac.gcc4optfix 2006-12-15 15:49:02.000000000 +0100
+++ configure.ac 2006-12-15 15:51:04.000000000 +0100
@@ -46,7 +46,7 @@
AC_ARG_ENABLE(debug,
[ --enable-debug Compilation flags to allow debugging],
- CFLAGS="-O0 -Wall -g ", CFLAGS="-g -DNDEBUG -O2 "
+ CFLAGS="-O0 -Wall -g ", CFLAGS="-g -DNDEBUG -O0 "
)
#AC_DEFINE(CFLAGS)
--- configure.gcc4optfix 2006-12-15 15:48:54.000000000 +0100
+++ configure 2006-12-15 15:55:17.000000000 +0100
@@ -25405,7 +25405,7 @@
if test "${enable_debug+set}" = set; then
enableval=$enable_debug; CFLAGS="-O0 -Wall -g "
else
- CFLAGS="-g -DNDEBUG -O2 "
+ CFLAGS="-g -DNDEBUG -O0 "
fi
--- NEW FILE mamory.spec ---
Name: mamory
Version: 0.2.25
Release: 1%{?dist}
Summary: ROM management API and commandline ROM manager for MAME
Group: Applications/Emulators
License: GPLv2 and LGPLv2
URL: http://mamory.sourceforge.net
Source0: http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Patch0: mamory-opt.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: expat-devel
%description
Mamory is a set of useful functions for emulators related projects. It allows
easy inclusion of roms management features into these projects through a simple
API.
The distributed packages also contain a command line interface that use the
potential of the library libmamory.so.
%package devel
Summary: Development files for %{name}
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
%description devel
This package contains headers and libraries required to build applications that
use %{name}.
%prep
%setup -q
%patch0 -p0 -b .opt~
# Avoid lib64 rpaths
sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure
# Fix file encodings
for file in AUTHORS DOCS/mamory.html DOCS/mamory.xml ; do
iconv -f iso8859-1 -t utf-8 $file > $file.conv && mv -f $file.conv $file
done
%build
%configure --disable-static
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
# remove libtool archive file
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
%check
make check
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING TODO DOCS/mamory*
%{_bindir}/mamory
%{_libdir}/*.so.*
%files devel
%defattr(-,root,root,-)
%{_includedir}/%{name}
%{_libdir}/*.so
%changelog
* Sun Nov 25 2007 XulChris <tkmame(a)retrogames.com> 0.2.25-1%{?dist}
- Upstream sync
- Fix up some rpmlint warnings
* Mon Jul 30 2007 XulChris <tkmame(a)retrogames.com> 0.2.24-1%{?dist}
- Upstream sync
* Wed Jan 17 2007 XulChris <tkmame(a)retrogames.com> 0.2.23-1%{?dist}
- Upstream sync
- Rename patch file
- Add LGPL to license tag
- Remove COPYING from devel subpackage
- Improve summary tag
- Use rm instead of %%exclude
- Add expat-devel to BuildRequires
- Add dist tags to %%changelog
* Sat Dec 16 2006 XulChris <tkmame(a)retrogames.com> 0.2.22-2%{?dist}
- Apply optimization patch from Belegdol
* Tue Dec 12 2006 XulChris <tkmame(a)retrogames.com> 0.2.22-1%{?dist}
- Upstream sync
* Tue Dec 05 2006 XulChris <tkmame(a)retrogames.com> 0.2.21-1%{?dist}
- Initial Release
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/mamory/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 1 Jun 2008 12:04:46 -0000 1.1
+++ .cvsignore 12 Oct 2008 14:33:52 -0000 1.2
@@ -0,0 +1 @@
+mamory-0.2.25.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mamory/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 1 Jun 2008 12:04:46 -0000 1.1
+++ sources 12 Oct 2008 14:33:52 -0000 1.2
@@ -0,0 +1 @@
+778f5e5c5be93fb0dfb1f3246e2df203 mamory-0.2.25.tar.gz
16 years
rpms/em8300-kmod/devel em8300-kmod-include.patch, NONE, 1.1 em8300-kmod.spec, 1.3, 1.4
by Felix Kaechele
Author: felix
Update of /cvs/free/rpms/em8300-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv11779
Modified Files:
em8300-kmod.spec
Added Files:
em8300-kmod-include.patch
Log Message:
* Fri Oct 10 2008 Felix Kaechele <felix at fetzig dot org> - 0.17.1-4.2
- patch for changed include path of newer kernels added
em8300-kmod-include.patch:
--- NEW FILE em8300-kmod-include.patch ---
diff -ruN em8300-0.17.1.orig/modules/em8300_alsa.c em8300-0.17.1/modules/em8300_alsa.c
--- em8300-0.17.1.orig/modules/em8300_alsa.c 2008-07-29 23:13:55.000000000 +0200
+++ em8300-0.17.1/modules/em8300_alsa.c 2008-10-10 00:18:16.000000000 +0200
@@ -30,7 +30,7 @@
#include <linux/pci.h>
#include <linux/stringify.h>
#include <linux/version.h>
-#include <asm/semaphore.h>
+#include <linux/semaphore.h>
#include "em8300_reg.h"
diff -ruN em8300-0.17.1.orig/modules/em8300_fifo.h em8300-0.17.1/modules/em8300_fifo.h
--- em8300-0.17.1.orig/modules/em8300_fifo.h 2008-07-29 23:13:56.000000000 +0200
+++ em8300-0.17.1/modules/em8300_fifo.h 2008-10-10 00:14:25.000000000 +0200
@@ -23,7 +23,7 @@
#ifndef EM8300_FIFO_H
#define EM8300_FIFO_H
-#include <asm/semaphore.h>
+#include <linux/semaphore.h>
#define FIFOTYPE_AUDIO 1
#define FIFOTYPE_VIDEO 2
Index: em8300-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/em8300-kmod/devel/em8300-kmod.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- em8300-kmod.spec 4 Oct 2008 11:57:07 -0000 1.3
+++ em8300-kmod.spec 9 Oct 2008 22:24:31 -0000 1.4
@@ -10,12 +10,13 @@
Name: em8300-kmod
Summary: Kernel modules for DXR3/Hollywood Plus MPEG decoder cards
Version: 0.17.1
-Release: 3%{dist}%{?prever:.%{prever}}.2
+Release: 4%{dist}%{?prever:.%{prever}}.2
Group: System Environment/Kernel
License: GPLv2+
URL: http://dxr3.sourceforge.net/
Source0: http://downloads.sourceforge.net/dxr3/em8300-nofirmware-%{version}%{?prev...
+Patch0: %{name}-include.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# needed for plague to make sure it builds for i586 and i686
@@ -38,6 +39,7 @@
kmodtool --target %{_target_cpu} --repo rpmfusion --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null
%setup -q -c
+%patch0
for kernel_version in %{?kernel_versions} ; do
cp -a em8300-%{version}%{?prever:-%{prever}} \
_kmod_build_${kernel_version%%___*}
@@ -66,6 +68,9 @@
%changelog
+* Fri Oct 10 2008 Felix Kaechele <felix at fetzig dot org> - 0.17.1-4.2
+- patch for changed include path of newer kernels added
+
* Fri Oct 03 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 0.17.1-3.2
- rebuild for rpm fusion
16 years
rpms/sdlmame/F-8 .cvsignore, 1.17, 1.18 sdlmame.spec, 1.20, 1.21 sources, 1.18, 1.19
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv3126
Modified Files:
.cvsignore sdlmame.spec sources
Log Message:
* Thu Oct 9 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0128-0.7.0127u7
- Updated to 0.127u7
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-8/.cvsignore,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- .cvsignore 3 Oct 2008 17:07:45 -0000 1.17
+++ .cvsignore 9 Oct 2008 19:48:30 -0000 1.18
@@ -1 +1 @@
-sdlmame0127u6.zip
+sdlmame0127u7.zip
Index: sdlmame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-8/sdlmame.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- sdlmame.spec 3 Oct 2008 16:57:43 -0000 1.20
+++ sdlmame.spec 9 Oct 2008 19:48:30 -0000 1.21
@@ -1,4 +1,4 @@
-%define beta 0127u6
+%define beta 0127u7
%if "0%{?beta}" != "0"
%define _version %{?beta}
@@ -18,7 +18,7 @@
Name: sdlmame
Version: 0128
-Release: 0.6.%{?beta}%{?dist}
+Release: 0.7.%{?beta}%{?dist}
Summary: SDL Multiple Arcade Machine Emulator
Group: Applications/Emulators
@@ -197,6 +197,9 @@
%{_bindir}/ldplayer
%changelog
+* Thu Oct 9 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0128-0.7.0127u7
+- Updated to 0.127u7
+
* Fri Oct 3 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0128-0.6.0127u6
- Updated to 0.127u6
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-8/sources,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- sources 3 Oct 2008 17:07:45 -0000 1.18
+++ sources 9 Oct 2008 19:48:30 -0000 1.19
@@ -1 +1 @@
-4e0c273ec7b453b72cbf20f996a4639c sdlmame0127u6.zip
+34d8a7e784c6f39c312207ac7848959d sdlmame0127u7.zip
16 years
rpms/sdlmame/devel .cvsignore, 1.17, 1.18 sdlmame.spec, 1.21, 1.22 sources, 1.18, 1.19
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv3003
Modified Files:
.cvsignore sdlmame.spec sources
Log Message:
* Thu Oct 9 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0128-0.7.0127u7
- Updated to 0.127u7
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/devel/.cvsignore,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- .cvsignore 3 Oct 2008 17:07:35 -0000 1.17
+++ .cvsignore 9 Oct 2008 19:48:19 -0000 1.18
@@ -1 +1 @@
-sdlmame0127u6.zip
+sdlmame0127u7.zip
Index: sdlmame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/devel/sdlmame.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- sdlmame.spec 3 Oct 2008 16:57:32 -0000 1.21
+++ sdlmame.spec 9 Oct 2008 19:48:19 -0000 1.22
@@ -1,4 +1,4 @@
-%define beta 0127u6
+%define beta 0127u7
%if "0%{?beta}" != "0"
%define _version %{?beta}
@@ -18,7 +18,7 @@
Name: sdlmame
Version: 0128
-Release: 0.6.%{?beta}%{?dist}
+Release: 0.7.%{?beta}%{?dist}
Summary: SDL Multiple Arcade Machine Emulator
Group: Applications/Emulators
@@ -197,6 +197,9 @@
%{_bindir}/ldplayer
%changelog
+* Thu Oct 9 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0128-0.7.0127u7
+- Updated to 0.127u7
+
* Fri Oct 3 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0128-0.6.0127u6
- Updated to 0.127u6
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/devel/sources,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- sources 3 Oct 2008 17:07:35 -0000 1.18
+++ sources 9 Oct 2008 19:48:19 -0000 1.19
@@ -1 +1 @@
-4e0c273ec7b453b72cbf20f996a4639c sdlmame0127u6.zip
+34d8a7e784c6f39c312207ac7848959d sdlmame0127u7.zip
16 years
rpms/sdlmame/F-9 .cvsignore, 1.17, 1.18 sdlmame.spec, 1.20, 1.21 sources, 1.18, 1.19
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv2885
Modified Files:
.cvsignore sdlmame.spec sources
Log Message:
* Thu Oct 9 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0128-0.7.0127u7
- Updated to 0.127u7
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-9/.cvsignore,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- .cvsignore 3 Oct 2008 17:07:40 -0000 1.17
+++ .cvsignore 9 Oct 2008 19:48:09 -0000 1.18
@@ -1 +1 @@
-sdlmame0127u6.zip
+sdlmame0127u7.zip
Index: sdlmame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-9/sdlmame.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- sdlmame.spec 3 Oct 2008 16:57:21 -0000 1.20
+++ sdlmame.spec 9 Oct 2008 19:48:09 -0000 1.21
@@ -1,4 +1,4 @@
-%define beta 0127u6
+%define beta 0127u7
%if "0%{?beta}" != "0"
%define _version %{?beta}
@@ -18,7 +18,7 @@
Name: sdlmame
Version: 0128
-Release: 0.6.%{?beta}%{?dist}
+Release: 0.7.%{?beta}%{?dist}
Summary: SDL Multiple Arcade Machine Emulator
Group: Applications/Emulators
@@ -197,6 +197,9 @@
%{_bindir}/ldplayer
%changelog
+* Thu Oct 9 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0128-0.7.0127u7
+- Updated to 0.127u7
+
* Fri Oct 3 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0128-0.6.0127u6
- Updated to 0.127u6
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-9/sources,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- sources 3 Oct 2008 17:07:40 -0000 1.18
+++ sources 9 Oct 2008 19:48:09 -0000 1.19
@@ -1 +1 @@
-4e0c273ec7b453b72cbf20f996a4639c sdlmame0127u6.zip
+34d8a7e784c6f39c312207ac7848959d sdlmame0127u7.zip
16 years
rpms/doc/EL-5 doc-2.2.3.patch, NONE, 1.1 doc.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Marc Bradshaw
Author: deebses
Update of /cvs/nonfree/rpms/doc/EL-5
In directory se02.es.rpmfusion.net:/tmp/cvs-serv31762/EL-5
Modified Files:
.cvsignore sources
Added Files:
doc-2.2.3.patch doc.spec
Log Message:
new rpmfusion package from dribble repo
doc-2.2.3.patch:
--- NEW FILE doc-2.2.3.patch ---
diff -urN doc-2.2.3.dist/doc.8 doc-2.2.3/doc.8
--- doc-2.2.3.dist/doc.8 2007-06-28 13:38:30.000000000 +1000
+++ doc-2.2.3/doc.8 2007-06-28 13:45:52.000000000 +1000
@@ -84,18 +84,18 @@
before the domain names.
.SH FILES CREATED
In addition to the standard output, \fIdoc\fP produces a log file
-named log.<domain_name>, which it places in the current
-directory. This file includes all "verbose" level comments,
-followed by the nameserver responses to the queries (in a
-slightly masticated form).
+named log.<domain_name>, which it places in the .doclogs directory
+in the users home directory. This file includes all "verbose"
+level comments, followed by the nameserver responses to the queries
+(in a slightly masticated form).
.sp 1
While running, \fIdoc\fP creates several temporary files in the
-current directory. These files have names of the form:
+~/.doclogs/ directory. These files have names of the form:
.sp 1
<domain_name>.*
.SH FILES USED
\fIDoc\fP expects the auxiliary files: doc1.awk, doc3.awk, and
-doc4.awk to reside in the current working directory. This can be
+doc4.awk to reside in the current libexec directory. This can be
overridden by changing the program to look for them in a directory
indicated in a shell variable intended for this purpose. If your
System Administrator installed \fIdoc\fP, they'll need to make the
diff -urN doc-2.2.3.dist/doc.txt doc-2.2.3/doc.txt
--- doc-2.2.3.dist/doc.txt 2007-06-28 13:38:30.000000000 +1000
+++ doc-2.2.3/doc.txt 2007-06-28 13:46:50.000000000 +1000
@@ -92,19 +92,20 @@
the domain names.
FILES CREATED
- In addition to the standard output, doc produces a log file named
- log.<domain_name>, which it places in the current directory. This
- file includes all "verbose" level comments, followed by the nameserver
- responses to the queries (in a slightly masticated form).
+ In addition to the standard output, doc produces a log file
+ named log.<domain_name>, which it places in the .doclogs directory
+ in the users home directory. This file includes all "verbose"
+ level comments, followed by the nameserver responses to the queries
+ (in a slightly masticated form).
- While running, doc creates several temporary files in the current
+ While running, doc creates several temporary files in the ~/.doclogs/
directory. These files have names of the form:
<domain_name>.*
FILES USED
Doc expects the auxiliary files: doc1.awk, doc3.awk, and doc4.awk to
- reside in the current working directory. This can be overridden by
+ reside in the libexec working directory. This can be overridden by
changing the program to look for them in a directory indicated in a
shell variable intended for this purpose. If your System
Administrator installed doc, they'll need to make the necessary
--- NEW FILE doc.spec ---
Summary: Diagnose unhealthy DNS domains
Name: doc
Version: 2.2.3
Release: 3%{?dist}
License: Distributable
URL: http://www.shub-internet.org/brad/dns/
Group: Applications/Internet
Source0: ftp://ftp.shub-internet.org/pub/shub/brad/dns/%{name}-%{version}.tar.bz2
Patch1: doc-2.2.3.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
Requires: bind-utils
%description
Doc is an automated tool for verifying (to an extent) that a domain
is configured and functioning correctly. It makes no attempt to
validate the data inside a domain, only the structure. The only
required parameter is the valid domain name of an existing domain.
%prep
%setup -q
%patch1 -p1
sed -i "s|#set auxd=/users/brad/bin/doc-2.2.3/|set auxd=%{_libexecdir}/|g" doc
sed -i 's|set logdir="."|set logdir="~/.doclogs/"\nmkdir -p $logdir|' doc
mv doc-1.awk doc-1.awk.noshebang
mv doc-3.awk doc-3.awk.noshebang
mv doc-4.awk doc-4.awk.noshebang
echo "#!/bin/awk" >doc-1.awk
echo "#!/bin/awk" >doc-3.awk
echo "#!/bin/awk" >doc-4.awk
cat doc-1.awk.noshebang >>doc-1.awk
cat doc-3.awk.noshebang >>doc-3.awk
cat doc-4.awk.noshebang >>doc-4.awk
%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man8
mkdir -p %{buildroot}%{_libexecdir}
install -m 0755 doc %{buildroot}%{_bindir}
install -m 0755 doc-1.awk %{buildroot}%{_libexecdir}
install -m 0755 doc-3.awk %{buildroot}%{_libexecdir}
install -m 0755 doc-4.awk %{buildroot}%{_libexecdir}
install -m 0644 doc.8 %{buildroot}%{_mandir}/man8
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root)
%doc doc.txt README INFO RFC.XXXX
%doc %{_mandir}/man8/*
%{_bindir}/*
%{_libexecdir}/*
%changelog
* Fri Jun 29 2007 Marc Bradshaw <packages(a)marcbradshaw.co.uk> 2.2.3-3%{?dist}
- tidyup patch and setup sections of specfile
* Thu Jun 28 2007 Marc Bradshaw <packages(a)marcbradshaw.co.uk> 2.2.3-2%{?dist}
- drop unnecessary gawk requirement
- move .awk files to libexec dir
- move default logfiles into ~/.doclogs/
- fix documentation files install location
* Wed Jun 20 2007 Marc Bradshaw <packages(a)marcbradshaw.co.uk> 2.2.3-1%{?dist}
- Initial release
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/doc/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 1 Jun 2008 15:29:42 -0000 1.1
+++ .cvsignore 8 Oct 2008 23:04:07 -0000 1.2
@@ -0,0 +1 @@
+doc-2.2.3.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/doc/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 1 Jun 2008 15:29:42 -0000 1.1
+++ sources 8 Oct 2008 23:04:07 -0000 1.2
@@ -0,0 +1 @@
+04bf975619e2f6ebf6a6328d8702b743 doc-2.2.3.tar.bz2
16 years
rpms/doc/F-9 doc-2.2.3.patch, NONE, 1.1 doc.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Marc Bradshaw
Author: deebses
Update of /cvs/nonfree/rpms/doc/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv31551/F-9
Modified Files:
.cvsignore sources
Added Files:
doc-2.2.3.patch doc.spec
Log Message:
new rpmfusion package from dribble repo
doc-2.2.3.patch:
--- NEW FILE doc-2.2.3.patch ---
diff -urN doc-2.2.3.dist/doc.8 doc-2.2.3/doc.8
--- doc-2.2.3.dist/doc.8 2007-06-28 13:38:30.000000000 +1000
+++ doc-2.2.3/doc.8 2007-06-28 13:45:52.000000000 +1000
@@ -84,18 +84,18 @@
before the domain names.
.SH FILES CREATED
In addition to the standard output, \fIdoc\fP produces a log file
-named log.<domain_name>, which it places in the current
-directory. This file includes all "verbose" level comments,
-followed by the nameserver responses to the queries (in a
-slightly masticated form).
+named log.<domain_name>, which it places in the .doclogs directory
+in the users home directory. This file includes all "verbose"
+level comments, followed by the nameserver responses to the queries
+(in a slightly masticated form).
.sp 1
While running, \fIdoc\fP creates several temporary files in the
-current directory. These files have names of the form:
+~/.doclogs/ directory. These files have names of the form:
.sp 1
<domain_name>.*
.SH FILES USED
\fIDoc\fP expects the auxiliary files: doc1.awk, doc3.awk, and
-doc4.awk to reside in the current working directory. This can be
+doc4.awk to reside in the current libexec directory. This can be
overridden by changing the program to look for them in a directory
indicated in a shell variable intended for this purpose. If your
System Administrator installed \fIdoc\fP, they'll need to make the
diff -urN doc-2.2.3.dist/doc.txt doc-2.2.3/doc.txt
--- doc-2.2.3.dist/doc.txt 2007-06-28 13:38:30.000000000 +1000
+++ doc-2.2.3/doc.txt 2007-06-28 13:46:50.000000000 +1000
@@ -92,19 +92,20 @@
the domain names.
FILES CREATED
- In addition to the standard output, doc produces a log file named
- log.<domain_name>, which it places in the current directory. This
- file includes all "verbose" level comments, followed by the nameserver
- responses to the queries (in a slightly masticated form).
+ In addition to the standard output, doc produces a log file
+ named log.<domain_name>, which it places in the .doclogs directory
+ in the users home directory. This file includes all "verbose"
+ level comments, followed by the nameserver responses to the queries
+ (in a slightly masticated form).
- While running, doc creates several temporary files in the current
+ While running, doc creates several temporary files in the ~/.doclogs/
directory. These files have names of the form:
<domain_name>.*
FILES USED
Doc expects the auxiliary files: doc1.awk, doc3.awk, and doc4.awk to
- reside in the current working directory. This can be overridden by
+ reside in the libexec working directory. This can be overridden by
changing the program to look for them in a directory indicated in a
shell variable intended for this purpose. If your System
Administrator installed doc, they'll need to make the necessary
--- NEW FILE doc.spec ---
Summary: Diagnose unhealthy DNS domains
Name: doc
Version: 2.2.3
Release: 3%{?dist}
License: Distributable
URL: http://www.shub-internet.org/brad/dns/
Group: Applications/Internet
Source0: ftp://ftp.shub-internet.org/pub/shub/brad/dns/%{name}-%{version}.tar.bz2
Patch1: doc-2.2.3.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
Requires: bind-utils
%description
Doc is an automated tool for verifying (to an extent) that a domain
is configured and functioning correctly. It makes no attempt to
validate the data inside a domain, only the structure. The only
required parameter is the valid domain name of an existing domain.
%prep
%setup -q
%patch1 -p1
sed -i "s|#set auxd=/users/brad/bin/doc-2.2.3/|set auxd=%{_libexecdir}/|g" doc
sed -i 's|set logdir="."|set logdir="~/.doclogs/"\nmkdir -p $logdir|' doc
mv doc-1.awk doc-1.awk.noshebang
mv doc-3.awk doc-3.awk.noshebang
mv doc-4.awk doc-4.awk.noshebang
echo "#!/bin/awk" >doc-1.awk
echo "#!/bin/awk" >doc-3.awk
echo "#!/bin/awk" >doc-4.awk
cat doc-1.awk.noshebang >>doc-1.awk
cat doc-3.awk.noshebang >>doc-3.awk
cat doc-4.awk.noshebang >>doc-4.awk
%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man8
mkdir -p %{buildroot}%{_libexecdir}
install -m 0755 doc %{buildroot}%{_bindir}
install -m 0755 doc-1.awk %{buildroot}%{_libexecdir}
install -m 0755 doc-3.awk %{buildroot}%{_libexecdir}
install -m 0755 doc-4.awk %{buildroot}%{_libexecdir}
install -m 0644 doc.8 %{buildroot}%{_mandir}/man8
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root)
%doc doc.txt README INFO RFC.XXXX
%doc %{_mandir}/man8/*
%{_bindir}/*
%{_libexecdir}/*
%changelog
* Fri Jun 29 2007 Marc Bradshaw <packages(a)marcbradshaw.co.uk> 2.2.3-3%{?dist}
- tidyup patch and setup sections of specfile
* Thu Jun 28 2007 Marc Bradshaw <packages(a)marcbradshaw.co.uk> 2.2.3-2%{?dist}
- drop unnecessary gawk requirement
- move .awk files to libexec dir
- move default logfiles into ~/.doclogs/
- fix documentation files install location
* Wed Jun 20 2007 Marc Bradshaw <packages(a)marcbradshaw.co.uk> 2.2.3-1%{?dist}
- Initial release
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/doc/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 1 Jun 2008 15:29:42 -0000 1.1
+++ .cvsignore 8 Oct 2008 23:02:04 -0000 1.2
@@ -0,0 +1 @@
+doc-2.2.3.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/doc/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 1 Jun 2008 15:29:42 -0000 1.1
+++ sources 8 Oct 2008 23:02:04 -0000 1.2
@@ -0,0 +1 @@
+04bf975619e2f6ebf6a6328d8702b743 doc-2.2.3.tar.bz2
16 years