rpms/vbam/F-15 vbam.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Jeremy Newton
Author: jem256
Update of /cvs/free/rpms/vbam/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv24857/F-15
Modified Files:
.cvsignore sources
Added Files:
vbam.spec
Log Message:
Initial Package
--- NEW FILE vbam.spec ---
Name: vbam
#Pre-release version 1.8.0.1054 is a snapshot of svn 1054
Version: 1.8.0.1054
Release: 3%{?dist}
#Will not create a binary vbam package, only vbam-gtk and vbam-sdl subpackages
Summary: High compatibility Gameboy Advance Emulator combining VBA developments
License: GPLv2
Url: http://www.vba-m.com
Source: https://downloads.sourceforge.net/project/%{name}/VBA-M%20svn%20r1054/%{n...
BuildRequires: SDL-devel
BuildRequires: ImageMagick
BuildRequires: cmake
BuildRequires: zlib-devel
BuildRequires: libXv-devel
BuildRequires: nasm
BuildRequires: libpng-devel
BuildRequires: mesa-libGL-devel
BuildRequires: desktop-file-utils
BuildRequires: gettext
BuildRequires: gtkglext-devel
BuildRequires: gtkglextmm-devel
BuildRequires: gtkmm24-devel
BuildRequires: cairo-devel
BuildRequires: ffmpeg-devel
BuildRequires: wxGTK-devel
BuildRequires: SFML-devel
BuildRequires: openal-soft-devel
%package gtk
Summary: GTK GUI for VBA-M, a high compatibility Gameboy Advance Emulator
Requires: vbam-common
Requires: vbam-gui-common
%package wx
Summary: WX GUI for VBA-M, a high compatibility Gameboy Advance Emulator
Requires: vbam-common
Requires: vbam-gui-common
%package sdl
Summary: SDL version (no GUI) for VBA-M, a high compatibility Gameboy Advance Emulator
Requires: vbam-common
%package common
Summary: Common configuration for VBA-M, a high compatibility Gameboy Advance Emulator
BuildArch: noarch
%package gui-common
Summary: Common icons files for VBA-M, a high compatibility Gameboy Advance Emulator
BuildArch: noarch
%description
#Using info from here: http://vba-m.com/about.html and debian files
VisualBoyAdvance-M is a Nintendo Game Boy Emulator with high compatibility with
commercial games. It emulates the Nintendo Game Boy Advance hand held console,
in addition to the original Game Boy hand held systems and its Super and Color
variants. VBA-M is a continued development of the now inactive VisualBoy
Advance project, with many improvements from various developments of VBA.
%description gtk
This package provides the GTK GUI version of VisualBoyAdvance-M.
VisualBoyAdvance-M is a Nintendo Game Boy Emulator with high compatibility with
commercial games. It emulates the Nintendo Game Boy Advance hand held console,
in addition to the original Game Boy hand held systems and its Super and Color
variants. VBA-M is a continued development of the now inactive VisualBoy
Advance project, with many improvements from various developments of VBA.
%description wx
This package provides the experimental WX GUI version of VisualBoyAdvance-M.
VisualBoyAdvance-M is a Nintendo Game Boy Emulator with high compatibility with
commercial games. It emulates the Nintendo Game Boy Advance hand held console,
in addition to the original Game Boy hand held systems and its Super and Color
variants. VBA-M is a continued development of the now inactive VisualBoy
Advance project, with many improvements from various developments of VBA.
%description sdl
This package provides the non GUI SDL version of VisualBoyAdvance-M.
VisualBoyAdvance-M is a Nintendo Game Boy Emulator with high compatibility with
commercial games. It emulates the Nintendo Game Boy Advance hand held console,
in addition to the original Game Boy hand held systems and its Super and Color
variants. VBA-M is a continued development of the now inactive VisualBoy
Advance project, with many improvements from various developments of VBA.
%description common
This package provides common configurations for both GUI and SDL versions.
VisualBoyAdvance-M is a Nintendo Game Boy Emulator with high compatibility with
commercial games. It emulates the Nintendo Game Boy Advance hand held console,
in addition to the original Game Boy hand held systems and its Super and Color
variants. VBA-M is a continued development of the now inactive VisualBoy
Advance project, with many improvements from various developments of VBA.
%description gui-common
This package provides common icon files for either GUI versions.
VisualBoyAdvance-M is a Nintendo Game Boy Emulator with high compatibility with
commercial games. It emulates the Nintendo Game Boy Advance hand held console,
in addition to the original Game Boy hand held systems and its Super and Color
variants. VBA-M is a continued development of the now inactive VisualBoy
Advance project, with many improvements from various developments of VBA.
%prep
%setup -q
sed -i '/CMAKE_C.*_FLAGS/d' CMakeLists.txt
#To avoid confusion of the two .desktops:
sed -i '/Name=VBA-M/cName=VBA-M (WX)' src/wx/wx%{name}.desktop
%build
#Required for ffmpeg header to build
export CPATH='/usr/include/ffmpeg'
%cmake -DBUILD_SHARED_LIBS:BOOL=OFF -DVERSION=%{version} -DCMAKE_SKIP_RPATH=ON -DENABLE_LINK=ON
make %{?_smp_mflags}
%install
make install DESTDIR=%{buildroot}
desktop-file-install \
--remove-category Application \
--remove-key=Encoding \
--dir %{buildroot}%{_datadir}/applications \
src/gtk/g%{name}.desktop
desktop-file-install \
--remove-category Application \
--remove-key=Encoding \
--dir %{buildroot}%{_datadir}/applications \
src/wx/wx%{name}.desktop
install -p -D -m 0644 debian/%{name}.1 %{buildroot}/%{_mandir}/man1/%{name}.1
%find_lang g%{name}
%find_lang wx%{name}
%files gtk -f g%{name}.lang
#excluded doc/ReadMe.MFC.txt, as it's not utf8 and seems very windows oriented
%doc doc/ips.htm
%{_datadir}/%{name}
%{_bindir}/g%{name}
%{_datadir}/applications/g%{name}.desktop
%files wx -f wx%{name}.lang
#excluded doc/ReadMe.MFC.txt, as it's not utf8 and seems very windows oriented
%doc doc/ips.htm
%{_bindir}/wx%{name}
%{_datadir}/applications/wx%{name}.desktop
%files sdl
%doc doc/ips.htm doc/ReadMe.SDL.txt
%{_mandir}/man1/%{name}.1*
%{_bindir}/%{name}
%files common
%doc doc/gpl.txt doc/License.txt
%config(noreplace) /etc/%{name}.cfg
%files gui-common
%{_datadir}/icons/hicolor/*/apps/%{name}.*
%post gtk
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
%postun gtk
if [ $1 -eq 0 ] ; then
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi
%posttrans gtk
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%post wx
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
%postun wx
if [ $1 -eq 0 ] ; then
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi
%posttrans wx
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
* Thu Jan 29 2012 Jeremy Newton <alexjnewt(a)hotmail.com> - 1.8.0.1054-3
- Added missing Build Requirement: openal-soft-devel
- Removed redundant license files
* Thu Jan 27 2012 Jeremy Newton <alexjnewt(a)hotmail.com> - 1.8.0.1054-2
- Added DCMAKE_SKIP_RPATH=ON to cmake (fixes rpath error)
- Added more relevant package summaries
- Fixed up the descriptions a bit
- Enabled Linking Support
- Various tweaks
* Thu Jan 26 2012 Jeremy Newton <alexjnewt(a)hotmail.com> - 1.8.0.1054-1
- Updated new upstream version
- Added new WX subpackage for new GUI
- Adding WX requires gui common subpackage to avoid conflicts
- Added DVERSION cmake tag for aesthetic reasons
* Sun Jan 22 2012 Jeremy Newton <alexjnewt(a)hotmail.com> - 1.8.0.1001-4
- Added vbam-common package to avoid conflicts with common files
- Added ImageMagick build dep, as cmake checks for it
- Building now uses cmake macro
- Turned off building shared libs
- Removed unnecessary lines
- Fixed debuginfo-without-sources issue
* Sun Jan 22 2012 Jeremy Newton <alexjnewt(a)hotmail.com> - 1.8.0.1001-3
- Fixed SPM summary
- Cleaned up SPEC for easier reading
* Sun Jan 8 2012 Jeremy Newton <alexjnewt(a)hotmail.com> - 1.8.0.1001-2
- Fixed up spec file
- Split into two packages: sdl, gtk
* Sun Dec 18 2011 Jeremy Newton <alexjnewt(a)hotmail.com> - 1.8.0.1001-1
- Initial package SPEC created
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vbam/F-15/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 11 Feb 2012 15:38:11 -0000 1.1
+++ .cvsignore 11 Feb 2012 23:29:20 -0000 1.2
@@ -0,0 +1 @@
+vbam-1.8.0.1054-src.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vbam/F-15/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 11 Feb 2012 15:38:11 -0000 1.1
+++ sources 11 Feb 2012 23:29:20 -0000 1.2
@@ -0,0 +1 @@
+f9a67e65dd6df4d5190321f6fc758c24 vbam-1.8.0.1054-src.tar.gz
12 years, 9 months
rpms/vbam/F-16 vbam.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Jeremy Newton
Author: jem256
Update of /cvs/free/rpms/vbam/F-16
In directory se02.es.rpmfusion.net:/tmp/cvs-serv22889/F-16
Modified Files:
.cvsignore sources
Added Files:
vbam.spec
Log Message:
Initial Package of VBA-M
--- NEW FILE vbam.spec ---
Name: vbam
#Pre-release version 1.8.0.1054 is a snapshot of svn 1054
Version: 1.8.0.1054
Release: 3%{?dist}
#Will not create a binary vbam package, only vbam-gtk and vbam-sdl subpackages
Summary: High compatibility Gameboy Advance Emulator combining VBA developments
License: GPLv2
Url: http://www.vba-m.com
Source: https://downloads.sourceforge.net/project/%{name}/VBA-M%20svn%20r1054/%{n...
BuildRequires: SDL-devel
BuildRequires: ImageMagick
BuildRequires: cmake
BuildRequires: zlib-devel
BuildRequires: libXv-devel
BuildRequires: nasm
BuildRequires: libpng-devel
BuildRequires: mesa-libGL-devel
BuildRequires: desktop-file-utils
BuildRequires: gettext
BuildRequires: gtkglext-devel
BuildRequires: gtkglextmm-devel
BuildRequires: gtkmm24-devel
BuildRequires: cairo-devel
BuildRequires: ffmpeg-devel
BuildRequires: wxGTK-devel
BuildRequires: SFML-devel
BuildRequires: openal-soft-devel
%package gtk
Summary: GTK GUI for VBA-M, a high compatibility Gameboy Advance Emulator
Requires: vbam-common
Requires: vbam-gui-common
%package wx
Summary: WX GUI for VBA-M, a high compatibility Gameboy Advance Emulator
Requires: vbam-common
Requires: vbam-gui-common
%package sdl
Summary: SDL version (no GUI) for VBA-M, a high compatibility Gameboy Advance Emulator
Requires: vbam-common
%package common
Summary: Common configuration for VBA-M, a high compatibility Gameboy Advance Emulator
BuildArch: noarch
%package gui-common
Summary: Common icons files for VBA-M, a high compatibility Gameboy Advance Emulator
BuildArch: noarch
%description
#Using info from here: http://vba-m.com/about.html and debian files
VisualBoyAdvance-M is a Nintendo Game Boy Emulator with high compatibility with
commercial games. It emulates the Nintendo Game Boy Advance hand held console,
in addition to the original Game Boy hand held systems and its Super and Color
variants. VBA-M is a continued development of the now inactive VisualBoy
Advance project, with many improvements from various developments of VBA.
%description gtk
This package provides the GTK GUI version of VisualBoyAdvance-M.
VisualBoyAdvance-M is a Nintendo Game Boy Emulator with high compatibility with
commercial games. It emulates the Nintendo Game Boy Advance hand held console,
in addition to the original Game Boy hand held systems and its Super and Color
variants. VBA-M is a continued development of the now inactive VisualBoy
Advance project, with many improvements from various developments of VBA.
%description wx
This package provides the experimental WX GUI version of VisualBoyAdvance-M.
VisualBoyAdvance-M is a Nintendo Game Boy Emulator with high compatibility with
commercial games. It emulates the Nintendo Game Boy Advance hand held console,
in addition to the original Game Boy hand held systems and its Super and Color
variants. VBA-M is a continued development of the now inactive VisualBoy
Advance project, with many improvements from various developments of VBA.
%description sdl
This package provides the non GUI SDL version of VisualBoyAdvance-M.
VisualBoyAdvance-M is a Nintendo Game Boy Emulator with high compatibility with
commercial games. It emulates the Nintendo Game Boy Advance hand held console,
in addition to the original Game Boy hand held systems and its Super and Color
variants. VBA-M is a continued development of the now inactive VisualBoy
Advance project, with many improvements from various developments of VBA.
%description common
This package provides common configurations for both GUI and SDL versions.
VisualBoyAdvance-M is a Nintendo Game Boy Emulator with high compatibility with
commercial games. It emulates the Nintendo Game Boy Advance hand held console,
in addition to the original Game Boy hand held systems and its Super and Color
variants. VBA-M is a continued development of the now inactive VisualBoy
Advance project, with many improvements from various developments of VBA.
%description gui-common
This package provides common icon files for either GUI versions.
VisualBoyAdvance-M is a Nintendo Game Boy Emulator with high compatibility with
commercial games. It emulates the Nintendo Game Boy Advance hand held console,
in addition to the original Game Boy hand held systems and its Super and Color
variants. VBA-M is a continued development of the now inactive VisualBoy
Advance project, with many improvements from various developments of VBA.
%prep
%setup -q
sed -i '/CMAKE_C.*_FLAGS/d' CMakeLists.txt
#To avoid confusion of the two .desktops:
sed -i '/Name=VBA-M/cName=VBA-M (WX)' src/wx/wx%{name}.desktop
%build
#Required for ffmpeg header to build
export CPATH='/usr/include/ffmpeg'
%cmake -DBUILD_SHARED_LIBS:BOOL=OFF -DVERSION=%{version} -DCMAKE_SKIP_RPATH=ON -DENABLE_LINK=ON
make %{?_smp_mflags}
%install
make install DESTDIR=%{buildroot}
desktop-file-install \
--remove-category Application \
--remove-key=Encoding \
--dir %{buildroot}%{_datadir}/applications \
src/gtk/g%{name}.desktop
desktop-file-install \
--remove-category Application \
--remove-key=Encoding \
--dir %{buildroot}%{_datadir}/applications \
src/wx/wx%{name}.desktop
install -p -D -m 0644 debian/%{name}.1 %{buildroot}/%{_mandir}/man1/%{name}.1
%find_lang g%{name}
%find_lang wx%{name}
%files gtk -f g%{name}.lang
#excluded doc/ReadMe.MFC.txt, as it's not utf8 and seems very windows oriented
%doc doc/ips.htm
%{_datadir}/%{name}
%{_bindir}/g%{name}
%{_datadir}/applications/g%{name}.desktop
%files wx -f wx%{name}.lang
#excluded doc/ReadMe.MFC.txt, as it's not utf8 and seems very windows oriented
%doc doc/ips.htm
%{_bindir}/wx%{name}
%{_datadir}/applications/wx%{name}.desktop
%files sdl
%doc doc/ips.htm doc/ReadMe.SDL.txt
%{_mandir}/man1/%{name}.1*
%{_bindir}/%{name}
%files common
%doc doc/gpl.txt doc/License.txt
%config(noreplace) /etc/%{name}.cfg
%files gui-common
%{_datadir}/icons/hicolor/*/apps/%{name}.*
%post gtk
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
%postun gtk
if [ $1 -eq 0 ] ; then
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi
%posttrans gtk
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%post wx
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
%postun wx
if [ $1 -eq 0 ] ; then
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi
%posttrans wx
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
* Thu Jan 29 2012 Jeremy Newton <alexjnewt(a)hotmail.com> - 1.8.0.1054-3
- Added missing Build Requirement: openal-soft-devel
- Removed redundant license files
* Thu Jan 27 2012 Jeremy Newton <alexjnewt(a)hotmail.com> - 1.8.0.1054-2
- Added DCMAKE_SKIP_RPATH=ON to cmake (fixes rpath error)
- Added more relevant package summaries
- Fixed up the descriptions a bit
- Enabled Linking Support
- Various tweaks
* Thu Jan 26 2012 Jeremy Newton <alexjnewt(a)hotmail.com> - 1.8.0.1054-1
- Updated new upstream version
- Added new WX subpackage for new GUI
- Adding WX requires gui common subpackage to avoid conflicts
- Added DVERSION cmake tag for aesthetic reasons
* Sun Jan 22 2012 Jeremy Newton <alexjnewt(a)hotmail.com> - 1.8.0.1001-4
- Added vbam-common package to avoid conflicts with common files
- Added ImageMagick build dep, as cmake checks for it
- Building now uses cmake macro
- Turned off building shared libs
- Removed unnecessary lines
- Fixed debuginfo-without-sources issue
* Sun Jan 22 2012 Jeremy Newton <alexjnewt(a)hotmail.com> - 1.8.0.1001-3
- Fixed SPM summary
- Cleaned up SPEC for easier reading
* Sun Jan 8 2012 Jeremy Newton <alexjnewt(a)hotmail.com> - 1.8.0.1001-2
- Fixed up spec file
- Split into two packages: sdl, gtk
* Sun Dec 18 2011 Jeremy Newton <alexjnewt(a)hotmail.com> - 1.8.0.1001-1
- Initial package SPEC created
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vbam/F-16/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 11 Feb 2012 15:38:11 -0000 1.1
+++ .cvsignore 11 Feb 2012 23:17:34 -0000 1.2
@@ -0,0 +1 @@
+vbam-1.8.0.1054-src.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vbam/F-16/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 11 Feb 2012 15:38:11 -0000 1.1
+++ sources 11 Feb 2012 23:17:34 -0000 1.2
@@ -0,0 +1 @@
+f9a67e65dd6df4d5190321f6fc758c24 vbam-1.8.0.1054-src.tar.gz
12 years, 9 months
rpms/TestU01/devel TestU01.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Jirka Hladky
Author: jirka
Update of /cvs/nonfree/rpms/TestU01/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv32384/devel
Modified Files:
.cvsignore sources
Added Files:
TestU01.spec
Log Message:
Initial build
--- NEW FILE TestU01.spec ---
Summary: Utilities for the statistical testing of uniform random number generators
Name: TestU01
Version: 1.2.3
Release: 2%{?dist}
License: Custom (Non-Commercial Use Only)
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Group: Development/Libraries
Source0: http://www.iro.umontreal.ca/~simardr/testu01/%{name}.zip
URL: http://www.iro.umontreal.ca/~simardr/testu01/tu01.html
BuildRequires: glibc-common
%if 0%{?rhel}==5
BuildRequires: tetex-latex
%else
BuildRequires: texlive-latex
%endif
%description
TestU01 is a software library, implemented in the ANSI C language, and offering
a collection of utilities for the empirical statistical testing of uniform
random number generators.
The library implements several types of random number generators in generic
form, as well as many specific generators proposed in the literature or found
in widely-used software. It provides general implementations of the classical
statistical tests for random number generators, as well as several others
proposed in the literature, and some original ones. These tests can be applied
to the generators predefined in the library and to user-defined generators.
Specific tests suites for either sequences of uniform random numbers in [0,1]
or bit sequences are also available. Basic tools for plotting vectors of points
produced by generators are provided as well.
Additional software permits one to perform systematic studies of the
interaction between a specific test and the structure of the point sets
produced by a given family of random number generators. That is, for a given
kind of test and a given class of random number generators, to determine how
large should be the sample size of the test, as a function of the generator's
period length, before the generator starts to fail the test systematically.
%package devel
Summary: Headers and shared object symbolic links for the %{name}
Group: Development/Libraries
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
Headers and shared object symbolic links for the %{name}.
%prep
%setup -q
# Convert to utf-8
for file in COPYING param/LCGGranger.par; do
iconv -f ISO-8859-1 -t UTF-8 -o $file.new $file && \
touch -r $file $file.new && \
mv $file.new $file
done
%build
%configure
make %{?_smp_mflags} V=1
%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot} INSTALL="%{__install} -p"
rm -rf %{buildroot}%{_libdir}/*.la
rm -rf %{buildroot}%{_libdir}/*.a
rm -rf %{buildroot}%{_bindir}/tcode
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc README COPYING NEWS
%docdir %{_datadir}/%{name}/doc
%{_datadir}/%{name}/doc
%{_libdir}/*.so.*
%files devel
%defattr(-,root,root,-)
%{_includedir}/*
%{_libdir}/*.so
%docdir %{_datadir}/%{name}/examples
%{_datadir}/%{name}/examples
%docdir %{_datadir}/%{name}/param
%{_datadir}/%{name}/param
%changelog
* Wed Jan 25 2012 Jirka Hladky <hladky.jiri(a)gmail.com> - 1.2.3-2
- Changed license to "Custom (Non-Commercial Use Only)"
* Tue Dec 20 2011 Jirka Hladky <hladky.jiri(a)gmail.com> - 1.2.3-1
- Initial package version
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/TestU01/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 11 Feb 2012 10:12:44 -0000 1.1
+++ .cvsignore 11 Feb 2012 19:58:04 -0000 1.2
@@ -0,0 +1 @@
+TestU01.zip
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/TestU01/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 11 Feb 2012 10:12:44 -0000 1.1
+++ sources 11 Feb 2012 19:58:04 -0000 1.2
@@ -0,0 +1 @@
+d9a996ff4974ce31c0faa5accf525d13 TestU01.zip
12 years, 9 months
rpms/TestU01/F-16 TestU01.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Jirka Hladky
Author: jirka
Update of /cvs/nonfree/rpms/TestU01/F-16
In directory se02.es.rpmfusion.net:/tmp/cvs-serv31727/F-16
Modified Files:
.cvsignore sources
Added Files:
TestU01.spec
Log Message:
Initial F-16 build
--- NEW FILE TestU01.spec ---
Summary: Utilities for the statistical testing of uniform random number generators
Name: TestU01
Version: 1.2.3
Release: 2%{?dist}
License: Custom (Non-Commercial Use Only)
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Group: Development/Libraries
Source0: http://www.iro.umontreal.ca/~simardr/testu01/%{name}.zip
URL: http://www.iro.umontreal.ca/~simardr/testu01/tu01.html
BuildRequires: glibc-common
%if 0%{?rhel}==5
BuildRequires: tetex-latex
%else
BuildRequires: texlive-latex
%endif
%description
TestU01 is a software library, implemented in the ANSI C language, and offering
a collection of utilities for the empirical statistical testing of uniform
random number generators.
The library implements several types of random number generators in generic
form, as well as many specific generators proposed in the literature or found
in widely-used software. It provides general implementations of the classical
statistical tests for random number generators, as well as several others
proposed in the literature, and some original ones. These tests can be applied
to the generators predefined in the library and to user-defined generators.
Specific tests suites for either sequences of uniform random numbers in [0,1]
or bit sequences are also available. Basic tools for plotting vectors of points
produced by generators are provided as well.
Additional software permits one to perform systematic studies of the
interaction between a specific test and the structure of the point sets
produced by a given family of random number generators. That is, for a given
kind of test and a given class of random number generators, to determine how
large should be the sample size of the test, as a function of the generator's
period length, before the generator starts to fail the test systematically.
%package devel
Summary: Headers and shared object symbolic links for the %{name}
Group: Development/Libraries
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
Headers and shared object symbolic links for the %{name}.
%prep
%setup -q
# Convert to utf-8
for file in COPYING param/LCGGranger.par; do
iconv -f ISO-8859-1 -t UTF-8 -o $file.new $file && \
touch -r $file $file.new && \
mv $file.new $file
done
%build
%configure
make %{?_smp_mflags} V=1
%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot} INSTALL="%{__install} -p"
rm -rf %{buildroot}%{_libdir}/*.la
rm -rf %{buildroot}%{_libdir}/*.a
rm -rf %{buildroot}%{_bindir}/tcode
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc README COPYING NEWS
%docdir %{_datadir}/%{name}/doc
%{_datadir}/%{name}/doc
%{_libdir}/*.so.*
%files devel
%defattr(-,root,root,-)
%{_includedir}/*
%{_libdir}/*.so
%docdir %{_datadir}/%{name}/examples
%{_datadir}/%{name}/examples
%docdir %{_datadir}/%{name}/param
%{_datadir}/%{name}/param
%changelog
* Wed Jan 25 2012 Jirka Hladky <hladky.jiri(a)gmail.com> - 1.2.3-2
- Changed license to "Custom (Non-Commercial Use Only)"
* Tue Dec 20 2011 Jirka Hladky <hladky.jiri(a)gmail.com> - 1.2.3-1
- Initial package version
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/TestU01/F-16/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 11 Feb 2012 10:12:44 -0000 1.1
+++ .cvsignore 11 Feb 2012 19:55:00 -0000 1.2
@@ -0,0 +1 @@
+TestU01.zip
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/TestU01/F-16/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 11 Feb 2012 10:12:44 -0000 1.1
+++ sources 11 Feb 2012 19:55:00 -0000 1.2
@@ -0,0 +1 @@
+d9a996ff4974ce31c0faa5accf525d13 TestU01.zip
12 years, 9 months
rpms/TestU01/F-15 TestU01.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Jirka Hladky
Author: jirka
Update of /cvs/nonfree/rpms/TestU01/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv31513/F-15
Modified Files:
.cvsignore sources
Added Files:
TestU01.spec
Log Message:
Initial F-15 build
--- NEW FILE TestU01.spec ---
Summary: Utilities for the statistical testing of uniform random number generators
Name: TestU01
Version: 1.2.3
Release: 2%{?dist}
License: Custom (Non-Commercial Use Only)
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Group: Development/Libraries
Source0: http://www.iro.umontreal.ca/~simardr/testu01/%{name}.zip
URL: http://www.iro.umontreal.ca/~simardr/testu01/tu01.html
BuildRequires: glibc-common
%if 0%{?rhel}==5
BuildRequires: tetex-latex
%else
BuildRequires: texlive-latex
%endif
%description
TestU01 is a software library, implemented in the ANSI C language, and offering
a collection of utilities for the empirical statistical testing of uniform
random number generators.
The library implements several types of random number generators in generic
form, as well as many specific generators proposed in the literature or found
in widely-used software. It provides general implementations of the classical
statistical tests for random number generators, as well as several others
proposed in the literature, and some original ones. These tests can be applied
to the generators predefined in the library and to user-defined generators.
Specific tests suites for either sequences of uniform random numbers in [0,1]
or bit sequences are also available. Basic tools for plotting vectors of points
produced by generators are provided as well.
Additional software permits one to perform systematic studies of the
interaction between a specific test and the structure of the point sets
produced by a given family of random number generators. That is, for a given
kind of test and a given class of random number generators, to determine how
large should be the sample size of the test, as a function of the generator's
period length, before the generator starts to fail the test systematically.
%package devel
Summary: Headers and shared object symbolic links for the %{name}
Group: Development/Libraries
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
Headers and shared object symbolic links for the %{name}.
%prep
%setup -q
# Convert to utf-8
for file in COPYING param/LCGGranger.par; do
iconv -f ISO-8859-1 -t UTF-8 -o $file.new $file && \
touch -r $file $file.new && \
mv $file.new $file
done
%build
%configure
make %{?_smp_mflags} V=1
%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot} INSTALL="%{__install} -p"
rm -rf %{buildroot}%{_libdir}/*.la
rm -rf %{buildroot}%{_libdir}/*.a
rm -rf %{buildroot}%{_bindir}/tcode
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc README COPYING NEWS
%docdir %{_datadir}/%{name}/doc
%{_datadir}/%{name}/doc
%{_libdir}/*.so.*
%files devel
%defattr(-,root,root,-)
%{_includedir}/*
%{_libdir}/*.so
%docdir %{_datadir}/%{name}/examples
%{_datadir}/%{name}/examples
%docdir %{_datadir}/%{name}/param
%{_datadir}/%{name}/param
%changelog
* Wed Jan 25 2012 Jirka Hladky <hladky.jiri(a)gmail.com> - 1.2.3-2
- Changed license to "Custom (Non-Commercial Use Only)"
* Tue Dec 20 2011 Jirka Hladky <hladky.jiri(a)gmail.com> - 1.2.3-1
- Initial package version
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/TestU01/F-15/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 11 Feb 2012 10:12:44 -0000 1.1
+++ .cvsignore 11 Feb 2012 19:53:06 -0000 1.2
@@ -0,0 +1 @@
+TestU01.zip
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/TestU01/F-15/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 11 Feb 2012 10:12:44 -0000 1.1
+++ sources 11 Feb 2012 19:53:06 -0000 1.2
@@ -0,0 +1 @@
+d9a996ff4974ce31c0faa5accf525d13 TestU01.zip
12 years, 9 months
rpms/rpmfusion-nonfree-release/F-15 RPM-GPG-KEY-rpmfusion-nonfree-fedora-18-primary, NONE, 1.1 rpmfusion-nonfree-release.spec, 1.20, 1.21
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/rpmfusion-nonfree-release/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv7706/F-15
Modified Files:
rpmfusion-nonfree-release.spec
Added Files:
RPM-GPG-KEY-rpmfusion-nonfree-fedora-18-primary
Log Message:
Add rawhide/F-18 key
--- NEW FILE RPM-GPG-KEY-rpmfusion-nonfree-fedora-18-primary ---
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v2.0.18 (GNU/Linux)
mQINBE80KM8BEADL982y29MH1JB8tjaglrY1H08bHAZqkeg+fsrPnk5PokXuNiK8
9i5iMRklyHTlLJRFen8OupJ+laXAnIhzH3CBaSU4vBw0PvvhdvtTEkVe5nEIiWON
ptkAYsXzFMT6ZD0tM1ef3DB2l00g+rf9ySEqBpRhP1ccLwtVFSRJk3vMWgs1SAi8
M7gdrEm07d1rNK4umB4UkOvJMe87Hd63sMF6PCfSkXDPEF9Pe+tltNNvPdA/dWO3
3QY1o4NU4m0Dwh2NWNj9YKxjSGkYzOmDslSccXkeJJKySWYmHPwiIvt5nMuSXlOi
F9eNSXqMQb0qLcKJWMBovTgJWMR9CTgEtU7lAXafzZ4ePJY5uNFJ4F86slFkjgpN
DZZGFJNhDUz6TpixwxrYPV8hiUqLUlatcFrpn5vjTZpsw8gELSGCjeojI7R0qkmq
T6atgrZbLn3aJAPtOV4aVJgO2s1ATSrZWGVUAzQ+98dZM9Ys/N9EFxip6jeabwri
3AivulncY6k6XhKroQp2DTtupXB+nN+aGxaz+o2InuTJ83YaB1Zz6uU924gsHiyj
/VU7hJ4RTJq1DEhTZJ9YYqPT3fkQgA5UIebpwQhMMkWq4/YO/d/QdUAhXNJr8eDP
1VsJe13Wu8Q9I4Nlr8kWZczDnUcDipu2hpuSPDtSuEuMdO6nRyXMw9XTWQARAQAB
tFZSUE0gRnVzaW9uIG5vbmZyZWUgcmVwb3NpdG9yeSBmb3IgRmVkb3JhICgxOCkg
PHJwbWZ1c2lvbi1idWlsZHN5c0BsaXN0cy5ycG1mdXNpb24ub3JnPokCOAQTAQIA
IgUCTzQozwIbAwYLCQgHAwIGFQgCCQoLBBYCAwECHgECF4AACgkQkM4JS+MbMMok
oA//TC+/0+qslxOVmGdWtZoDvndwRTnCATWiH4UoKLlyCG9DaWZMjle3Pt85bEzZ
/cWaIzy6zZHxuYKZ8rHElhloBx8WARVPl+DRNcV4AFXMuNNckKu82YKE3Ti/G/PL
42RpT/qgR7bgdAeru3KGMBd6Qq8iroUmqzshlEdYF4i+jXOQiD629XuzsqDw4IxZ
zN6/NPgFduy6z9t4NN4lu329H+JBQHfb7TR4lh3liqcKInF0y9XOKFxzgUXahr23
WWeSKboebHsdRtmoySYk6zAV45LOck+frzqD9qEiVysGeuw1eSFHjRMT+0TVsAoH
Bot5RoyYkF/zw9bUikCJQJ+c+gOs6EXIQO1HVdgpNRjJj3901dvaBcDpI6OX6eQP
IBLqbN6Es/uZhB4yclpHyuHQcKDnawyh5fe+5BEm4jPB9AcbvawBLrMxZMAoQVjq
zqnCkAoo66/OYeBEZYtSXRxw8VV2p0yMkZcR1IpRNYBNcnLDqFZLLJeRCYMR2UDa
hoYgIX/6t9UD0HjjBRQUlHtq9NDR3LOspmbaX39yd3dPlLbrgV5ALGD11NYvB8YG
bDI/13D5K6Ti2VgArxZqv4HOWkHwkOlUl4KnkVXTdUZDefzo6ix5sObV54l9zbaJ
FNy46lt3bTn8oI9PEsxrxC7VUXgOH3kg2G07IytyWy0FJB8=
=+k17
-----END PGP PUBLIC KEY BLOCK-----
Index: rpmfusion-nonfree-release.spec
===================================================================
RCS file: /cvs/nonfree/rpms/rpmfusion-nonfree-release/F-15/rpmfusion-nonfree-release.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- rpmfusion-nonfree-release.spec 28 Oct 2011 22:00:19 -0000 1.20
+++ rpmfusion-nonfree-release.spec 11 Feb 2012 16:12:31 -0000 1.21
@@ -3,7 +3,7 @@
Name: rpmfusion-%{repo}-release
Version: 15
-Release: 3
+Release: 4
Summary: RPM Fusion (%{repo}) Repository Configuration
Group: System Environment/Base
@@ -17,6 +17,7 @@
Source15: RPM-GPG-KEY-rpmfusion-%{repo}-fedora-15-primary
Source16: RPM-GPG-KEY-rpmfusion-%{repo}-fedora-16-primary
Source17: RPM-GPG-KEY-rpmfusion-%{repo}-fedora-17-primary
+Source18: RPM-GPG-KEY-rpmfusion-%{repo}-fedora-18-primary
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
@@ -79,7 +80,7 @@
ln -s $(basename %{SOURCE16}) $RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-%{repo}-fedora-16-${i}
ln -s $(basename %{SOURCE17}) $RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-%{repo}-fedora-17-${i}
ln -s $(basename %{SOURCE16}) $RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-%{repo}-fedora-latest-${i}
- ln -s $(basename %{SOURCE17}) $RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-%{repo}-fedora-rawhide-${i}
+ ln -s $(basename %{SOURCE18}) $RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-%{repo}-fedora-rawhide-${i}
done
@@ -97,6 +98,9 @@
%config(noreplace) %{_sysconfdir}/yum.repos.d/*
%changelog
+* Thu Feb 09 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 15-4
+- Add keys for Rawhide/F-18
+
* Thu Oct 27 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 15-3
- Add keys for Rawhide/F-17
@@ -104,6 +108,9 @@
- Add keys for Rawhide/F16
- Build for F-15
+* Tue Oct 26 2010 Thorsten Leemhuis <fedora at leemhuis.info> - 15-0.1
+- build for rawhide
+
* Sat Oct 16 2010 Thorsten Leemhuis <fedora at leemhuis.info> - 14-0.4
- drop ppc
- add key for F-15, drop the one for F-13
12 years, 9 months
rpms/rpmfusion-nonfree-release/F-16 RPM-GPG-KEY-rpmfusion-nonfree-fedora-17-primary, NONE, 1.1 RPM-GPG-KEY-rpmfusion-nonfree-fedora-18-primary, NONE, 1.1 rpmfusion-nonfree-release.spec, 1.22, 1.23
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/rpmfusion-nonfree-release/F-16
In directory se02.es.rpmfusion.net:/tmp/cvs-serv7706/F-16
Modified Files:
rpmfusion-nonfree-release.spec
Added Files:
RPM-GPG-KEY-rpmfusion-nonfree-fedora-17-primary
RPM-GPG-KEY-rpmfusion-nonfree-fedora-18-primary
Log Message:
Add rawhide/F-18 key
--- NEW FILE RPM-GPG-KEY-rpmfusion-nonfree-fedora-17-primary ---
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v2.0.18 (GNU/Linux)
mQINBE6oaIkBEADboj5xc2pgDaq6LG+zSgLsVXusXFBB1tjuVWiu/KrdcbdNxjvW
ENAgHtcmPCfwxgcrNnTRbTuE1uUEiYJ7stwR9UfVHT2LqwNghFySg0X/UNcZEZ+K
lLZzJ8I4vhcwSTo1dBFiCwgWqrVV13/zlkxavswEPK3WW8DAEUa+Ws8JBZnNRhuF
kTPXCVQ41EvrPswavaHTtMoP3lIKWjQvFh2dxwNIjJQdjUUcjkzXcDcOKNd3j0H9
f/1cjBcAlIgNmKfpVU4u3+BoXOnfL0QMPame0qGhN/SPcpJQWmsK+RlT2k/iWBI4
p+9hG3M3U41dGUd8aIPFTlOFROTZwFSXBEMzp/ZT0nc0IXglA8cKg1wm9QwX75ia
zBUC+UVcuPBefmKU8AOO/iwSteCjGIv9Z53ElOmsPPE6sof/5FumkRX1pzi4vEiq
kgEZisoEzQ88IE3mpbr1lSUOqPR6YwdZxHXeZGypxz5lnh+ZT37kumhwWTnm29eq
KsdfPjkRmP7EC0BGXZ3kgzn4u7Ui+NvzveBdbn+MZpy0ahjllKRB73/+s1hArsHz
5NxkWMoba+6fz0aPwO/S98YfHhFpzItw79O9Jth55r6xh55rM93bkTbDH5DNogqp
POgpnT4pOn40pmGDmiAhmjeFuo/ghLR3IV+M6h+eN469WEbICwH8p9JjywARAQAB
tFZSUE0gRnVzaW9uIG5vbmZyZWUgcmVwb3NpdG9yeSBmb3IgRmVkb3JhICgxNykg
PHJwbWZ1c2lvbi1idWlsZHN5c0BsaXN0cy5ycG1mdXNpb24ub3JnPokCOAQTAQIA
IgUCTqhoiQIbAwYLCQgHAwIGFQgCCQoLBBYCAwECHgECF4AACgkQDdY0vdI4K4Mj
8w//dzUpUcoPH4LBZEK58Z8m0KRB6trW8sz4ZGJ4kh8OrUQW+DH1lHR6rWdUpqcH
PiAtxFMGyw4QOYUw11aYiidFZQtpzQ9HZH54GIEk+vHTnZ2KxQpn9OPGxmnCWR8z
xPwFr9MGUwzQIHCSUS/JzUFqYskLhH64bNeer2btONntvTGpynyw4K5aykLYFmv7
TJ+AtKi0oRDhuTB6lYQlG9RS/5DWivF27tNKwgHcSlhrqKw3elJvY6LZURdZWkHZ
ijoLiGJD//j1grlDNtcq2C3YVvm2C/hlOgnplDPdoZGqV8StswoSORa/ZV6krpF9
RORHnLwRXg830JSwa2Sbvk5zf0xxsKqgm4UoUOPPH/h2jLEIOLSzo2p/qMMqSdMB
ufIy/W/+eUU9hFdd+nobGxfGeH3SBoSvgd5ZqkCrf5ts2K3MJVqCwKB2MoSAja1C
KKEzTSzCXxdQsXjzQ6QbrGr6aAeqNN/KxCyLNpSQshBbbQm47orFkTt9voJNRhBK
nVBJ+Ekmc0tV6YfxZc5C1pjc7RjXLaLFMqQ65mMUZHfhe0ZQsbIyhbpi7d4gGWbN
yVx61AoW1ccxZKqRidHRQGpy+lnWGTgjP3rCXl+bWR52bfc69Xhcay49vTw3ek0D
FMnIuQn5X5uNbMVlGKZFnRFf9usd6y/Vc+V6p5olukQpkgM=
=fv8t
-----END PGP PUBLIC KEY BLOCK-----
--- NEW FILE RPM-GPG-KEY-rpmfusion-nonfree-fedora-18-primary ---
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v2.0.18 (GNU/Linux)
mQINBE80KM8BEADL982y29MH1JB8tjaglrY1H08bHAZqkeg+fsrPnk5PokXuNiK8
9i5iMRklyHTlLJRFen8OupJ+laXAnIhzH3CBaSU4vBw0PvvhdvtTEkVe5nEIiWON
ptkAYsXzFMT6ZD0tM1ef3DB2l00g+rf9ySEqBpRhP1ccLwtVFSRJk3vMWgs1SAi8
M7gdrEm07d1rNK4umB4UkOvJMe87Hd63sMF6PCfSkXDPEF9Pe+tltNNvPdA/dWO3
3QY1o4NU4m0Dwh2NWNj9YKxjSGkYzOmDslSccXkeJJKySWYmHPwiIvt5nMuSXlOi
F9eNSXqMQb0qLcKJWMBovTgJWMR9CTgEtU7lAXafzZ4ePJY5uNFJ4F86slFkjgpN
DZZGFJNhDUz6TpixwxrYPV8hiUqLUlatcFrpn5vjTZpsw8gELSGCjeojI7R0qkmq
T6atgrZbLn3aJAPtOV4aVJgO2s1ATSrZWGVUAzQ+98dZM9Ys/N9EFxip6jeabwri
3AivulncY6k6XhKroQp2DTtupXB+nN+aGxaz+o2InuTJ83YaB1Zz6uU924gsHiyj
/VU7hJ4RTJq1DEhTZJ9YYqPT3fkQgA5UIebpwQhMMkWq4/YO/d/QdUAhXNJr8eDP
1VsJe13Wu8Q9I4Nlr8kWZczDnUcDipu2hpuSPDtSuEuMdO6nRyXMw9XTWQARAQAB
tFZSUE0gRnVzaW9uIG5vbmZyZWUgcmVwb3NpdG9yeSBmb3IgRmVkb3JhICgxOCkg
PHJwbWZ1c2lvbi1idWlsZHN5c0BsaXN0cy5ycG1mdXNpb24ub3JnPokCOAQTAQIA
IgUCTzQozwIbAwYLCQgHAwIGFQgCCQoLBBYCAwECHgECF4AACgkQkM4JS+MbMMok
oA//TC+/0+qslxOVmGdWtZoDvndwRTnCATWiH4UoKLlyCG9DaWZMjle3Pt85bEzZ
/cWaIzy6zZHxuYKZ8rHElhloBx8WARVPl+DRNcV4AFXMuNNckKu82YKE3Ti/G/PL
42RpT/qgR7bgdAeru3KGMBd6Qq8iroUmqzshlEdYF4i+jXOQiD629XuzsqDw4IxZ
zN6/NPgFduy6z9t4NN4lu329H+JBQHfb7TR4lh3liqcKInF0y9XOKFxzgUXahr23
WWeSKboebHsdRtmoySYk6zAV45LOck+frzqD9qEiVysGeuw1eSFHjRMT+0TVsAoH
Bot5RoyYkF/zw9bUikCJQJ+c+gOs6EXIQO1HVdgpNRjJj3901dvaBcDpI6OX6eQP
IBLqbN6Es/uZhB4yclpHyuHQcKDnawyh5fe+5BEm4jPB9AcbvawBLrMxZMAoQVjq
zqnCkAoo66/OYeBEZYtSXRxw8VV2p0yMkZcR1IpRNYBNcnLDqFZLLJeRCYMR2UDa
hoYgIX/6t9UD0HjjBRQUlHtq9NDR3LOspmbaX39yd3dPlLbrgV5ALGD11NYvB8YG
bDI/13D5K6Ti2VgArxZqv4HOWkHwkOlUl4KnkVXTdUZDefzo6ix5sObV54l9zbaJ
FNy46lt3bTn8oI9PEsxrxC7VUXgOH3kg2G07IytyWy0FJB8=
=+k17
-----END PGP PUBLIC KEY BLOCK-----
Index: rpmfusion-nonfree-release.spec
===================================================================
RCS file: /cvs/nonfree/rpms/rpmfusion-nonfree-release/F-16/rpmfusion-nonfree-release.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- rpmfusion-nonfree-release.spec 2 Nov 2011 22:19:20 -0000 1.22
+++ rpmfusion-nonfree-release.spec 11 Feb 2012 16:12:31 -0000 1.23
@@ -3,7 +3,7 @@
Name: rpmfusion-%{repo}-release
Version: 16
-Release: 1.1
+Release: 2
Summary: RPM Fusion (%{repo}) Repository Configuration
Group: System Environment/Base
@@ -16,6 +16,7 @@
Source15: RPM-GPG-KEY-rpmfusion-%{repo}-fedora-15-primary
Source16: RPM-GPG-KEY-rpmfusion-%{repo}-fedora-16-primary
Source17: RPM-GPG-KEY-rpmfusion-%{repo}-fedora-17-primary
+Source18: RPM-GPG-KEY-rpmfusion-%{repo}-fedora-18-primary
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
@@ -65,6 +66,7 @@
%{SOURCE15} \
%{SOURCE16} \
%{SOURCE17} \
+ %{SOURCE18} \
$RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg
# compatibility symlink for easy transition to F11
@@ -76,7 +78,7 @@
ln -s $(basename %{SOURCE16}) $RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-%{repo}-fedora-16-${i}
ln -s $(basename %{SOURCE17}) $RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-%{repo}-fedora-17-${i}
ln -s $(basename %{SOURCE16}) $RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-%{repo}-fedora-latest-${i}
- ln -s $(basename %{SOURCE17}) $RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-%{repo}-fedora-rawhide-${i}
+ ln -s $(basename %{SOURCE18}) $RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-%{repo}-fedora-rawhide-${i}
done
@@ -94,8 +96,12 @@
%config(noreplace) %{_sysconfdir}/yum.repos.d/*
%changelog
-* Wed Nov 02 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 16-1.1
+* Thu Feb 09 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 16-2
+- Add keys for Rawhide/F-18
+
+* Wed Nov 02 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 16-1.2
- Fix compat key for F-15
+- Fix Installation of F-17 key
* Thu Oct 27 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 16-1
- Add keys for Rawhide/F-17
12 years, 9 months
rpms/rpmfusion-free-release/F-16 RPM-GPG-KEY-rpmfusion-free-fedora-18-primary, NONE, 1.1 rpmfusion-free-release.spec, 1.29, 1.30
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/rpmfusion-free-release/F-16
In directory se02.es.rpmfusion.net:/tmp/cvs-serv6293/F-16
Modified Files:
rpmfusion-free-release.spec
Added Files:
RPM-GPG-KEY-rpmfusion-free-fedora-18-primary
Log Message:
Add keys for F-18
--- NEW FILE RPM-GPG-KEY-rpmfusion-free-fedora-18-primary ---
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v2.0.18 (GNU/Linux)
mQINBE80KI8BEADWbPfx0Ql0Rip3+SZ3k+/Yw/gXBH7GdwLhnwwFjEDJfBHdUFkR
1GHQtKH7qtdyqASkPRfGQqBoDY49jssrgv4FIh9nrE8u1HpN5YhVNT0zbvGORKiS
01U75N7FjgKR+8/deUo1MBFdy7vsfvL2obW6FE5y1Lr9QRaLfVN+C9rPDB6ITcak
VIqvL2jKa//YzIZ0JYlYumbGyhuV0fDrSmkOTruXBgtATO1DtwlCsMshp9sMT+8L
W2BAURtR1yVEnXy1YEVhdkdDuX/DAbZhWdz5swAQaPEr6GVByXfwDB8Fe8D/0RUo
BQG2KBc8JqQF5HSDz5rdlKZ20U6VyR1Ihl9G3l26CWdF1iTljUHl8FIDRv+WefbJ
rvBO76mAilBnl0NCHM2AR4npvIlN8/Dd84q1Ti0OW/QugKMECelMO0ykYVYVUmwr
JUGKuSe3wxuW813N3VEaYOmhx6P+x5X3yKuKo8O1+duJZGPDV94veY6f3JijgA2j
s0pgxIjUzJ8C09z0P+vLKwtVo4VMPqhBhxk1bcrUT4t8QGtQHuS7IwXYQqd32xTM
kBrbFqegPO7dOzOLmw52o9fgHwRxL1owgYzn3uYXCzgnQYKdGgzX9QrlkuhgqLY8
G7SR6FDdONGFE1s+looZpV/bHf2MKKLUQEUPkdIS46oRxKUNsxyAn5QZDwARAQAB
tFNSUE0gRnVzaW9uIGZyZWUgcmVwb3NpdG9yeSBmb3IgRmVkb3JhICgxOCkgPHJw
bWZ1c2lvbi1idWlsZHN5c0BsaXN0cy5ycG1mdXNpb24ub3JnPokCOAQTAQIAIgUC
TzQojwIbAwYLCQgHAwIGFQgCCQoLBBYCAwECHgECF4AACgkQNjOZFJguCnyGBxAA
x4hWU52Si0/bx9TzCCjsPmuMXb6b+0wUtqRfKtsCmRmOPUok2d1/XkyX7hJ7XHV7
bkV+pab0ohL7DWj1Y9mRJeG6X9yRi45vP52DoWkOpoMOV9LDivsQ3BfYwxb7NriF
cI8Gq5Qec7M8JqLVk91Fve4h97rOSZlNIZfoybVOC0lpFeT6n3J/YYb1HMUtn/cu
YwOCpvWrn6/FS6bO7jCGEidogAZkGkEAKUBOD9PbiWe+Od439a7j/PzxU795nvPt
nfDab52zXxv4dCHBxcP3cyjC83+23QvMlkJkPF3J74atIP78jEcb45e8SuCTL/4W
gQBaW3RqDr5CvIuksb6dDeWGzq8+214lvrCI4kQH3RWgbS4xi+a9OdicPWtnFF68
/ORsbFMIvMXFT5Zmhpx28OlALryiYTL9jkwqMP1S0q3JgfT4adrruc4/C/MrN1aQ
xh3wbfqT7xB0/GWKojjgRpsZ56fMUmaB2AwwlwBSpxqHTqCSkJOl1jQuvv+pNMAz
/qNooUzu9Z1kPDKtDYl0dK9kUHw5vkXn2MjOXFGLBMoXbDxxzbgJMR45/L/jCK3Q
8Cko+IaW14lSoiyQVoAikCfizAnAV+08dp/a4UK2haZd+/Xl7dKDpNSnQhOTQCoL
BpbgafmDVWWbv10cPHFCfq29RBpAaQwck2WFNF39nR8=
=53Ne
-----END PGP PUBLIC KEY BLOCK-----
Index: rpmfusion-free-release.spec
===================================================================
RCS file: /cvs/free/rpms/rpmfusion-free-release/F-16/rpmfusion-free-release.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- rpmfusion-free-release.spec 2 Nov 2011 23:29:34 -0000 1.29
+++ rpmfusion-free-release.spec 11 Feb 2012 16:03:34 -0000 1.30
@@ -3,7 +3,7 @@
Name: rpmfusion-%{repo}-release
Version: 16
-Release: 1.2
+Release: 2
Summary: RPM Fusion (%{repo}) Repository Configuration
Group: System Environment/Base
@@ -16,6 +16,7 @@
Source15: RPM-GPG-KEY-rpmfusion-%{repo}-fedora-15-primary
Source16: RPM-GPG-KEY-rpmfusion-%{repo}-fedora-16-primary
Source17: RPM-GPG-KEY-rpmfusion-%{repo}-fedora-17-primary
+Source18: RPM-GPG-KEY-rpmfusion-%{repo}-fedora-18-primary
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
@@ -65,6 +66,7 @@
%{SOURCE15} \
%{SOURCE16} \
%{SOURCE17} \
+ %{SOURCE18} \
$RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg
# compatibility symlink for easy transition to F11
@@ -76,7 +78,7 @@
ln -s $(basename %{SOURCE16}) $RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-%{repo}-fedora-16-${i}
ln -s $(basename %{SOURCE17}) $RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-%{repo}-fedora-17-${i}
ln -s $(basename %{SOURCE16}) $RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-%{repo}-fedora-latest-${i}
- ln -s $(basename %{SOURCE17}) $RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-%{repo}-fedora-rawhide-${i}
+ ln -s $(basename %{SOURCE18}) $RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-%{repo}-fedora-rawhide-${i}
done
@@ -94,6 +96,9 @@
%config(noreplace) %{_sysconfdir}/yum.repos.d/*
%changelog
+* Thu Feb 09 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 16-2
+- Add keys for Rawhide/F-18
+
* Wed Nov 02 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 16-1.2
- Fix compat key for F-15
- Fix Installation of F-17 key
12 years, 9 months
rpms/rpmfusion-free-release/F-15 RPM-GPG-KEY-rpmfusion-free-fedora-18-primary, NONE, 1.1 rpmfusion-free-release.spec, 1.23, 1.24
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/rpmfusion-free-release/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv6293/F-15
Modified Files:
rpmfusion-free-release.spec
Added Files:
RPM-GPG-KEY-rpmfusion-free-fedora-18-primary
Log Message:
Add keys for F-18
--- NEW FILE RPM-GPG-KEY-rpmfusion-free-fedora-18-primary ---
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v2.0.18 (GNU/Linux)
mQINBE80KI8BEADWbPfx0Ql0Rip3+SZ3k+/Yw/gXBH7GdwLhnwwFjEDJfBHdUFkR
1GHQtKH7qtdyqASkPRfGQqBoDY49jssrgv4FIh9nrE8u1HpN5YhVNT0zbvGORKiS
01U75N7FjgKR+8/deUo1MBFdy7vsfvL2obW6FE5y1Lr9QRaLfVN+C9rPDB6ITcak
VIqvL2jKa//YzIZ0JYlYumbGyhuV0fDrSmkOTruXBgtATO1DtwlCsMshp9sMT+8L
W2BAURtR1yVEnXy1YEVhdkdDuX/DAbZhWdz5swAQaPEr6GVByXfwDB8Fe8D/0RUo
BQG2KBc8JqQF5HSDz5rdlKZ20U6VyR1Ihl9G3l26CWdF1iTljUHl8FIDRv+WefbJ
rvBO76mAilBnl0NCHM2AR4npvIlN8/Dd84q1Ti0OW/QugKMECelMO0ykYVYVUmwr
JUGKuSe3wxuW813N3VEaYOmhx6P+x5X3yKuKo8O1+duJZGPDV94veY6f3JijgA2j
s0pgxIjUzJ8C09z0P+vLKwtVo4VMPqhBhxk1bcrUT4t8QGtQHuS7IwXYQqd32xTM
kBrbFqegPO7dOzOLmw52o9fgHwRxL1owgYzn3uYXCzgnQYKdGgzX9QrlkuhgqLY8
G7SR6FDdONGFE1s+looZpV/bHf2MKKLUQEUPkdIS46oRxKUNsxyAn5QZDwARAQAB
tFNSUE0gRnVzaW9uIGZyZWUgcmVwb3NpdG9yeSBmb3IgRmVkb3JhICgxOCkgPHJw
bWZ1c2lvbi1idWlsZHN5c0BsaXN0cy5ycG1mdXNpb24ub3JnPokCOAQTAQIAIgUC
TzQojwIbAwYLCQgHAwIGFQgCCQoLBBYCAwECHgECF4AACgkQNjOZFJguCnyGBxAA
x4hWU52Si0/bx9TzCCjsPmuMXb6b+0wUtqRfKtsCmRmOPUok2d1/XkyX7hJ7XHV7
bkV+pab0ohL7DWj1Y9mRJeG6X9yRi45vP52DoWkOpoMOV9LDivsQ3BfYwxb7NriF
cI8Gq5Qec7M8JqLVk91Fve4h97rOSZlNIZfoybVOC0lpFeT6n3J/YYb1HMUtn/cu
YwOCpvWrn6/FS6bO7jCGEidogAZkGkEAKUBOD9PbiWe+Od439a7j/PzxU795nvPt
nfDab52zXxv4dCHBxcP3cyjC83+23QvMlkJkPF3J74atIP78jEcb45e8SuCTL/4W
gQBaW3RqDr5CvIuksb6dDeWGzq8+214lvrCI4kQH3RWgbS4xi+a9OdicPWtnFF68
/ORsbFMIvMXFT5Zmhpx28OlALryiYTL9jkwqMP1S0q3JgfT4adrruc4/C/MrN1aQ
xh3wbfqT7xB0/GWKojjgRpsZ56fMUmaB2AwwlwBSpxqHTqCSkJOl1jQuvv+pNMAz
/qNooUzu9Z1kPDKtDYl0dK9kUHw5vkXn2MjOXFGLBMoXbDxxzbgJMR45/L/jCK3Q
8Cko+IaW14lSoiyQVoAikCfizAnAV+08dp/a4UK2haZd+/Xl7dKDpNSnQhOTQCoL
BpbgafmDVWWbv10cPHFCfq29RBpAaQwck2WFNF39nR8=
=53Ne
-----END PGP PUBLIC KEY BLOCK-----
Index: rpmfusion-free-release.spec
===================================================================
RCS file: /cvs/free/rpms/rpmfusion-free-release/F-15/rpmfusion-free-release.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- rpmfusion-free-release.spec 28 Oct 2011 21:54:36 -0000 1.23
+++ rpmfusion-free-release.spec 11 Feb 2012 16:03:34 -0000 1.24
@@ -3,7 +3,7 @@
Name: rpmfusion-%{repo}-release
Version: 15
-Release: 3
+Release: 4
Summary: RPM Fusion (%{repo}) Repository Configuration
Group: System Environment/Base
@@ -17,6 +17,7 @@
Source15: RPM-GPG-KEY-rpmfusion-%{repo}-fedora-15-primary
Source16: RPM-GPG-KEY-rpmfusion-%{repo}-fedora-16-primary
Source17: RPM-GPG-KEY-rpmfusion-%{repo}-fedora-17-primary
+Source18: RPM-GPG-KEY-rpmfusion-%{repo}-fedora-18-primary
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
@@ -79,7 +80,7 @@
ln -s $(basename %{SOURCE16}) $RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-%{repo}-fedora-16-${i}
ln -s $(basename %{SOURCE17}) $RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-%{repo}-fedora-17-${i}
ln -s $(basename %{SOURCE16}) $RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-%{repo}-fedora-latest-${i}
- ln -s $(basename %{SOURCE17}) $RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-%{repo}-fedora-rawhide-${i}
+ ln -s $(basename %{SOURCE18}) $RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-%{repo}-fedora-rawhide-${i}
done
@@ -97,6 +98,9 @@
%config(noreplace) %{_sysconfdir}/yum.repos.d/*
%changelog
+* Thu Feb 09 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 15-4
+- Add keys for Rawhide/F-18
+
* Thu Oct 27 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 15-3
- Add keys for Rawhide/F-17
12 years, 9 months
rpms/vbam/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vbam/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/kwizart/free/owners/tmpcvsCF2920/rpms/vbam/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module vbam
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: vbam
# $Id: Makefile,v 1.1 2012/02/11 15:38:11 kwizart Exp $
NAME := vbam
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 ---
12 years, 9 months