Mass letter "a" update, one or more apply :
- Drop epoch: 0 - Remove %{epoch} requirements in sub-packages - Remove trailing white spaces - Keep consistent between spaces and tabs
This commit is contained in:
parent
adc2261613
commit
392fc1f970
@ -2,7 +2,6 @@ Summary: Firmware for several ALSA-Supported soundcards
|
|||||||
Name: alsa-firmware
|
Name: alsa-firmware
|
||||||
Version: 1.0.4
|
Version: 1.0.4
|
||||||
Release: 1.1
|
Release: 1.1
|
||||||
Epoch: 0
|
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
URL: http://www.alsa-project.org/
|
URL: http://www.alsa-project.org/
|
||||||
@ -10,14 +9,12 @@ Source0: %{name}-%{version}.tar.bz2
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
Requires: alsa-tools-firmware >= 0:1.0.4
|
Requires: alsa-tools-firmware >= 0:1.0.4
|
||||||
|
|
||||||
# -----------------------------------------------------------------------------
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains the firmware binaries for each ALSA-loader program
|
This package contains the firmware binaries for each ALSA-loader program
|
||||||
included in alsa-tools package.
|
included in alsa-tools package.
|
||||||
|
|
||||||
|
|
||||||
# -----------------------------------------------------------------------------
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
echo "
|
echo "
|
||||||
@ -26,9 +23,8 @@ Hasn't been built nor updated since FC1.
|
|||||||
Needs decision on whether to drop it.
|
Needs decision on whether to drop it.
|
||||||
--------------------------------------------------------------" > /dev/null
|
--------------------------------------------------------------" > /dev/null
|
||||||
exit 1
|
exit 1
|
||||||
%setup -q -n %{name}-%{version}
|
%setup -q
|
||||||
|
|
||||||
# -----------------------------------------------------------------------------
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -38,25 +34,21 @@ do
|
|||||||
mv ${i}/README README.${i}
|
mv ${i}/README README.${i}
|
||||||
done
|
done
|
||||||
|
|
||||||
# -----------------------------------------------------------------------------
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
# -----------------------------------------------------------------------------
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
%{__rm} -rf $RPM_BUILD_ROOT
|
%{__rm} -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
# -----------------------------------------------------------------------------
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING README README.hdsploader README.mixartloader README.usx2yloader README.vxloader
|
%doc COPYING README README.hdsploader README.mixartloader README.usx2yloader README.vxloader
|
||||||
%{_datadir}/alsa/firmware
|
%{_datadir}/alsa/firmware
|
||||||
|
|
||||||
# -----------------------------------------------------------------------------
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sat Apr 03 2004 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 0:1.0.4-0.fdr.1
|
* Sat Apr 03 2004 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 0:1.0.4-0.fdr.1
|
||||||
|
Loading…
Reference in New Issue
Block a user