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