Mageia Bugzilla – Attachment 12748 Details for
Bug 28975
opencpn needs a new build, some of its plugin rpms need to be corrected or added
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
spec file for logbookkonni plugin
opencpn-logbookkonni-plugin.spec (text/plain), 3.88 KB, created by
Philippe Didier
on 2021-05-27 14:14:36 CEST
(
hide
)
Description:
spec file for logbookkonni plugin
Filename:
MIME Type:
Creator:
Philippe Didier
Created:
2021-05-27 14:14:36 CEST
Size:
3.88 KB
patch
obsolete
>%define uname LogbookKonni-1.2 >%define piname logbookkonni_pi > >Name: opencpn-logbookkonni-plugin >Summary: Logbook plugin for OpenCpn >Version: 1.4008 >Release: %mkrel 5 >License: GPLv3+ >Group: Geography >URL: https://opencpn.org/OpenCPN/plugins/logbookkonni.html >#URL of Source0: https://github.com/delatlabel/%{uname}/archive/refs/tags/v%{version}.tar.gz >Source0: %{uname}-%{version}.tar.gz >Source1: LogbookKonni_Layouts.zip ># the Source1 has been made by zipping the Layout directory from Source0 > >BuildRequires: cmake >BuildRequires: gettext >BuildRequires: wxgtk-devel >BuildRequires: pkgconfig(bzip2) >BuildRequires: pkgconfig(gl) >BuildRequires: pkgconfig(glu) >BuildRequires: pkgconfig(zlib) >BuildRequires: pkgconfig(tinyxml) > >Requires: opencpn >Provides: LogbookKonni = %{version} >Provides: opencpn-logbook-plugin = %{version}-%{release} >Conflicts: opencpn < 4.0.0-1 > >%description >The Konni's logbook plugin is fully integrated inside the graphical interface >of opencpn. >NB : Once the logbook activated, the needed LogbookKonni_Layouts >must be "installed" for each user by clicking the install button in logbook settings windows >(you access to this window from opencpn tools-menu /submenu-plugins) >the LogbookKonni_Layouts.zip and LogbookKonni_Other.zip are in : >/usr/share/opencpn/plugins/logbookkonnni_pi/data directory > >NB : locale language is automatically set for the logbook when it has been >installed, there is no need to search for the languages.zip file. > >%prep >%setup -q -n %{uname}-%{version} >cp %{SOURCE1} data > >%build >%cmake > >%cmake_build > >%install >%cmake_install > >%find_lang opencpn-%{piname} > >mkdir -p %{buildroot}%{_datadir}/opencpn/plugins/%{piname}/data >mkdir -p %{buildroot}%{_datadir}/opencpn/plugins/%{piname}/Layouts >cp -r %{_builddir}/%{uname}-%{version}/Layouts \ >%{buildroot}%{_datadir}/opencpn/plugins/%{piname} > >%ifarch x86_64 aarch64 >mkdir -p %{buildroot}%{_libdir}/opencpn >mv %{buildroot}/usr/lib/opencpn/* %{buildroot}%{_libdir}/opencpn/ >%endif > >%files -f opencpn-%{piname}.lang >%dir %{_libdir}/opencpn >%dir %{_datadir}/opencpn >%{_libdir}/opencpn/lib%{piname}.so >%{_datadir}/opencpn/plugins/%{piname}/Layouts/* >%{_datadir}/opencpn/plugins/%{piname}/data/* > > >%changelog >* Wed Apr 14 2021 philippedidier 1.4.008-5 >- modify spec file for better explanation of Layouts installation >- the URL of the Source0 is given > >* Fri Jan 01 2021 wally <wally> 1.4.008-4.mga8 >+ Revision: 1667713 >- rebuild for wxgtk pre 3.1.5 snapshot > >* Sun Aug 16 2020 wally <wally> 1.4.008-3.mga8 >+ Revision: 1614354 >- rebuild for new wxgtk 3.1.4 > >* Tue Feb 18 2020 daviddavid <daviddavid> 1.4.008-2.mga8 >+ Revision: 1539516 >- use new cmake macros >+ umeabot <umeabot> >- Mageia 8 Mass Rebuild > >* Mon Nov 11 2019 barjac <barjac> 1.4.008-1.mga8 >+ Revision: 1459318 >- new version 1.4.008 > >* Sat Jul 13 2019 wally <wally> 1.4.006-2.mga8 >+ Revision: 1421018 >- rebuild with gtk3 enabled wxgtk 3.1.2 > >* Wed Mar 27 2019 barjac <barjac> 1.4.006-1.mga7 >+ Revision: 1380630 >- new version 1.4.006 > >* Fri Jan 18 2019 barjac <barjac> 1.3.006-1.mga7 >+ Revision: 1358003 >- new version 1.3.006 > >* Sun Sep 23 2018 umeabot <umeabot> 1.3.003-3.mga7 >+ Revision: 1299996 >- Mageia 7 Mass Rebuild > >* Sun Jun 24 2018 wally <wally> 1.3.003-2.mga7 >+ Revision: 1239509 >- fix build on aarch64 > >* Wed Apr 11 2018 barjac <barjac> 1.3.003-1.mga7 >+ Revision: 1217680 >- new version 1.3.003 > >* Sat Jun 03 2017 akien <akien> 1.2.024-3.mga6 >+ Revision: 1106112 >- Rebuild for wxgtk 3.0.3.1 > >* Thu Jun 02 2016 daviddavid <daviddavid> 1.2.024-2.mga6 >+ Revision: 1019832 >- rebuild for wxgtk3.0 built with GTK2 > >* Tue Mar 15 2016 barjac <barjac> 1.2.024-1.mga6 >+ Revision: 991012 >- new version 1.2.024 > >* Sun Feb 21 2016 barjac <barjac> 1.2.023-1.mga6 >+ Revision: 975908 >- new version 1.2.023 > >* Tue Feb 16 2016 barjac <barjac> 1.2.018-2.mga6 >+ Revision: 962308 >- changed buildrequire wxgtku3.0 > >* Tue Dec 08 2015 barjac <barjac> 1.2.018-1.mga6 >+ Revision: 908776 >- new package opencpn-logbookkonni-plugin >
%define uname LogbookKonni-1.2 %define piname logbookkonni_pi Name: opencpn-logbookkonni-plugin Summary: Logbook plugin for OpenCpn Version: 1.4008 Release: %mkrel 5 License: GPLv3+ Group: Geography URL: https://opencpn.org/OpenCPN/plugins/logbookkonni.html #URL of Source0: https://github.com/delatlabel/%{uname}/archive/refs/tags/v%{version}.tar.gz Source0: %{uname}-%{version}.tar.gz Source1: LogbookKonni_Layouts.zip # the Source1 has been made by zipping the Layout directory from Source0 BuildRequires: cmake BuildRequires: gettext BuildRequires: wxgtk-devel BuildRequires: pkgconfig(bzip2) BuildRequires: pkgconfig(gl) BuildRequires: pkgconfig(glu) BuildRequires: pkgconfig(zlib) BuildRequires: pkgconfig(tinyxml) Requires: opencpn Provides: LogbookKonni = %{version} Provides: opencpn-logbook-plugin = %{version}-%{release} Conflicts: opencpn < 4.0.0-1 %description The Konni's logbook plugin is fully integrated inside the graphical interface of opencpn. NB : Once the logbook activated, the needed LogbookKonni_Layouts must be "installed" for each user by clicking the install button in logbook settings windows (you access to this window from opencpn tools-menu /submenu-plugins) the LogbookKonni_Layouts.zip and LogbookKonni_Other.zip are in : /usr/share/opencpn/plugins/logbookkonnni_pi/data directory NB : locale language is automatically set for the logbook when it has been installed, there is no need to search for the languages.zip file. %prep %setup -q -n %{uname}-%{version} cp %{SOURCE1} data %build %cmake %cmake_build %install %cmake_install %find_lang opencpn-%{piname} mkdir -p %{buildroot}%{_datadir}/opencpn/plugins/%{piname}/data mkdir -p %{buildroot}%{_datadir}/opencpn/plugins/%{piname}/Layouts cp -r %{_builddir}/%{uname}-%{version}/Layouts \ %{buildroot}%{_datadir}/opencpn/plugins/%{piname} %ifarch x86_64 aarch64 mkdir -p %{buildroot}%{_libdir}/opencpn mv %{buildroot}/usr/lib/opencpn/* %{buildroot}%{_libdir}/opencpn/ %endif %files -f opencpn-%{piname}.lang %dir %{_libdir}/opencpn %dir %{_datadir}/opencpn %{_libdir}/opencpn/lib%{piname}.so %{_datadir}/opencpn/plugins/%{piname}/Layouts/* %{_datadir}/opencpn/plugins/%{piname}/data/* %changelog * Wed Apr 14 2021 philippedidier 1.4.008-5 - modify spec file for better explanation of Layouts installation - the URL of the Source0 is given * Fri Jan 01 2021 wally <wally> 1.4.008-4.mga8 + Revision: 1667713 - rebuild for wxgtk pre 3.1.5 snapshot * Sun Aug 16 2020 wally <wally> 1.4.008-3.mga8 + Revision: 1614354 - rebuild for new wxgtk 3.1.4 * Tue Feb 18 2020 daviddavid <daviddavid> 1.4.008-2.mga8 + Revision: 1539516 - use new cmake macros + umeabot <umeabot> - Mageia 8 Mass Rebuild * Mon Nov 11 2019 barjac <barjac> 1.4.008-1.mga8 + Revision: 1459318 - new version 1.4.008 * Sat Jul 13 2019 wally <wally> 1.4.006-2.mga8 + Revision: 1421018 - rebuild with gtk3 enabled wxgtk 3.1.2 * Wed Mar 27 2019 barjac <barjac> 1.4.006-1.mga7 + Revision: 1380630 - new version 1.4.006 * Fri Jan 18 2019 barjac <barjac> 1.3.006-1.mga7 + Revision: 1358003 - new version 1.3.006 * Sun Sep 23 2018 umeabot <umeabot> 1.3.003-3.mga7 + Revision: 1299996 - Mageia 7 Mass Rebuild * Sun Jun 24 2018 wally <wally> 1.3.003-2.mga7 + Revision: 1239509 - fix build on aarch64 * Wed Apr 11 2018 barjac <barjac> 1.3.003-1.mga7 + Revision: 1217680 - new version 1.3.003 * Sat Jun 03 2017 akien <akien> 1.2.024-3.mga6 + Revision: 1106112 - Rebuild for wxgtk 3.0.3.1 * Thu Jun 02 2016 daviddavid <daviddavid> 1.2.024-2.mga6 + Revision: 1019832 - rebuild for wxgtk3.0 built with GTK2 * Tue Mar 15 2016 barjac <barjac> 1.2.024-1.mga6 + Revision: 991012 - new version 1.2.024 * Sun Feb 21 2016 barjac <barjac> 1.2.023-1.mga6 + Revision: 975908 - new version 1.2.023 * Tue Feb 16 2016 barjac <barjac> 1.2.018-2.mga6 + Revision: 962308 - changed buildrequire wxgtku3.0 * Tue Dec 08 2015 barjac <barjac> 1.2.018-1.mga6 + Revision: 908776 - new package opencpn-logbookkonni-plugin
View Attachment As Raw
Actions:
View
Attachments on
bug 28975
:
12725
|
12726
|
12727
|
12728
|
12729
|
12730
|
12731
|
12732
|
12733
|
12734
|
12735
|
12736
|
12737
|
12738
|
12739
|
12740
|
12741
|
12742
|
12743
|
12744
|
12745
|
12746
|
12747
| 12748 |
12775
|
12776
|
12778
|
12779
|
12780
|
12781
|
12782
|
12783
|
12784
|
12785
|
12786
|
12787
|
12788
|
12789
|
12790
|
12791
|
12792
|
12793
|
12794
|
12795
|
12796
|
12797
|
12798
|
12799
|
12800
|
12801
|
12804
|
12805
|
12806
|
12807
|
12808
|
12809
|
12810
|
12811
|
12812
|
12813
|
12814
|
12815
|
12816
|
12817
|
12818
|
12819