Accepting request 26206 from network

Copy from network/rt2860 based on submit request 26206 from user msmeissn

OBS-URL: https://build.opensuse.org/request/show/26206
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rt2860?expand=0&rev=3
This commit is contained in:
OBS User autobuild 2009-12-11 16:03:59 +00:00 committed by Git OBS Bridge
parent 5fa2cea307
commit ace449ba95
2 changed files with 12 additions and 16 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Dec 10 17:11:06 CET 2009 - meissner@suse.de
- moved firmware to the right place bnc#554504
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Nov 7 12:13:00 CET 2008 - meissner@suse.de Fri Nov 7 12:13:00 CET 2008 - meissner@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package rt2860 (Version 1.8.0.0) # spec file for package rt2860 (Version 1.8.0.0)
# #
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -21,10 +21,10 @@
Name: rt2860 Name: rt2860
Version: 1.8.0.0 Version: 1.8.0.0
Release: 2 Release: 3
Summary: Userspace configuration files for rt2860 driver Summary: Userspace configuration files for rt2860 driver
Group: Hardware/Wifi Group: Hardware/Wifi
License: GPL v2 or later License: GPLv2+
Url: http://www.ralinktech.com/ralink/Home/Support/Linux.html Url: http://www.ralinktech.com/ralink/Home/Support/Linux.html
Source0: http://www.ralinktech.com.tw/data/drivers/%{SourceDir}.tar.bz2 Source0: http://www.ralinktech.com.tw/data/drivers/%{SourceDir}.tar.bz2
Source1: http://www.ralinktech.com.tw/data/drivers/ReleaseNote-RT2860.txt Source1: http://www.ralinktech.com.tw/data/drivers/ReleaseNote-RT2860.txt
@ -58,8 +58,8 @@ sed -i 's/\r//' README_STA
echo "Nothing to build" echo "Nothing to build"
%install %install
install -dm 755 $RPM_BUILD_ROOT/%{_sysconfdir}/Wireless install -dm 755 $RPM_BUILD_ROOT/%{_sysconfdir}/Wireless/RT2860STA
install -p -m 0644 RT2860STA.dat $RPM_BUILD_ROOT/%{_sysconfdir}/Wireless/ install -p -m 0644 RT2860STA.dat $RPM_BUILD_ROOT/%{_sysconfdir}/Wireless/RT2860STA
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -68,16 +68,7 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc ReleaseNotes README_STA iwpriv_usage.txt %doc ReleaseNotes README_STA iwpriv_usage.txt
%dir %{_sysconfdir}/Wireless %dir %{_sysconfdir}/Wireless
%config(noreplace) %{_sysconfdir}/Wireless/RT2860STA.dat %dir %{_sysconfdir}/Wireless/RT2860STA
%config(noreplace) %{_sysconfdir}/Wireless/RT2860STA/RT2860STA.dat
%changelog %changelog
* Fri Nov 07 2008 meissner@suse.de
- imported from opensuse buildservice, reviewed
- added supplements: for the modaliases, so it gets installed.
* Tue Oct 21 2008 claes.backstrom@fsfe.org
- New upstream version 1.8.0.0
- Add Release Notes document
* Sun Oct 05 2008 claes.backstrom@fsfe.org
- Changed name to rt2860-common
* Sat Oct 04 2008 claes.backstrom@fsfe.org
- Initial Package