rpms/mari0/F-16 mari0.desktop, NONE, 1.1 mari0.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Jeremy Newton
Author: jem256
Update of /cvs/nonfree/rpms/mari0/F-16
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv8108/F-16
Modified Files:
.cvsignore sources
Added Files:
mari0.desktop mari0.spec
Log Message:
Initial Commit
--- NEW FILE mari0.desktop ---
[Desktop Entry]
Name=Mari0
Comment=A recreation of the original Super Mario Bros with a portal gun
Exec=mari0
Type=Application
Categories=Game;ArcadeGame;
Terminal=false
Icon=mari0
--- NEW FILE mari0.spec ---
Name: mari0
Version: 1.6
Release: 3%{?dist}
Summary: A recreation of the original Super Mario Bros with a portal gun
License: CC-BY-NC-SA
URL: http://stabyourself.net/mari0/
#Source0 is the upstream source:
Source0: http://stabyourself.net/dl.php?file=%{name}-1006/%{name}-source.zip
#Source1 is just a Desktop file:
Source1: %{name}.desktop
BuildRequires: ImageMagick
BuildRequires: desktop-file-utils
BuildArch: noarch
Requires: love >= 0.8.0
#Reworded from the website (see URL above)
%description
A complete from scratch recreation of the original Super Mario Bros.
game with a focus on perfectly imitating the feel the 1985 classic
gave us but with a portal gun and puzzle game mechanics from the
popular Value game, Portal. Mari0 also has a 4-player coop mode, with
everyone having their own Portal gun. This game is made with LOVE.
%prep
%setup -q -c
sed -i 's/\r//' readme.txt
iconv -f iso8859-1 -t utf-8 readme.txt > readme.txt.conv && mv -f readme.txt.conv readme.txt
#Execution Script:
echo -e "#!/bin/sh\nlove %{_datadir}/%{name}/%{name}.love\n" > %{name}
unzip -p %{name}_%{version}.love graphics/SMB/title.png | convert - -crop 176x88+0+0 -gravity NorthWest %{name}.png
%build
#No Build Required
%install
install -p -D -m 0644 %{name}_%{version}.love %{buildroot}/%{_datadir}/%{name}/%{name}.love
install -p -D -m 0755 %{name} %{buildroot}/%{_bindir}/%{name}
#Install desktop, icons:
desktop-file-install \
--dir %{buildroot}%{_datadir}/applications \
%{SOURCE1}
install -p -D -m 0644 %{name}.png %{buildroot}/%{_datadir}/pixmaps/%{name}.png
%files
%doc readme.txt
%{_bindir}/%{name}
%{_datadir}/%{name}/%{name}.love
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/%{name}.desktop
%changelog
* Fri Aug 17 2012 Jeremy Newton <alexjnewt(a)hotmail.com> - 1.6-3
- Removed unnecessary unzip Build Require
- Simplified source files
- Fixed up desktop file
- Fixed inconsistent macros
* Mon Jun 4 2012 Jeremy Newton <alexjnewt(a)hotmail.com> - 1.6-2
- Added missing Build Require
- Removed unnecessary scriptlets
* Tue Apr 17 2012 Jeremy Newton <alexjnewt(a)hotmail.com> - 1.6-1
- Updated to 1.6
- Added a launcher and various improvements
* Tue Mar 6 2012 Jeremy Newton <alexjnewt(a)hotmail.com> - 1.2-1
- Initial Package
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mari0/F-16/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 18 Aug 2012 08:17:14 -0000 1.1
+++ .cvsignore 21 Jan 2013 20:44:36 -0000 1.2
@@ -0,0 +1 @@
+mari0-source.zip
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mari0/F-16/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 18 Aug 2012 08:17:14 -0000 1.1
+++ sources 21 Jan 2013 20:44:36 -0000 1.2
@@ -0,0 +1 @@
+22125f68ff41795fa8bafad5d1b1d1a9 mari0-source.zip
12 years
rpms/wxsvg/F-17 .cvsignore, 1.7, 1.8 sources, 1.7, 1.8 wxsvg.spec, 1.12, 1.13
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/wxsvg/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv27938
Modified Files:
.cvsignore sources wxsvg.spec
Log Message:
* Mon Jan 21 2013 Sérgio Basto <sergio(a)serjux.com> - 1.1.12-1
- Update to 1.1.12
- re-use ./autogen.sh
- minor clean ups
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/wxsvg/F-17/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore 26 Aug 2012 15:29:59 -0000 1.7
+++ .cvsignore 21 Jan 2013 02:58:45 -0000 1.8
@@ -1 +1 @@
-wxsvg-1.1.9.tar.bz2
+wxsvg-1.1.12.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/wxsvg/F-17/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources 26 Aug 2012 15:30:00 -0000 1.7
+++ sources 21 Jan 2013 02:58:45 -0000 1.8
@@ -1 +1 @@
-0aab50791c52ee0d34f1df200b8c0c24 wxsvg-1.1.9.tar.bz2
+935548d5e2e0d090b934037fe587db5a wxsvg-1.1.12.tar.bz2
Index: wxsvg.spec
===================================================================
RCS file: /cvs/free/rpms/wxsvg/F-17/wxsvg.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- wxsvg.spec 26 Aug 2012 15:30:00 -0000 1.12
+++ wxsvg.spec 21 Jan 2013 02:58:45 -0000 1.13
@@ -1,5 +1,5 @@
Name: wxsvg
-Version: 1.1.9
+Version: 1.1.12
Release: 1%{?dist}
Summary: C++ library to create, manipulate and render SVG files
@@ -33,10 +33,7 @@
%setup -q
%build
-mkdir -p m4
-cp /usr/share/libtool/config/ltmain.sh .
-autoupdate
-autoreconf
+./autogen.sh
%configure \
--disable-dependency-tracking \
--disable-static
@@ -47,15 +44,11 @@
%install
-%{__rm} -rf $RPM_BUILD_ROOT
%{__make} install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p"
# Get rid of those .la files
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
@@ -74,6 +67,14 @@
%{_libdir}/pkgconfig/lib%{name}.pc
%changelog
+* Mon Jan 21 2013 Sérgio Basto <sergio(a)serjux.com> - 1.1.12-1
+- Update to 1.1.12
+- re-use ./autogen.sh
+- minor clean ups
+
+* Sat Nov 24 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.1.9-2
+- Rebuilt for FFmpeg 1.0
+
* Tue Jun 26 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.1.9-1
- Update to 1.1.9
- Use SF URL
12 years
rpms/wxsvg/F-18 .cvsignore, 1.7, 1.8 sources, 1.7, 1.8 wxsvg.spec, 1.18, 1.19
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/wxsvg/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv27816
Modified Files:
.cvsignore sources wxsvg.spec
Log Message:
* Mon Jan 21 2013 Sérgio Basto <sergio(a)serjux.com> - 1.1.12-1
- Update to 1.1.12
- re-use ./autogen.sh
- minor clean ups
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/wxsvg/F-18/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore 26 Jun 2012 10:25:19 -0000 1.7
+++ .cvsignore 21 Jan 2013 02:58:07 -0000 1.8
@@ -1 +1 @@
-wxsvg-1.1.9.tar.bz2
+wxsvg-1.1.12.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/wxsvg/F-18/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources 26 Jun 2012 10:25:19 -0000 1.7
+++ sources 21 Jan 2013 02:58:07 -0000 1.8
@@ -1 +1 @@
-0aab50791c52ee0d34f1df200b8c0c24 wxsvg-1.1.9.tar.bz2
+935548d5e2e0d090b934037fe587db5a wxsvg-1.1.12.tar.bz2
Index: wxsvg.spec
===================================================================
RCS file: /cvs/free/rpms/wxsvg/F-18/wxsvg.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- wxsvg.spec 24 Nov 2012 15:24:48 -0000 1.18
+++ wxsvg.spec 21 Jan 2013 02:58:07 -0000 1.19
@@ -1,6 +1,6 @@
Name: wxsvg
-Version: 1.1.9
-Release: 2%{?dist}
+Version: 1.1.12
+Release: 1%{?dist}
Summary: C++ library to create, manipulate and render SVG files
Group: System Environment/Libraries
@@ -33,10 +33,7 @@
%setup -q
%build
-mkdir -p m4
-cp /usr/share/libtool/config/ltmain.sh .
-autoupdate
-autoreconf
+./autogen.sh
%configure \
--disable-dependency-tracking \
--disable-static
@@ -47,15 +44,11 @@
%install
-%{__rm} -rf $RPM_BUILD_ROOT
%{__make} install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p"
# Get rid of those .la files
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
@@ -74,6 +67,11 @@
%{_libdir}/pkgconfig/lib%{name}.pc
%changelog
+* Mon Jan 21 2013 Sérgio Basto <sergio(a)serjux.com> - 1.1.12-1
+- Update to 1.1.12
+- re-use ./autogen.sh
+- minor clean ups
+
* Sat Nov 24 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.1.9-2
- Rebuilt for FFmpeg 1.0
12 years
rpms/wxsvg/devel .cvsignore, 1.7, 1.8 sources, 1.7, 1.8 wxsvg.spec, 1.18, 1.19
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/wxsvg/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv27281
Modified Files:
.cvsignore sources wxsvg.spec
Log Message:
* Mon Jan 21 2013 Sérgio Basto <sergio(a)serjux.com> - 1.1.12-1
- Update to 1.1.12
- re-use ./autogen.sh
- minor clean ups
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/wxsvg/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore 26 Jun 2012 10:25:19 -0000 1.7
+++ .cvsignore 21 Jan 2013 02:38:29 -0000 1.8
@@ -1 +1 @@
-wxsvg-1.1.9.tar.bz2
+wxsvg-1.1.12.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/wxsvg/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources 26 Jun 2012 10:25:19 -0000 1.7
+++ sources 21 Jan 2013 02:38:29 -0000 1.8
@@ -1 +1 @@
-0aab50791c52ee0d34f1df200b8c0c24 wxsvg-1.1.9.tar.bz2
+935548d5e2e0d090b934037fe587db5a wxsvg-1.1.12.tar.bz2
Index: wxsvg.spec
===================================================================
RCS file: /cvs/free/rpms/wxsvg/devel/wxsvg.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- wxsvg.spec 24 Nov 2012 15:24:36 -0000 1.18
+++ wxsvg.spec 21 Jan 2013 02:38:29 -0000 1.19
@@ -1,6 +1,6 @@
Name: wxsvg
-Version: 1.1.9
-Release: 2%{?dist}
+Version: 1.1.12
+Release: 1%{?dist}
Summary: C++ library to create, manipulate and render SVG files
Group: System Environment/Libraries
@@ -33,10 +33,7 @@
%setup -q
%build
-mkdir -p m4
-cp /usr/share/libtool/config/ltmain.sh .
-autoupdate
-autoreconf
+./autogen.sh
%configure \
--disable-dependency-tracking \
--disable-static
@@ -47,15 +44,11 @@
%install
-%{__rm} -rf $RPM_BUILD_ROOT
%{__make} install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p"
# Get rid of those .la files
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
@@ -74,6 +67,11 @@
%{_libdir}/pkgconfig/lib%{name}.pc
%changelog
+* Mon Jan 21 2013 Sérgio Basto <sergio(a)serjux.com> - 1.1.12-1
+- Update to 1.1.12
+- re-use ./autogen.sh
+- minor clean ups
+
* Sat Nov 24 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.1.9-2
- Rebuilt for FFmpeg 1.0
12 years
rpms/broadcom-wl/devel broadcom-wl.spec,1.19,1.20
by Nicolas Viéville
Author: nvieville
Update of /cvs/nonfree/rpms/broadcom-wl/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv22209
Modified Files:
broadcom-wl.spec
Log Message:
* Mon Jan 21 2013 Nicolas Viéville <nicolas.vieville(a)univ-valenciennes.fr> - 5.100.82.112-4
- move broadcom-wl-blacklist.conf to %{_prefix}/lib/modprobe.d/ since new dracut in F-18
- install section cleaned-up
Index: broadcom-wl.spec
===================================================================
RCS file: /cvs/nonfree/rpms/broadcom-wl/devel/broadcom-wl.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- broadcom-wl.spec 21 Nov 2012 12:19:49 -0000 1.19
+++ broadcom-wl.spec 20 Jan 2013 23:47:16 -0000 1.20
@@ -1,24 +1,24 @@
-Name: broadcom-wl
-Version: 5.100.82.112
-Release: 3%{?dist}
-Summary: Common files for Broadcom 802.11 STA driver
-Group: System Environment/Kernel
-License: Redistributable, no modification permitted
-URL: http://www.broadcom.com/support/802.11/linux_sta.php
-Source0: http://www.broadcom.com/docs/linux_sta/hybrid-portsrc_x86_32-v5_100_82_11...
-Source1: http://www.broadcom.com/docs/linux_sta/hybrid-portsrc_x86_64-v5_100_82_11...
-Source2: http://www.broadcom.com/docs/linux_sta/README.txt
-Source3: broadcom-wl-blacklist.conf
-Source4: 20-wl.conf
-Source5: api
-Source6: fedora.readme
-Patch0: broadcom-wl-5.100.82.112-license.patch
-
-BuildArch: noarch
-Provides: wl-kmod-common = %{version}
-Requires: wl-kmod >= %{version}
+Name: broadcom-wl
+Version: 5.100.82.112
+Release: 4%{?dist}
+Summary: Common files for Broadcom 802.11 STA driver
+Group: System Environment/Kernel
+License: Redistributable, no modification permitted
+URL: http://www.broadcom.com/support/802.11/linux_sta.php
+Source0: http://www.broadcom.com/docs/linux_sta/hybrid-portsrc_x86_32-v5_100_82_11...
+Source1: http://www.broadcom.com/docs/linux_sta/hybrid-portsrc_x86_64-v5_100_82_11...
+Source2: http://www.broadcom.com/docs/linux_sta/README.txt
+Source3: broadcom-wl-blacklist.conf
+Source4: 20-wl.conf
+Source5: api
+Source6: fedora.readme
+Patch0: broadcom-wl-5.100.82.112-license.patch
+
+BuildArch: noarch
+Provides: wl-kmod-common = %{version}
+Requires: wl-kmod >= %{version}
-ExcludeArch: ppc ppc64
+ExcludeArch: ppc ppc64
%description
This package contains the license, README.txt and configuration
@@ -41,12 +41,12 @@
%install
rm -rf $RPM_BUILD_ROOT
-mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir}/modprobe.d/
-install -p -m0644 %{SOURCE3} ${RPM_BUILD_ROOT}%{_sysconfdir}/modprobe.d/
-mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir}/dracut.conf.d/
-install -p -m0644 %{SOURCE4} ${RPM_BUILD_ROOT}%{_sysconfdir}/dracut.conf.d/
-mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir}/akmods/akmod-wl/
-install -p -m0644 %{SOURCE5} ${RPM_BUILD_ROOT}%{_sysconfdir}/akmods/akmod-wl/
+install -m 0755 -d $RPM_BUILD_ROOT%{_prefix}/lib/modprobe.d/
+install -p -m 0644 %{SOURCE3} $RPM_BUILD_ROOT%{_prefix}/lib/modprobe.d/
+install -m 0755 -d ${RPM_BUILD_ROOT}%{_sysconfdir}/dracut.conf.d/
+install -p -m 0644 %{SOURCE4} ${RPM_BUILD_ROOT}%{_sysconfdir}/dracut.conf.d/
+install -m 0755 -d ${RPM_BUILD_ROOT}%{_sysconfdir}/akmods/akmod-wl/
+install -p -m 0644 %{SOURCE5} ${RPM_BUILD_ROOT}%{_sysconfdir}/akmods/akmod-wl/
%clean
rm -rf $RPM_BUILD_ROOT
@@ -54,11 +54,15 @@
%files
%defattr(-,root,root,-)
%doc lib/LICENSE.txt README.txt fedora.readme
-%config(noreplace) %{_sysconfdir}/modprobe.d/broadcom-wl-blacklist.conf
+%config(noreplace) %{_prefix}/lib/modprobe.d/broadcom-wl-blacklist.conf
%config(noreplace) %{_sysconfdir}/dracut.conf.d/20-wl.conf
%config(noreplace) %{_sysconfdir}/akmods/akmod-wl/api
%changelog
+* Mon Jan 21 2013 Nicolas Viéville <nicolas.vieville(a)univ-valenciennes.fr> - 5.100.82.112-4
+- move broadcom-wl-blacklist.conf to %%{_prefix}/lib/modprobe.d/ since new dracut in F-18
+- install section cleaned-up
+
* Wed Nov 21 2012 Nicolas Viéville <nicolas.vieville(a)univ-valenciennes.fr> - 5.100.82.112-3
- Added /etc/dracut.conf.d/20-wl.conf to workaround #2526
- Added /etc/akmods/akmod-wl/api to workaround #2548 #2562
12 years
rpms/broadcom-wl/F-18 broadcom-wl.spec,1.19,1.20
by Nicolas Viéville
Author: nvieville
Update of /cvs/nonfree/rpms/broadcom-wl/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv22008
Modified Files:
broadcom-wl.spec
Log Message:
* Mon Jan 21 2013 Nicolas Viéville <nicolas.vieville(a)univ-valenciennes.fr> - 5.100.82.112-4
- move broadcom-wl-blacklist.conf to %{_prefix}/lib/modprobe.d/ since new dracut in F-18
- install section cleaned-up
Index: broadcom-wl.spec
===================================================================
RCS file: /cvs/nonfree/rpms/broadcom-wl/F-18/broadcom-wl.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- broadcom-wl.spec 21 Nov 2012 12:27:28 -0000 1.19
+++ broadcom-wl.spec 20 Jan 2013 23:45:27 -0000 1.20
@@ -1,24 +1,24 @@
-Name: broadcom-wl
-Version: 5.100.82.112
-Release: 3%{?dist}
-Summary: Common files for Broadcom 802.11 STA driver
-Group: System Environment/Kernel
-License: Redistributable, no modification permitted
-URL: http://www.broadcom.com/support/802.11/linux_sta.php
-Source0: http://www.broadcom.com/docs/linux_sta/hybrid-portsrc_x86_32-v5_100_82_11...
-Source1: http://www.broadcom.com/docs/linux_sta/hybrid-portsrc_x86_64-v5_100_82_11...
-Source2: http://www.broadcom.com/docs/linux_sta/README.txt
-Source3: broadcom-wl-blacklist.conf
-Source4: 20-wl.conf
-Source5: api
-Source6: fedora.readme
-Patch0: broadcom-wl-5.100.82.112-license.patch
-
-BuildArch: noarch
-Provides: wl-kmod-common = %{version}
-Requires: wl-kmod >= %{version}
+Name: broadcom-wl
+Version: 5.100.82.112
+Release: 4%{?dist}
+Summary: Common files for Broadcom 802.11 STA driver
+Group: System Environment/Kernel
+License: Redistributable, no modification permitted
+URL: http://www.broadcom.com/support/802.11/linux_sta.php
+Source0: http://www.broadcom.com/docs/linux_sta/hybrid-portsrc_x86_32-v5_100_82_11...
+Source1: http://www.broadcom.com/docs/linux_sta/hybrid-portsrc_x86_64-v5_100_82_11...
+Source2: http://www.broadcom.com/docs/linux_sta/README.txt
+Source3: broadcom-wl-blacklist.conf
+Source4: 20-wl.conf
+Source5: api
+Source6: fedora.readme
+Patch0: broadcom-wl-5.100.82.112-license.patch
+
+BuildArch: noarch
+Provides: wl-kmod-common = %{version}
+Requires: wl-kmod >= %{version}
-ExcludeArch: ppc ppc64
+ExcludeArch: ppc ppc64
%description
This package contains the license, README.txt and configuration
@@ -41,12 +41,12 @@
%install
rm -rf $RPM_BUILD_ROOT
-mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir}/modprobe.d/
-install -p -m0644 %{SOURCE3} ${RPM_BUILD_ROOT}%{_sysconfdir}/modprobe.d/
-mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir}/dracut.conf.d/
-install -p -m0644 %{SOURCE4} ${RPM_BUILD_ROOT}%{_sysconfdir}/dracut.conf.d/
-mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir}/akmods/akmod-wl/
-install -p -m0644 %{SOURCE5} ${RPM_BUILD_ROOT}%{_sysconfdir}/akmods/akmod-wl/
+install -m 0755 -d $RPM_BUILD_ROOT%{_prefix}/lib/modprobe.d/
+install -p -m 0644 %{SOURCE3} $RPM_BUILD_ROOT%{_prefix}/lib/modprobe.d/
+install -m 0755 -d ${RPM_BUILD_ROOT}%{_sysconfdir}/dracut.conf.d/
+install -p -m 0644 %{SOURCE4} ${RPM_BUILD_ROOT}%{_sysconfdir}/dracut.conf.d/
+install -m 0755 -d ${RPM_BUILD_ROOT}%{_sysconfdir}/akmods/akmod-wl/
+install -p -m 0644 %{SOURCE5} ${RPM_BUILD_ROOT}%{_sysconfdir}/akmods/akmod-wl/
%clean
rm -rf $RPM_BUILD_ROOT
@@ -54,11 +54,15 @@
%files
%defattr(-,root,root,-)
%doc lib/LICENSE.txt README.txt fedora.readme
-%config(noreplace) %{_sysconfdir}/modprobe.d/broadcom-wl-blacklist.conf
+%config(noreplace) %{_prefix}/lib/modprobe.d/broadcom-wl-blacklist.conf
%config(noreplace) %{_sysconfdir}/dracut.conf.d/20-wl.conf
%config(noreplace) %{_sysconfdir}/akmods/akmod-wl/api
%changelog
+* Mon Jan 21 2013 Nicolas Viéville <nicolas.vieville(a)univ-valenciennes.fr> - 5.100.82.112-4
+- move broadcom-wl-blacklist.conf to %%{_prefix}/lib/modprobe.d/ since new dracut in F-18
+- install section cleaned-up
+
* Wed Nov 21 2012 Nicolas Viéville <nicolas.vieville(a)univ-valenciennes.fr> - 5.100.82.112-3
- Added /etc/dracut.conf.d/20-wl.conf to workaround #2526
- Added /etc/akmods/akmod-wl/api to workaround #2548 #2562
12 years
rpms/mythtv/devel mythtv.spec,1.115,1.116
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/mythtv/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv19161
Modified Files:
mythtv.spec
Log Message:
* Sun Jan 20 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 0.26.0-5
- Rebuilt for ffmpeg/x264
Index: mythtv.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv/devel/mythtv.spec,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- mythtv.spec 22 Dec 2012 22:45:07 -0000 1.115
+++ mythtv.spec 20 Jan 2013 22:12:16 -0000 1.116
@@ -76,9 +76,9 @@
# Version/Release info
Version: 0.26.0
%if "%{branch}" == "master"
-Release: 0.1.git.%{_gitrev}%{?dist}
+Release: 0.2.git.%{_gitrev}%{?dist}
%else
-Release: 4%{?dist}
+Release: 5%{?dist}
%endif
# The primary license is GPLv2+, but bits are borrowed from a number of
@@ -1450,6 +1450,9 @@
%changelog
+* Sun Jan 20 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 0.26.0-5
+- Rebuilt for ffmpeg/x264
+
* Sat Dec 22 2012 Richard Shaw <hobbes1069(a)gmail.com> - 0.26.0-4
- Update to latest upstream release.
12 years
rpms/avidemux/devel avidemux.spec,1.73,1.74
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/avidemux/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv19003
Modified Files:
avidemux.spec
Log Message:
* Sun Jan 20 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 2.6.1-2
- Rebuilt for ffmpeg/x264
Index: avidemux.spec
===================================================================
RCS file: /cvs/free/rpms/avidemux/devel/avidemux.spec,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- avidemux.spec 10 Jan 2013 14:20:23 -0000 1.73
+++ avidemux.spec 20 Jan 2013 22:12:00 -0000 1.74
@@ -2,7 +2,7 @@
Name: avidemux
Version: 2.6.1
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Graphical video editing and transcoding tool
License: GPLv2+
@@ -353,6 +353,9 @@
%{_includedir}/avidemux/
%changelog
+* Sun Jan 20 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 2.6.1-2
+- Rebuilt for ffmpeg/x264
+
* Sat Dec 22 2012 Richard Shaw <hobbes1069(a)gmail.com> - 2.6.1-1
- Update to latest upstream release.
12 years
rpms/vlc/devel vlc.spec,1.170,1.171
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vlc/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv18854
Modified Files:
vlc.spec
Log Message:
* Sun Jan 20 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 2.0.5-3
- Rebuilt for ffmpeg/x264
Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/vlc.spec,v
retrieving revision 1.170
retrieving revision 1.171
diff -u -r1.170 -r1.171
--- vlc.spec 2 Jan 2013 19:46:12 -0000 1.170
+++ vlc.spec 20 Jan 2013 22:11:49 -0000 1.171
@@ -31,7 +31,7 @@
Summary: The cross-platform open-source multimedia framework, player and server
Name: vlc
Version: 2.0.5
-Release: 2%{?dist}
+Release: 3%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL: http://www.videolan.org
@@ -514,6 +514,9 @@
%changelog
+* Sun Jan 20 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 2.0.5-3
+- Rebuilt for ffmpeg/x264
+
* Wed Jan 02 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 2.0.5-2
- Fix build with FLAC-1.3.x
12 years
rpms/gstreamer1-plugins-ugly/devel gstreamer1-plugins-ugly.spec, 1.4, 1.5
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/gstreamer1-plugins-ugly/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv18636
Modified Files:
gstreamer1-plugins-ugly.spec
Log Message:
Rebuilt for ffmpeg/x264
Index: gstreamer1-plugins-ugly.spec
===================================================================
RCS file: /cvs/free/rpms/gstreamer1-plugins-ugly/devel/gstreamer1-plugins-ugly.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gstreamer1-plugins-ugly.spec 23 Nov 2012 08:18:42 -0000 1.4
+++ gstreamer1-plugins-ugly.spec 20 Jan 2013 22:09:18 -0000 1.5
@@ -1,7 +1,7 @@
Summary: GStreamer 1.0 streaming media framework "ugly" plug-ins
Name: gstreamer1-plugins-ugly
Version: 1.0.2
-Release: 2%{?dist}
+Release: 3%{?dist}
License: LGPLv2+
Group: Applications/Multimedia
URL: http://gstreamer.freedesktop.org/
@@ -102,6 +102,9 @@
%changelog
+* Sun Jan 20 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.2-3
+- Rebuilt for FFmpeg/x264
+
* Fri Nov 23 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.2-2
- Rebuilt for x264
12 years