[meego-commits] 23627: New package devel:devices:n900:n950/libwl1271-bin
Tommi Keisala
no_reply at build.meego.com
Fri Aug 12 10:36:46 UTC 2011
Hi,
Adding new package libwl1271-bin in project devel:devices:n900:n950. Please review and accept ASAP.
Justification for this new package:
Thank You,
Tommi Keisala
[This message was auto-generated]
---
Request #23627:
submit: home:tkeisala:n950/libwl1271-bin(r1)(update) -> devel:devices:n900:n950/libwl1271-bin
Message:
None
State: new 2011-08-12T03:36:39 tkeisala
Comment: None
This is a NEW package in devel:devices:n900:n950 project.
The files in the new package:
libwl1271-bin/
|__ libwl1271-bin-0.42-armv7hl.tar.bz2
|__ libwl1271-bin.changes
|__ libwl1271-bin.spec
|__ libwl1271-bin.yaml
|__ license.txt
The content of the YAML file, libwl1271-bin.yaml:
===================================================================
Name: libwl1271-bin
Summary: Shared library for wl1271
Version: 0.42
Release: 0
Group: Communications/Connectivity Adaptation
License: Nokia Proprietary
Sources:
- "%{name}-%{version}-%{_target_cpu}.tar.bz2"
- "license.txt"
Description: Libwl1271 is the user space library for TI wl1271 WLAN chipset.
ExclusiveArch: "%arm"
SetupOptions: "-q -n %{name}-%{version}-%{_target_cpu}"
Configure: none
Builder: none
===================================================================
The content of the spec file, libwl1271-bin.spec:
===================================================================
#
# Do NOT Edit the Auto-generated Part!
# Generated by: spectacle version 0.22
#
# >> macros
%define debug_package %{nil}
# << macros
Name: libwl1271-bin
Summary: Shared library for wl1271
Version: 0.42
Release: 0
Group: Communications/Connectivity Adaptation
License: Nokia Proprietary
ExclusiveArch: %arm
Source0: %{name}-%{version}-%{_target_cpu}.tar.bz2
Source1: license.txt
Source100: libwl1271-bin.yaml
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig
%description
Libwl1271 is the user space library for TI wl1271 WLAN chipset.
%prep
%setup -q -n %{name}-%{version}-%{_target_cpu}
# >> setup
# Copy license to build dir
cp %{SOURCE1} .
# << setup
%build
# >> build pre
# << build pre
# >> build post
# << build post
%install
rm -rf %{buildroot}
# >> install pre
# << install pre
# >> install post
install -d $RPM_BUILD_ROOT
cp -ax ./usr $RPM_BUILD_ROOT
# << install post
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root,-)
# >> files
%{_libdir}/*.so.*
%doc license.txt
# << files
===================================================================
More information about the MeeGo-commits
mailing list