openwince-devel/openwince-devel.spec

49 lines
1.4 KiB
RPMSpec

Name: openwince-devel
Version: 0.4.2
Release: 3mamba
Summary: a collection of the useful independent include files for C/Assembler developers
Group: Development/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://openwince.sourceforge.net/include/
Source: http://downloads.sourceforge.net/sourceforge/openwince/include-%{version}.tar.bz2
Patch0: openwince-0.4.2-detectflash.patch
Patch1: openwince-0.4.2-pxabuswidth_header.patch
License: BSD
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
This is a collection of the useful independent include files for C/Assembler developers. Released under BSD-style license.
%prep
%setup -n include-%{version} -q
%patch1 -p1
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%dir %{_includedir}/openwince
%{_includedir}/openwince/*
%doc AUTHORS COPYING ChangeLog NEWS README
%changelog
* Thu Sep 05 2013 Automatic Build System <autodist@mambasoft.it> 0.4.2-3mamba
- automatic rebuild by autodist
* Tue Jan 16 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.2-2qilnx
- rebuilt
* Wed Aug 23 2006 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.2-1qilnx
- package created by autospec