[nvidia-modprobe] Update to 435.17 beta
by Leigh Scott
commit e9af292bf7696e756ad966c410d81b7168a86f77
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Wed Aug 14 00:44:04 2019 +0100
Update to 435.17 beta
.gitignore | 1 +
nvidia-modprobe.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 01aa887..410df9b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,4 @@ nvidia-modprobe-*.tar.gz
/nvidia-modprobe-430.26.tar.bz2
/nvidia-modprobe-430.34.tar.bz2
/nvidia-modprobe-430.40.tar.bz2
+/nvidia-modprobe-435.17.tar.bz2
diff --git a/nvidia-modprobe.spec b/nvidia-modprobe.spec
index 102eb0e..832fddc 100644
--- a/nvidia-modprobe.spec
+++ b/nvidia-modprobe.spec
@@ -1,7 +1,7 @@
Name: nvidia-modprobe
Epoch: 3
-Version: 430.40
-Release: 2%{?dist}
+Version: 435.17
+Release: 1%{?dist}
Summary: Load the NVIDIA kernel module and create NVIDIA character device files
License: MIT and GPLv2+
@@ -42,6 +42,9 @@ chmod -x %{buildroot}%{_mandir}/man1/nvidia-modprobe.1.*
%changelog
+* Tue Aug 13 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 3:435.17-1
+- Update to 435.17 beta
+
* Sat Aug 10 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 3:430.40-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
diff --git a/sources b/sources
index 5821254..76ee061 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f636a5b4576236e1ac1fe8b2a02bff08 nvidia-modprobe-430.40.tar.bz2
+f1cab964f167acdd8fa10598339fc049 nvidia-modprobe-435.17.tar.bz2
5 years, 3 months
[nvidia-kmod] Update to 435.17 beta
by Leigh Scott
commit 951c983271aa58789bc4c2b2f47790800e896716
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Wed Aug 14 00:41:30 2019 +0100
Update to 435.17 beta
nvidia-kmod.spec | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/nvidia-kmod.spec b/nvidia-kmod.spec
index 5b2189d..a0a10a4 100644
--- a/nvidia-kmod.spec
+++ b/nvidia-kmod.spec
@@ -10,9 +10,9 @@
Name: nvidia-kmod
Epoch: 3
-Version: 430.40
+Version: 435.17
# Taken over by kmodtool
-Release: 2%{?dist}
+Release: 1%{?dist}
Summary: NVIDIA display driver kernel module
License: Redistributable, no modification permitted
URL: http://www.nvidia.com/
@@ -68,11 +68,14 @@ done
%changelog
+* Tue Aug 13 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 3:435.17-1
+- Update to 435.17 beta
+
* Sat Aug 10 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 3:430.40-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Mon Jul 29 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 3:430.40-1
-- Update to 430.40 release
+- Update to 430.40 releasenvidia-kmod
* Mon Jul 15 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 3:430.34-1
- Update to 430.34 release
5 years, 3 months
[xorg-x11-drv-nvidia] fix file rename and remove f25 conditional
by Leigh Scott
commit 4c53fb7875a6ececb90e5bffd326f80361b63d1f
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Tue Aug 13 22:46:06 2019 +0100
fix file rename and remove f25 conditional
xorg-x11-drv-nvidia.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/xorg-x11-drv-nvidia.spec b/xorg-x11-drv-nvidia.spec
index 4628c85..fd8cde2 100644
--- a/xorg-x11-drv-nvidia.spec
+++ b/xorg-x11-drv-nvidia.spec
@@ -240,9 +240,9 @@ popd
%endif
# Vulkan config
-sed -i -e 's|__NV_VK_ICD__|libGLX_nvidia.so.0|' nvidia_icd.json.template
+sed -i -e 's|__NV_VK_ICD__|libGLX_nvidia.so.0|' nvidia_icd.json
install -m 0755 -d %{buildroot}%{_datadir}/vulkan/icd.d/
-install -p -m 0644 nvidia_icd.json.template %{buildroot}%{_datadir}/vulkan/icd.d/nvidia_icd.%{_target_cpu}.json
+install -p -m 0644 nvidia_icd.json %{buildroot}%{_datadir}/vulkan/icd.d/nvidia_icd.%{_target_cpu}.json
%ifarch x86_64
# X DDX driver and GLX extension
@@ -318,7 +318,7 @@ cat > %{buildroot}%{rpmmacrodir}/macros.%{name}-kmodsrc<< EOF
%nvidia_kmodsrc_version %{version}
EOF
-%if 0%{?fedora} >= 25
+%if 0%{?fedora}
# install AppData and add modalias provides
mkdir -p %{buildroot}%{_datadir}/appdata/
install -pm 0644 %{SOURCE8} %{buildroot}%{_datadir}/appdata/
5 years, 3 months
[xorg-x11-drv-nvidia] Update to 435.17 beta
by Leigh Scott
commit 3f23095af05335e07a1a2a6c2cc8b3c626feb12d
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Tue Aug 13 22:33:32 2019 +0100
Update to 435.17 beta
sources | 2 +-
xorg-x11-drv-nvidia.spec | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/sources b/sources
index a781b84..2663e54 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3a1d7e988d5cb03669aa93ec3fea74ba NVIDIA-Linux-x86_64-430.40.run
+e9dffca7bd1b4eda264487d26c337367 NVIDIA-Linux-x86_64-435.17.run
diff --git a/xorg-x11-drv-nvidia.spec b/xorg-x11-drv-nvidia.spec
index 5fbc70d..4628c85 100644
--- a/xorg-x11-drv-nvidia.spec
+++ b/xorg-x11-drv-nvidia.spec
@@ -19,7 +19,7 @@
Name: xorg-x11-drv-nvidia
Epoch: 3
-Version: 430.40
+Version: 435.17
Release: 1%{?dist}
Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards
@@ -496,6 +496,9 @@ fi ||:
%{_libdir}/libnvidia-encode.so
%changelog
+* Tue Aug 13 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 3:435.17-1
+- Update to 435.17 beta
+
* Mon Jul 29 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 3:430.40-1
- Update to 430.40 release
5 years, 3 months
[amap] Fix openssl not found on x86_64
by Leigh Scott
commit e31e714fb35355d127e7f4fc1ff0dbaefa09eb43
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Aug 13 21:53:29 2019 +0100
Fix openssl not found on x86_64
amap-openssl.patch | 12 ++++++++++++
amap.spec | 32 ++++++++++++++++++--------------
2 files changed, 30 insertions(+), 14 deletions(-)
---
diff --git a/amap-openssl.patch b/amap-openssl.patch
new file mode 100644
index 0000000..88653f1
--- /dev/null
+++ b/amap-openssl.patch
@@ -0,0 +1,12 @@
+--- a/configure
++++ b/configure
+@@ -33,7 +33,7 @@
+ echo
+
+ echo "Checking for openssl ..."
+-for i in $LIBDIRS /lib /usr/lib /usr/local/lib /opt/local/lib \
++for i in $LIBDIRS /lib /usr/lib /usr/lib64 /usr/local/lib /opt/local/lib \
+ /*ssl /usr/*ssl /opt/*ssl /usr/local/*ssl /opt/local/*ssl \
+ /*ssl/lib /usr/*ssl/lib /opt/*ssl/lib /usr/local/*ssl/lib /opt/local/*ssl/lib .
+ do
+
diff --git a/amap.spec b/amap.spec
index b3c92b4..6b2249a 100644
--- a/amap.spec
+++ b/amap.spec
@@ -1,8 +1,7 @@
Name: amap
Version: 5.4
-Release: 10%{?dist}
+Release: 11%{?dist}
Summary: Network tool for application protocol detection
-Group: Applications/System
License: AMAP License
#License AMAP non-commercial rules added to GPLv2
URL: http://freeworld.thc.org/thc-amap/
@@ -14,8 +13,7 @@ Patch3: %{name}-new-homepage.patch
Patch4: %{name}-system-pcre.patch
Patch5: %{name}-optflags.patch
Patch6: %{name}-lnamap6.patch
-
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Patch7: %{name}-openssl.patch
BuildRequires: gcc
BuildRequires: openssl-devel
@@ -35,28 +33,34 @@ on the TCP/UDP port they are being bound to.
%patch4 -p1 -b .4pcre
%patch5 -p1 -b .5optflags
%patch6 -p1 -b .6lnamap6
+%patch7 -p1 -b .openssl
%build
#%%configure
./configure --prefix=%{_prefix} --libdir=%{_libdir}
-OPT="$RPM_OPT_FLAGS" make %{?_smp_mflags}
+%{make_build} OPT="$RPM_OPT_FLAGS"
%install
-rm -rf %{buildroot}
-make install DESTDIR=%{buildroot}
-
-%clean
-rm -rf %{buildroot}
+%{make_install}
%files
-%defattr(644,root,root,755)
-%doc CHANGES README TODO LICENCE.AMAP LICENSE.GNU
-%attr(755,root,root) %{_bindir}/*
+%doc CHANGES README TODO
+%license LICENCE.AMAP LICENSE.GNU
+%{_bindir}/*
%{_mandir}/man1/%{name}.1*
-%{_datadir}/%{name}
+%{_datadir}/%{name}/
%changelog
+* Tue Aug 13 2019 Leigh Scott <leigh123linux(a)gmail.com> - 5.4-11
+- Fix openssl not found on x86_64
+- Remove BuildRoot tag
+- Remove Group tag
+- Remove clean section
+- Remove defattr from files
+- Spec file clean up
+- Install license file correctly
+
* Sat Aug 10 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 5.4-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
5 years, 3 months
[libfame] Spec file clean up
by Leigh Scott
commit 4d8500f24fd74465331d1e881db7a381a4d1ad54
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Aug 13 20:46:52 2019 +0100
Spec file clean up
libfame.spec | 73 ++++++++++++++++++++++++++++++++++--------------------------
1 file changed, 41 insertions(+), 32 deletions(-)
---
diff --git a/libfame.spec b/libfame.spec
index cbaa1db..3abda8b 100644
--- a/libfame.spec
+++ b/libfame.spec
@@ -1,28 +1,29 @@
-Summary: Fast Assembly MPEG Encoding library
-Name: libfame
-Version: 0.9.1
-Release: 23%{?dist}
-License: LGPL
-Group: System Environment/Libraries
-Source0: http://download.sourceforge.net/fame/%{name}-%{version}.tar.gz
-Patch0: %{name}-aclocal18.patch
-Patch1: %{name}-config-rpath.patch
-Patch2: %{name}-gccver.patch
-Patch3: %{name}-nomarch.patch
-Patch4: http://www.linuxfromscratch.org/blfs/downloads/svn/libfame-0.9.1-gcc34-1....
-Patch5: libfame-0.9.1-fstrict-aliasing.patch
-Patch6: libfame-0.9.1-x86_64.patch
-URL: http://fame.sourceforge.net/
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
-BuildRequires: autoconf, automake, libtool
+Name: libfame
+Summary: Fast Assembly MPEG Encoding library
+Version: 0.9.1
+Release: 24%{?dist}
+License: LGPLv2+
+URL: http://fame.sourceforge.net/
+Source0: http://download.sourceforge.net/fame/%{name}-%{version}.tar.gz
+Patch0: %{name}-aclocal18.patch
+Patch1: %{name}-config-rpath.patch
+Patch2: %{name}-gccver.patch
+Patch3: %{name}-nomarch.patch
+# Patch from http://www.linuxfromscratch.org/blfs/downloads/svn/
+Patch4: %{name}-0.9.1-gcc34-1.patch
+Patch5: %{name}-0.9.1-fstrict-aliasing.patch
+Patch6: %{name}-0.9.1-x86_64.patch
+
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libtool
%description
FAME is a library for fast MPEG encoding.
%package devel
-Summary: Libraries and include to develop using FAME
-Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}
+Summary: Libraries and include to develop using FAME
+Requires: %{name}%{?isa} = %{version}-%{release}
%description devel
FAME is a library for fast MPEG encoding.
@@ -42,9 +43,9 @@ you can use to develop FAME applications.
# This is required since the included libtool stuff is too old and breaks
# linking (-lm and -lc functions not found!) on FC5 x86_64.
%{__rm} -f acinclude.m4 aclocal.m4
-%{__cp} -f /usr/share/aclocal/libtool.m4 libtool.m4
+%{__cp} -f %{_datadir}/aclocal/libtool.m4 libtool.m4
touch NEWS ChangeLog
-autoreconf --force --install
+autoreconf -fiv
# Fix lib stuff for lib64
%{__perl} -pi.orig -e 's|/lib"|/%{_lib}"|g' configure.in
@@ -58,35 +59,43 @@ autoreconf --force --install
%else
--disable-mmx
%endif
-make %{?_smp_flags}
+%{make_build}
%install
-rm -Rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
+%{make_install}
-%clean
-rm -Rf $RPM_BUILD_ROOT
+#Remove libtool archives.
+find %buildroot -name '*.la' -or -name '*.a' | xargs rm -f
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
-%defattr(-,root,root,-)
-%doc AUTHORS BUGS CHANGES COPYING README TODO
+%doc AUTHORS BUGS CHANGES README TODO
+%license COPYING
%{_libdir}/libfame*.so.*
%files devel
-%defattr(-,root,root,-)
-%exclude %{_libdir}/libfame.la
%{_bindir}/libfame-config
%{_includedir}/fame*.h
-%{_libdir}/libfame.a
%{_libdir}/libfame.so
%{_datadir}/aclocal/libfame.m4
%{_mandir}/man3/fame*.3*
%changelog
+* Tue Aug 13 2019 Leigh Scott <leigh123linux(a)gmail.com> - 0.9.1-24
+- Remove BuildRoot tag
+- Remove Group tag
+- Add isa to devel requires
+- Remove clean section
+- Remove defattr from files
+- Delete .a and .la files
+- Spec file clean up
+- Install license file correctly
+- Fix license type
+- Fix mixed use of tabs and whitespace
+
* Fri Aug 09 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 0.9.1-23
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
5 years, 3 months
[lives/f30] (3 commits) ...Prepare Autotools
by Antonio
Summary of changes:
6a599a0... Release 3.0.1 (*)
445c26b... Fix source directory (*)
fbc6161... Prepare Autotools (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 3 months
[lives] Prepare Autotools
by Antonio
commit fbc61616fc5dd67322add0e4b63258cb89e34374
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Tue Aug 13 19:41:42 2019 +0200
Prepare Autotools
lives.spec | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/lives.spec b/lives.spec
index 49a3cd8..90e7c7d 100644
--- a/lives.spec
+++ b/lives.spec
@@ -114,6 +114,9 @@ find . -type f -name "*.h" -exec chmod 0644 '{}' \;
find . -type f -name "*.txt" -exec chmod 0644 '{}' \;
find . -type f -name "*.c" -exec chmod 0644 '{}' \;
+# Prepare autotools
+./autogen.sh --verbose
+
%build
%configure --disable-silent-rules --enable-threads=posix --disable-rpath --enable-profiling --enable-doxygen --disable-libvisual \
%if %{without SDL2_projectM}
5 years, 3 months