[VirtualBox-kmod/el7] Reenable build of pre-built kmod on el7
by Sérgio M. Basto
commit 7292acd7b72ce7687ca03010650c4d98d9618f6b
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed May 16 02:38:31 2018 +0100
Reenable build of pre-built kmod on el7
VirtualBox-kmod.spec | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/VirtualBox-kmod.spec b/VirtualBox-kmod.spec
index 070cac5..970aeb9 100644
--- a/VirtualBox-kmod.spec
+++ b/VirtualBox-kmod.spec
@@ -18,10 +18,10 @@
# "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
-#if 0%{?fedora}
+%if 0%{?fedora}
%global buildforkernels akmod
%global debug_package %{nil}
-#endif
+%endif
#akmods still generate debuginfo but have the wrong name:
#/var/cache/akmods/VirtualBox/VirtualBox-kmod-debuginfo-5.0.4-1.fc21.x86_64.rpm
#/var/cache/akmods/VirtualBox/kmod-VirtualBox-4.1.8-100.fc21.x86_64-5.0.4-1.fc21.x86_64.rpm
@@ -41,7 +41,7 @@
Name: VirtualBox-kmod
Version: 5.2.12
#Release: 1%%{?prerel:.%%{prerel}}%%{?dist}
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Kernel module for VirtualBox
Group: System Environment/Kernel
@@ -140,6 +140,9 @@ DIRS=$(ls %{name}-%{version} |wc -l)
%changelog
+* Wed May 16 2018 Sérgio Basto <sergio(a)serjux.com> - 5.2.12-3
+- Reenable build of pre-built kmod on el7
+
* Sat May 12 2018 Sérgio Basto <sergio(a)serjux.com> - 5.2.12-2
- Fix a double bug
- Just build akmods for el7
6 years, 6 months
[buildsys-build-rpmfusion/el7] rebuild for kernel 3.10.0-862.el7
by Nicolas Chauvet
commit 5cb8ededf03dbc213d3605d89c3bb8ad76d36f19
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue May 15 17:44:27 2018 +0200
rebuild for kernel 3.10.0-862.el7
buildsys-build-rpmfusion-kerneldevpkgs-current | 8 ++++----
buildsys-build-rpmfusion.spec | 5 ++++-
2 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/buildsys-build-rpmfusion-kerneldevpkgs-current b/buildsys-build-rpmfusion-kerneldevpkgs-current
index 374d0db..3f79ee4 100644
--- a/buildsys-build-rpmfusion-kerneldevpkgs-current
+++ b/buildsys-build-rpmfusion-kerneldevpkgs-current
@@ -1,4 +1,4 @@
-3.10.0-693.el7
-3.10.0-693.el7smp
-3.10.0-693.el7PAE
-3.10.0-693.el7lpae
+3.10.0-862.el7
+3.10.0-862.el7smp
+3.10.0-862.el7PAE
+3.10.0-862.el7lpae
diff --git a/buildsys-build-rpmfusion.spec b/buildsys-build-rpmfusion.spec
index 441d2f5..828659e 100644
--- a/buildsys-build-rpmfusion.spec
+++ b/buildsys-build-rpmfusion.spec
@@ -3,7 +3,7 @@
Name: buildsys-build-%{repo}
Epoch: 11
Version: 20
-Release: 104
+Release: 105
Summary: Tools and files used by the %{repo} buildsys
Group: Development/Tools
@@ -92,6 +92,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Tue May 15 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 11:20-105
+- rebuild for kernel 3.10.0-862.el7
+
* Sat Jan 13 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 11:20-104
- Rebuilt for multilibs
6 years, 6 months
[buildsys-build-rpmfusion/el7] Enforce building as multilibs
by Nicolas Chauvet
commit 4f4b6ae036d61fb3898669935eef75610f3a06b7
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue May 15 17:43:58 2018 +0200
Enforce building as multilibs
update-to-latest-kernels.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/update-to-latest-kernels.sh b/update-to-latest-kernels.sh
index d1ec4a4..44730d5 100755
--- a/update-to-latest-kernels.sh
+++ b/update-to-latest-kernels.sh
@@ -28,4 +28,4 @@ fedpkg clog; git commit -F clog -a
rm clog
rfpkg push
branch=$(git rev-parse --abbrev-ref HEAD)
-rfpkg build --target ${branch}-free
+rfpkg build --target ${branch}-free-multilibs
6 years, 6 months
[libdca/f28] Update to 0.0.6 release
by Leigh Scott
Summary of changes:
424d76e... Update to 0.0.6 release (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 6 months
[libdca] Update to 0.0.6 release
by Leigh Scott
commit 424d76e1e8e4ae6b94687699cd437511f405158e
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Tue May 15 16:40:08 2018 +0100
Update to 0.0.6 release
.gitignore | 1 +
libdca-0.0.5-relsymlinks.patch | 53 ----------------------------
libdca-0.0.5-strict-aliasing.patch | 71 --------------------------------------
libdca.spec | 39 +++++++++------------
sources | 2 +-
5 files changed, 19 insertions(+), 147 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c14ecf6..d3a0fcf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
libdca-0.0.5.tar.bz2
+/libdca-0.0.6.tar.bz2
diff --git a/libdca.spec b/libdca.spec
index 48654e2..76d51d3 100644
--- a/libdca.spec
+++ b/libdca.spec
@@ -1,13 +1,10 @@
Summary: DTS Coherent Acoustics decoder library
Name: libdca
-Version: 0.0.5
-Release: 12%{?dist}
-URL: http://www.videolan.org/developers/libdca.html
-Group: System Environment/Libraries
-Source: http://download.videolan.org/pub/videolan/libdca/0.0.5/%{name}-%{version}...
-Patch0: libdca-0.0.5-relsymlinks.patch
-Patch1: libdca-0.0.5-strict-aliasing.patch
+Version: 0.0.6
+Release: 1%{?dist}
License: GPLv2+
+URL: http://www.videolan.org/developers/libdca.html
+Source: http://download.videolan.org/pub/videolan/%{name}/%{version}/%{name}-%{ve...
%description
libdca is a free library for decoding DTS Coherent Acoustics streams. It is
@@ -17,11 +14,7 @@ radio broadcasting.
%package devel
Summary: Development files for %{name}
-Group: Development/Libraries
-Obsoletes: libdts-devel < 0.0.2-2
-Provides: libdts-devel = 0.0.2-2
-Requires: %{name} = %{version}-%{release}
-Requires: pkgconfig
+Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
Development files for %{name}.
@@ -31,15 +24,13 @@ applications that use %{name}.
%package tools
Summary: Various tools for use with %{name}
-Group: Applications/Multimedia
%description tools
Various tools that use %{name}.
%prep
%setup -q
-%patch0 -p1 -b .relsymlinks
-%patch1 -p1 -b .aliasing
+
iconv -f ISO8859-1 -t UTF-8 AUTHORS > tmp; mv tmp AUTHORS
%build
@@ -47,19 +38,20 @@ iconv -f ISO8859-1 -t UTF-8 AUTHORS > tmp; mv tmp AUTHORS
# Get rid of the /usr/lib64 RPATH on 64bit (as of 0.0.5)
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
-# Force PIC as applications fail to recompile against the lib on x86_64 without
-%{__make} %{?_smp_mflags} OPT_CFLAGS="$RPM_OPT_FLAGS -fPIC" LIBS="-lm"
+
+%{make_build}
%install
-make DESTDIR=$RPM_BUILD_ROOT install INSTALL="install -p"
-rm $RPM_BUILD_ROOT%{_libdir}/%{name}.la
+%{make_install}
-%post -p /sbin/ldconfig
+#Remove libtool archives.
+find $RPM_BUILD_ROOT -name '*.la' -or -name '*.a' | xargs rm -f
-%postun -p /sbin/ldconfig
+%ldconfig_scriptlets
%files
-%doc AUTHORS COPYING ChangeLog NEWS README
+%doc AUTHORS ChangeLog NEWS README
+%license COPYING
%{_libdir}/%{name}.so.*
%files tools
@@ -73,6 +65,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/%{name}.la
%{_libdir}/%{name}.so
%changelog
+* Tue May 15 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 0.0.6-1
+- Update to 0.0.6 release
+
* Thu Mar 01 2018 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> - 0.0.5-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
diff --git a/sources b/sources
index d9f5806..be4ca4c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dab6b2795c66a82a6fcd4f8343343021 libdca-0.0.5.tar.bz2
+eb65623c2b9b4417aada8013760b090a libdca-0.0.6.tar.bz2
6 years, 6 months
[mednafen] Switched to %autosetup Moved COPYING from %doc to %license
by Julian Sikorski
commit 657360418d93dbfa101cf22150914aef6df28a67
Author: Julian Sikorski <belegdol(a)fedoraproject.org>
Date: Mon May 7 20:41:42 2018 +0200
Switched to %autosetup
Moved COPYING from %doc to %license
mednafen.spec | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/mednafen.spec b/mednafen.spec
index 7018877..4b8b531 100644
--- a/mednafen.spec
+++ b/mednafen.spec
@@ -55,7 +55,7 @@ to most people.
%prep
-%setup -q -n %{name}
+%autosetup -n %{name}
# Permission cleanup
find \( -name \*.c\* -or -name \*.h\* -or -name \*.inc \) -exec chmod -x {} \;
@@ -88,8 +88,9 @@ rm -rf Documentation/*.def Documentation/*.php Documentation/generate.sh \
%files -f %{name}.lang
+%license COPYING
+%doc ChangeLog TODO Documentation/*
%{_bindir}/%{name}
-%doc ChangeLog COPYING TODO Documentation/*
%changelog
6 years, 6 months