Browse Source

* alsa-firmware
- rebuild
- define the _binaries_in_noarch_packages_terminate_build macro to 0,
as these are arch-dependent but binary files
* alsa-utils
- rebuild


git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3813 ec354946-7b23-47d6-9f5a-488ba84defc7

shaolin 13 years ago
parent
commit
60263c3e33
2 changed files with 15 additions and 2 deletions
  1. 11 1
      a/alsa-firmware/alsa-firmware-vl.spec
  2. 4 1
      a/alsa-utils/alsa-utils-vl.spec

+ 11 - 1
a/alsa-firmware/alsa-firmware-vl.spec

@@ -1,8 +1,12 @@
+# This is a firmware package, so binaries (which are not run on the host)
+# in the end package are expected.
+%define _binaries_in_noarch_packages_terminate_build   0
+
 Summary:        Firmware for several ALSA-supported sound cards
 Summary(ja):    ALSA がサポートするサウンドカード用のファームウェア
 Name:           alsa-firmware
 Version:        1.0.23
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 # See later in the spec for a breakdown of licensing
 License:        GPL+ and BSD and GPLv2+ and GPLv2 and LGPLv2+
 Group:          Applications/Multimedia
@@ -206,6 +210,12 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun May 08 2011 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.0.23-2
+- rebuild
+- define the _binaries_in_noarch_packages_terminate_build macro to 0,
+  as these files are arch-dependent but binary files
+
+
 * Fri May 28 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.0.23-1
 - new upstream release
 

+ 4 - 1
a/alsa-utils/alsa-utils-vl.spec

@@ -4,7 +4,7 @@ Summary: Advanced Linux Sound Architecture (ALSA) Utils
 Summary(ja): Advanced Linux Sound Architecture (ALSA) ユーティリティ集
 Name: alsa-utils
 Version: 1.0.23
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: GPL
 Group: Applications/Multimedia
 URL: http://www.alsa-project.org
@@ -116,6 +116,9 @@ exit 0
 %ghost /etc/asound.state
 
 %changelog
+* Sun May 08 2011 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.0.23-2
+- rebuild
+
 * Fri May 28 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.0.23-1
 - new upstream release