rpms/madwimax/devel import.log, NONE, 1.1 madwimax.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Alexey Torkhov atorkhov at fedoraproject.org
Thu Oct 8 16:18:43 UTC 2009


Author: atorkhov

Update of /cvs/pkgs/rpms/madwimax/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1049/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log madwimax.spec 
Log Message:
import



--- NEW FILE import.log ---
madwimax-0_1_1-2_local12:HEAD:madwimax-0.1.1-2.local12.src.rpm:1255018679


--- NEW FILE madwimax.spec ---
Name:           madwimax
Version:        0.1.1
Release:        2%{?dist}
Summary:        Driver for mobile WiMAX devices based on Samsung CMC-730 chip

Group:          System Environment/Base
License:        GPLv2+
URL:            http://code.google.com/p/madwimax/
Source0:        http://madwimax.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

BuildRequires:  libusb1-devel asciidoc docbook2X udev
Requires:       udev dhclient

%description
madWiMAX is a reverse-engineered Linux driver for mobile WiMAX (802.16e)
devices based on Samsung CMC-730 chip. These devices are currently supported:

    * Samsung SWC-U200
    * Samsung SWC-E100
    * Samsung SWM-S10R (built in Samsung NC-10 netbook)


%prep
%setup -q


%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

mv $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/z60_madwimax.rules \
    $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/60-madwimax.rules


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README THANKS
%{_sbindir}/%{name}
%{_mandir}/man8/%{name}.8*

# These are not %config, but scripts
%{_sysconfdir}/%{name}
%{_sysconfdir}/udev/rules.d/*


%changelog
* Tue Oct 06 2009 Alexey Torkhov <atorkhov at gmail.com> - 0.1.1-2
- Rename udev rules.
- Shorten description lines.

* Wed Sep 23 2009 Alexey Torkhov <atorkhov at gmail.com> - 0.1.1-1
- Initial packaging.




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/madwimax/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	6 Oct 2009 17:29:25 -0000	1.1
+++ .cvsignore	8 Oct 2009 16:18:43 -0000	1.2
@@ -0,0 +1 @@
+madwimax-0.1.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/madwimax/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	6 Oct 2009 17:29:25 -0000	1.1
+++ sources	8 Oct 2009 16:18:43 -0000	1.2
@@ -0,0 +1 @@
+4ebd2d74e887e6f9d6f23067a4ad8272  madwimax-0.1.1.tar.gz




More information about the fedora-extras-commits mailing list