rpms/freecad/devel freecad.spec,1.3,1.4
by Richard Shaw
Author: hobbes1069
Update of /cvs/nonfree/rpms/freecad/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv10273
Modified Files:
freecad.spec
Log Message:
Spec clean-up. Add graphviz as build requirement and PyQt4 as run time requirement.
Index: freecad.spec
===================================================================
RCS file: /cvs/nonfree/rpms/freecad/devel/freecad.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- freecad.spec 21 Oct 2012 18:59:44 -0000 1.3
+++ freecad.spec 23 Oct 2012 19:14:07 -0000 1.4
@@ -6,7 +6,7 @@
%global svnrev 5284
# Use updated cmake package on EL builds.
-%if 0%{?el6}
+%if 0%{?rhel}
%global cmake %cmake28 -DBoost_NO_BOOST_CMAKE=ON
%endif
@@ -65,7 +65,7 @@
%else
BuildRequires: cmake
%endif
-BuildRequires: doxygen swig
+BuildRequires: doxygen graphviz swig
BuildRequires: gcc-gfortran
BuildRequires: gettext
BuildRequires: dos2unix
@@ -105,6 +105,7 @@
# Needed for plugin support and is not a soname dependency.
Requires: python-pivy
+Requires: PyQt4
Requires: hicolor-icon-theme
# plugins and private shared libs in %%{_libdir}/freecad/lib are private;
12 years, 1 month
rpms/yle-dl/devel yle-dl.spec,NONE,1.1
by Juha Tuomala
Author: tuju
Update of /cvs/free/rpms/yle-dl/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv4376
Added Files:
yle-dl.spec
Log Message:
Add spec.
--- NEW FILE yle-dl.spec ---
Name: yle-dl
Version: 2.0.1
Release: 3%{?dist}
License: GPLv2
Summary: Command-line tool to download videos from Finnish broadcasting company
Group: Applications/Multimedia
Url: http://users.tkk.fi/~aajanki/rtmpdump-yle/
Source0: http://users.tkk.fi/~aajanki/rtmpdump-yle/%{name}-%{version}.tar.gz
BuildRequires: openssl-devel, json-c-devel, python-devel
Requires: rtmpdump, python-crypto
BuildArch: noarch
%description
yle-dl is a command-line program for downloading media files
from the two video streaming services of the Finnish national
broadcasting company YLE: Yle Areena (http://areena.yle.fi/),
and Elävä Arkisto (http://www.yle.fi/elavaarkisto/).
It is an extension of RTMPDump (http://rtmpdump.mplayerhq.hu/),
which is based on XBMC RTMP code used in RTMPDumper by team
boxee.
%prep
%setup -q -n %{name}-%{version}
%install
rm -rf %{buildroot}
mkdir -p %{buildroot}/%{_docdir}
mkdir -p %{buildroot}/%{_datadir}/%{name}
make DESTDIR=%{buildroot} prefix=%{_usr} install
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root)
%doc ChangeLog COPYING README README.fi
%{_bindir}/yle-dl
%{_datadir}/%{name}
%changelog
* Sun Aug 08 2012 Juha Tuomala <tuju(a)iki.fi> 2.0.1-3
- Minor pkg cleanups.
* Sun Aug 08 2012 Juha Tuomala <tuju(a)iki.fi> 2.0.1-2
- update to 2.0.1
* Sat Jun 4 2011 Juha Tuomala <tuju(a)iki.fi> 1.4.2-1
- Initial RPM creation.
12 years, 1 month
rpms/yle-dl/devel sources,1.1,1.2
by Juha Tuomala
Author: tuju
Update of /cvs/free/rpms/yle-dl/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv4147
Modified Files:
sources
Log Message:
Prepare for build.
Index: sources
===================================================================
RCS file: /cvs/free/rpms/yle-dl/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 20 Aug 2012 19:02:04 -0000 1.1
+++ sources 23 Oct 2012 16:27:21 -0000 1.2
@@ -0,0 +1 @@
+40a009684699a32e0515aaf1745a96a7 yle-dl-2.0.1.tar.gz
12 years, 1 month
rpms/yle-dl/F-18 yle-dl.spec,NONE,1.1 sources,1.1,1.2
by Juha Tuomala
Author: tuju
Update of /cvs/free/rpms/yle-dl/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv3644
Modified Files:
sources
Added Files:
yle-dl.spec
Log Message:
Add mandatory files.
--- NEW FILE yle-dl.spec ---
Name: yle-dl
Version: 2.0.1
Release: 3%{?dist}
License: GPLv2
Summary: Command-line tool to download videos from Finnish broadcasting company
Group: Applications/Multimedia
Url: http://users.tkk.fi/~aajanki/rtmpdump-yle/
Source0: http://users.tkk.fi/~aajanki/rtmpdump-yle/%{name}-%{version}.tar.gz
BuildRequires: openssl-devel, json-c-devel, python-devel
Requires: rtmpdump, python-crypto
BuildArch: noarch
%description
yle-dl is a command-line program for downloading media files
from the two video streaming services of the Finnish national
broadcasting company YLE: Yle Areena (http://areena.yle.fi/),
and Elävä Arkisto (http://www.yle.fi/elavaarkisto/).
It is an extension of RTMPDump (http://rtmpdump.mplayerhq.hu/),
which is based on XBMC RTMP code used in RTMPDumper by team
boxee.
%prep
%setup -q -n %{name}-%{version}
%install
rm -rf %{buildroot}
mkdir -p %{buildroot}/%{_docdir}
mkdir -p %{buildroot}/%{_datadir}/%{name}
make DESTDIR=%{buildroot} prefix=%{_usr} install
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root)
%doc ChangeLog COPYING README README.fi
%{_bindir}/yle-dl
%{_datadir}/%{name}
%changelog
* Sun Aug 08 2012 Juha Tuomala <tuju(a)iki.fi> 2.0.1-3
- Minor pkg cleanups.
* Sun Aug 08 2012 Juha Tuomala <tuju(a)iki.fi> 2.0.1-2
- update to 2.0.1
* Sat Jun 4 2011 Juha Tuomala <tuju(a)iki.fi> 1.4.2-1
- Initial RPM creation.
Index: sources
===================================================================
RCS file: /cvs/free/rpms/yle-dl/F-18/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 20 Aug 2012 19:02:04 -0000 1.1
+++ sources 23 Oct 2012 16:23:01 -0000 1.2
@@ -0,0 +1 @@
+40a009684699a32e0515aaf1745a96a7 yle-dl-2.0.1.tar.gz
12 years, 1 month
rpms/yle-dl/F-17 sources,1.1,1.2
by Juha Tuomala
Author: tuju
Update of /cvs/free/rpms/yle-dl/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv2919
Modified Files:
sources
Log Message:
Add sources.
Index: sources
===================================================================
RCS file: /cvs/free/rpms/yle-dl/F-17/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 20 Aug 2012 19:02:04 -0000 1.1
+++ sources 23 Oct 2012 16:05:17 -0000 1.2
@@ -0,0 +1 @@
+40a009684699a32e0515aaf1745a96a7 yle-dl-2.0.1.tar.gz
12 years, 1 month
rpms/yle-dl/F-17 yle-dl.spec,NONE,1.1
by Juha Tuomala
Author: tuju
Update of /cvs/free/rpms/yle-dl/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv2267
Added Files:
yle-dl.spec
Log Message:
Add spec.
--- NEW FILE yle-dl.spec ---
Name: yle-dl
Version: 2.0.1
Release: 3%{?dist}
License: GPLv2
Summary: Command-line tool to download videos from Finnish broadcasting company
Group: Applications/Multimedia
Url: http://users.tkk.fi/~aajanki/rtmpdump-yle/
Source0: http://users.tkk.fi/~aajanki/rtmpdump-yle/%{name}-%{version}.tar.gz
BuildRequires: openssl-devel, json-c-devel, python-devel
Requires: rtmpdump, python-crypto
BuildArch: noarch
%description
yle-dl is a command-line program for downloading media files
from the two video streaming services of the Finnish national
broadcasting company YLE: Yle Areena (http://areena.yle.fi/),
and Elävä Arkisto (http://www.yle.fi/elavaarkisto/).
It is an extension of RTMPDump (http://rtmpdump.mplayerhq.hu/),
which is based on XBMC RTMP code used in RTMPDumper by team
boxee.
%prep
%setup -q -n %{name}-%{version}
%install
rm -rf %{buildroot}
mkdir -p %{buildroot}/%{_docdir}
mkdir -p %{buildroot}/%{_datadir}/%{name}
make DESTDIR=%{buildroot} prefix=%{_usr} install
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root)
%doc ChangeLog COPYING README README.fi
%{_bindir}/yle-dl
%{_datadir}/%{name}
%changelog
* Sun Aug 08 2012 Juha Tuomala <tuju(a)iki.fi> 2.0.1-3
- Minor pkg cleanups.
* Sun Aug 08 2012 Juha Tuomala <tuju(a)iki.fi> 2.0.1-2
- update to 2.0.1
* Sat Jun 4 2011 Juha Tuomala <tuju(a)iki.fi> 1.4.2-1
- Initial RPM creation.
12 years, 1 month
rpms/wl-kmod/F-17 wl-kmod.spec,1.95,1.96
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/wl-kmod/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv1658
Modified Files:
wl-kmod.spec
Log Message:
* Tue Oct 23 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 5.100.82.112-6.1
- Rebuilt for updated kernel
Index: wl-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/wl-kmod/F-17/wl-kmod.spec,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- wl-kmod.spec 20 Oct 2012 16:00:59 -0000 1.95
+++ wl-kmod.spec 23 Oct 2012 15:42:54 -0000 1.96
@@ -3,11 +3,11 @@
# "buildforkernels newest" macro for just that build; immediately after
# queuing that build enable the macro again for subsequent builds; that way
# a new akmod package will only get build when a new one is actually needed
-%define buildforkernels current
+%define buildforkernels newest
Name: wl-kmod
Version: 5.100.82.112
-Release: 6%{?dist}
+Release: 6%{?dist}.1
Summary: Kernel module for Broadcom wireless devices
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -93,6 +93,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Tue Oct 23 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 5.100.82.112-6.1
+- Rebuilt for updated kernel
+
* Sat Oct 20 2012 Nicolas Vieville <nicolas.vieville(a)univ-valenciennes.fr> - 5.100.82.112-6
- Added patch to include semaphore.h in wl_iw.h
- Added patch from Archlinux to disable too many "ERROR @wl_cfg80211_get_station..." messages
12 years, 1 month
rpms/nvidia-kmod/F-17 nvidia-kmod.spec,1.136,1.137
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-kmod/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv1523
Modified Files:
nvidia-kmod.spec
Log Message:
* Tue Oct 23 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1:304.51-1.2
- Rebuilt for updated kernel
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-17/nvidia-kmod.spec,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -r1.136 -r1.137
--- nvidia-kmod.spec 18 Oct 2012 18:42:38 -0000 1.136
+++ nvidia-kmod.spec 23 Oct 2012 15:42:43 -0000 1.137
@@ -9,7 +9,7 @@
Epoch: 1
Version: 304.51
# Taken over by kmodtool
-Release: 1%{?dist}.1
+Release: 1%{?dist}.2
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -77,6 +77,9 @@
%changelog
+* Tue Oct 23 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1:304.51-1.2
+- Rebuilt for updated kernel
+
* Thu Oct 18 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1:304.51-1.1
- Rebuilt for updated kernel
12 years, 1 month
rpms/nvidia-96xx-kmod/F-17 nvidia-96xx-kmod.spec,1.41,1.42
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-96xx-kmod/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv1394
Modified Files:
nvidia-96xx-kmod.spec
Log Message:
* Tue Oct 23 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 96.43.23-1.7
- Rebuilt for updated kernel
Index: nvidia-96xx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-96xx-kmod/F-17/nvidia-96xx-kmod.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- nvidia-96xx-kmod.spec 18 Oct 2012 18:42:27 -0000 1.41
+++ nvidia-96xx-kmod.spec 23 Oct 2012 15:42:32 -0000 1.42
@@ -7,7 +7,7 @@
Name: nvidia-96xx-kmod
Version: 96.43.23
-Release: 1%{?dist}.6
+Release: 1%{?dist}.7
# Taken over by kmodtool
Summary: NVIDIA 96xx display driver kernel module
Group: System Environment/Kernel
@@ -91,6 +91,9 @@
%changelog
+* Tue Oct 23 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 96.43.23-1.7
+- Rebuilt for updated kernel
+
* Thu Oct 18 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 96.43.23-1.6
- Rebuilt for updated kernel
12 years, 1 month
rpms/nvidia-173xx-kmod/F-17 nvidia-173xx-kmod.spec,1.70,1.71
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-173xx-kmod/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv1265
Modified Files:
nvidia-173xx-kmod.spec
Log Message:
* Tue Oct 23 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.35-2.5
- Rebuilt for updated kernel
Index: nvidia-173xx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-173xx-kmod/F-17/nvidia-173xx-kmod.spec,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- nvidia-173xx-kmod.spec 18 Oct 2012 18:42:15 -0000 1.70
+++ nvidia-173xx-kmod.spec 23 Oct 2012 15:42:20 -0000 1.71
@@ -8,7 +8,7 @@
Name: nvidia-173xx-kmod
Version: 173.14.35
# Taken over by kmodtool
-Release: 2%{?dist}.4
+Release: 2%{?dist}.5
Summary: NVIDIA 173xx display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -95,6 +95,9 @@
%changelog
+* Tue Oct 23 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.35-2.5
+- Rebuilt for updated kernel
+
* Thu Oct 18 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.35-2.4
- Rebuilt for updated kernel
12 years, 1 month