automatic version update by autodist [release 2.0.0-1mamba;Sun Oct 22 2023]
This commit is contained in:
parent
37651d1216
commit
7895f9a33d
20
geany.spec
20
geany.spec
@ -1,5 +1,5 @@
|
||||
Name: geany
|
||||
Version: 1.38.0
|
||||
Version: 2.0.0
|
||||
Release: 1mamba
|
||||
Summary: A small and lightweight Integrated Development Environment
|
||||
Group: Graphical Desktop/Applications/Development
|
||||
@ -11,22 +11,15 @@ Source: https://github.com/geany/geany.git/%{version}/geany-%{version}.ta
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libatk-devel
|
||||
BuildRequires: libbrotli-devel
|
||||
BuildRequires: libbzip2-devel
|
||||
BuildRequires: libat-spi2-core-devel
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libfreetype-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libgdk-pixbuf-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgraphite2-devel
|
||||
BuildRequires: libgtk3-devel
|
||||
BuildRequires: libharfbuzz-devel
|
||||
BuildRequires: libpango-devel
|
||||
BuildRequires: libpcre-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
@ -84,7 +77,6 @@ This package contains libraries and header files for developing applications tha
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libgeany.so.*
|
||||
%dir %{_libdir}/geany
|
||||
%{_libdir}/geany/*.la
|
||||
%{_libdir}/geany/*.so
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
@ -92,17 +84,19 @@ This package contains libraries and header files for developing applications tha
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/geany
|
||||
%{_includedir}/geany/*.h
|
||||
#%dir %{_includedir}/geany/gtkdoc
|
||||
#%{_includedir}/geany/gtkdoc/*.h
|
||||
%dir %{_includedir}/geany/gtkdoc
|
||||
%{_includedir}/geany/gtkdoc/*.h
|
||||
%dir %{_includedir}/geany/scintilla
|
||||
%{_includedir}/geany/scintilla/*
|
||||
%dir %{_includedir}/geany/tagmanager
|
||||
%{_includedir}/geany/tagmanager/*.h
|
||||
%{_libdir}/libgeany.la
|
||||
%{_libdir}/libgeany.so
|
||||
%{_libdir}/pkgconfig/geany.pc
|
||||
|
||||
%changelog
|
||||
* Sun Oct 22 2023 Automatic Build System <autodist@mambasoft.it> 2.0.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Oct 20 2021 Automatic Build System <autodist@mambasoft.it> 1.38.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user