You want to exclude static library or not? Also please file a bug and talks about the BMC# in changes file.
Peter > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of Inaky > Perez-Gonzalez > Sent: Friday, December 17, 2010 7:55 AM > To: [email protected] > Subject: [meego-commits] 10990: Changes to Trunk:Testing/wimax-tools > > Hi, > I have made the following changes to wimax-tools in project Trunk:Testing. > Please review and accept ASAP. > > Thank You, > Inaky Perez-Gonzalez > > [This message was auto-generated] > > --- > > Request #10990: > > submit: home:inaky:branches:Trunk:Testing/wimax-tools(r2)(cleanup) -> > Trunk:Testing/wimax-tools > > > Message: > * Thu Sep 30 2010 Inaky Perez-Gonzalez <[email protected]> > - 1.4.4 > Need new version of wimax-tools to be moved to Trunk:Testing from the > development branch home:inaky:branches:Trunk:Testing > > State: new 2010-12-16T15:55:04 inaky > Comment: None > > > > changes files: > -------------- > --- wimax-tools.changes > +++ wimax-tools.changes > @@ -0,0 +1,5 @@ > +* Thu Sep 30 2010 Inaky Perez-Gonzalez <[email protected]> - > 1.4.4 > +- Update to 1.4.4 (fixes build issues on ARM) > +- Fix RPM packaging to correct issues with *.la and *.a files > +- Make all-architecture > + > > old: > ---- > wimax-tools-1.4.2.1.tar.gz > > new: > ---- > wimax-tools-1.4.4.tar.gz > > spec files: > ----------- > --- wimax-tools.spec > +++ wimax-tools.spec > @@ -1,17 +1,17 @@ > # > # Do not Edit! Generated by: > -# spectacle version 0.15 > +# spectacle version 0.16 > # > # >> macros > # << macros > +%define keepstatic 1 > > Name: wimax-tools > Summary: WiMAX Low Level Tools > -Version: 1.4.2.1 > +Version: 1.4.4 > Release: 1 > Group: Applications/System > License: BSD > -ExclusiveArch: %{ix86} > URL: http://linuxwimax.org > Source0: wimax-tools-%{version}.tar.gz > Source100: wimax-tools.yaml > @@ -63,7 +63,7 @@ > # >> build pre > # << build pre > > -%configure --disable-static > +%configure > make %{?jobs:-j%jobs} > > # >> build post > @@ -73,7 +73,9 @@ > # >> install pre > # << install pre > %make_install > - > +rm -f %{buildroot}/%{_libdir}/wimax-tools/plugins/wimaxll-pl-*.a > +rm -f %{buildroot}/%{_libdir}/wimax-tools/plugins/wimaxll-pl-*.la > +rm -f %{buildroot}/%{_libdir}/*.la > # >> install post > # << install post > > @@ -98,7 +100,7 @@ > %{_bindir}/wimaxll-reset > %{_bindir}/wimaxll > %{_bindir}/wimax-tools-version > -%{_libdir}/wimax-tools/plugins/wimaxll-pl-* > +%{_libdir}/wimax-tools/plugins/wimaxll-pl-*.so > # << files > > > @@ -116,7 +118,9 @@ > %{_includedir}/wimaxll.h > %{_includedir}/wimaxll-version.h > %{_libdir}/libwimaxll.so > +%{_libdir}/libwimaxll.a > %{_libdir}/libwimaxll-i2400m.so > +%{_libdir}/libwimaxll-i2400m.a > %{_libdir}/pkgconfig/libwimaxll-0.pc > %{_libdir}/pkgconfig/libwimaxll-i2400m-0.pc > %{_libdir}/pkgconfig/wimaxll-cmd-0.pc > > other changes: > -------------- > > ++++++ wimax-tools-1.4.2.1.tar.gz -> wimax-tools-1.4.4.tar.gz > 78672 lines of diff (skipped) > > ++++++ wimax-tools.yaml > --- wimax-tools.yaml > +++ wimax-tools.yaml > @@ -1,11 +1,10 @@ > Name: wimax-tools > Summary: WiMAX Low Level Tools > -Version: 1.4.2.1 > +Version: 1.4.4 > Release: 1 > Group: Applications/System > License: BSD > URL: http://linuxwimax.org > -ExclusiveArch: "%{ix86}" > Sources: > - wimax-tools-%{version}.tar.gz > Description: | > > _______________________________________________ > MeeGo-commits mailing list > [email protected] > http://lists.meego.com/listinfo/meego-commits _______________________________________________ MeeGo-packaging mailing list [email protected] http://lists.meego.com/listinfo/meego-packaging
