automatic version update by autodist [release 1.14.51-1mamba;Fri Nov 03 2023]
This commit is contained in:
parent
d876b71e9a
commit
725058df1b
15
libgsf.spec
15
libgsf.spec
@ -1,6 +1,6 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: libgsf
|
||||
Version: 1.14.50
|
||||
Version: 1.14.51
|
||||
Release: 1mamba
|
||||
Summary: The GNOME Structured File Library
|
||||
Group: System/Libraries
|
||||
@ -51,6 +51,8 @@ Requires: libgsf = %{version}-%{release}
|
||||
Base tools using libgsf, the GNOME Structured File Library.
|
||||
The project aims to provide an efficient extensible i/o abstraction for dealing with different structured file formats.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -72,20 +74,14 @@ The project aims to provide an efficient extensible i/o abstraction for dealing
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libgsf-1.so.*
|
||||
#%{_libdir}/girepository-1.0/Gsf-1.typelib
|
||||
#%if "%{stage1}" != "1"
|
||||
#%{python_sitearch}/gsf/*
|
||||
#%endif
|
||||
%doc COPYING.LIB AUTHORS
|
||||
%doc COPYING AUTHORS
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/libgsf-1
|
||||
%{_includedir}/libgsf-1/*
|
||||
%{_libdir}/libgsf-1.a
|
||||
%{_libdir}/libgsf-1.la
|
||||
%{_libdir}/libgsf-1.so
|
||||
#%{_datadir}/gir-1.0/Gsf-1.gir
|
||||
%{_datadir}/gtk-doc/html/*
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%doc ChangeLog BUGS HACKING NEWS README TODO
|
||||
@ -101,6 +97,9 @@ The project aims to provide an efficient extensible i/o abstraction for dealing
|
||||
%{_mandir}/man1/gsf-vba-dump.1*
|
||||
|
||||
%changelog
|
||||
* Fri Nov 03 2023 Automatic Build System <autodist@mambasoft.it> 1.14.51-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jul 14 2022 Automatic Build System <autodist@mambasoft.it> 1.14.50-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user