automatic version update by autodist [release 1.0.2-1mamba;Fri Nov 13 2020]

This commit is contained in:
Automatic Build System 2024-01-06 04:35:25 +01:00
parent cf60640dcf
commit 9834766f02

View File

@ -1,5 +1,6 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: libhandy Name: libhandy
Version: 0.0.13 Version: 1.0.2
Release: 1mamba Release: 1mamba
Summary: A library full of GTK+ widgets for mobile phones Summary: A library full of GTK+ widgets for mobile phones
Group: System/Libraries Group: System/Libraries
@ -7,8 +8,8 @@ Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://source.puri.sm/Librem5/libhandy.git URL: https://source.puri.sm/Librem5/libhandy.git
## GITSOURCE https://source.puri.sm/Librem5/libhandy.git v0.0.13 Source: http://ftp.gnome.org/pub/gnome/sources/libhandy/%{majver}/libhandy-%{version}.tar.xz
Source: https://source.puri.sm/Librem5/libhandy.git/v%{version}/libhandy-%{version}.tar.bz2 #Source: https://source.puri.sm/Librem5/libhandy.git/v%{version}/libhandy-%{version}.tar.bz2
License: LGPL License: LGPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glade-devel BuildRequires: glade-devel
@ -35,7 +36,6 @@ Requires: pkg-config
%description devel %description devel
This package contains libraries and header files for developing applications that use %{name}. This package contains libraries and header files for developing applications that use %{name}.
%debug_package %debug_package
%prep %prep
@ -50,32 +50,43 @@ This package contains libraries and header files for developing applications tha
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%meson_install %meson_install
%find_lang %{name} || touch %{name}.lang
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -p /sbin/ldconfig %post -p /sbin/ldconfig
%postun -p /sbin/ldconfig %postun -p /sbin/ldconfig
%files %files -f %{name}.lang
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/libhandy-0.0.so.* %{_libdir}/libhandy-1.so.*
%{_libdir}/girepository-1.0/Handy-0.0.typelib %{_libdir}/glade/modules/libglade-handy-1.so
%{_libdir}/girepository-1.0/Handy-1.typelib
%doc AUTHORS COPYING %doc AUTHORS COPYING
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/handy-0.0-demo %{_bindir}/handy-1-demo
%dir %{_includedir}/libhandy-0.0 %dir %{_includedir}/libhandy-1
%{_includedir}/libhandy-0.0/*.h %{_includedir}/libhandy-1/*.h
%{_libdir}/glade/modules/libglade-handy.so %{_libdir}/libhandy-1.so
%{_libdir}/libhandy-0.0.so %{_libdir}/pkgconfig/libhandy-1.pc
%{_libdir}/pkgconfig/libhandy-0.0.pc %{_datadir}/gir-1.0/Handy-1.gir
%{_datadir}/gir-1.0/Handy-0.0.gir %{_datadir}/glade/catalogs/libhandy-1.xml
%{_datadir}/glade/catalogs/libhandy.xml %{_datadir}/vala/vapi/libhandy-1.deps
%{_datadir}/vala/vapi/libhandy-0.0.deps %{_datadir}/vala/vapi/libhandy-1.vapi
%{_datadir}/vala/vapi/libhandy-0.0.vapi
%doc README.md %doc README.md
%changelog %changelog
* Fri Nov 13 2020 Automatic Build System <autodist@mambasoft.it> 1.0.2-1mamba
- automatic version update by autodist
* Mon Nov 09 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.1-1mamba
- update to 1.0.1
* Sun Nov 08 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.80.0-1mamba
- update to 0.80.0
* Mon Mar 30 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.0.13-1mamba * Mon Mar 30 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.0.13-1mamba
- package created using the webbuild interface - package created using the webbuild interface