automatic version update by autodist [release 1.38.0-1mamba;Wed Oct 20 2021]
This commit is contained in:
parent
b8a651e4a6
commit
37651d1216
29
geany.spec
29
geany.spec
@ -1,28 +1,33 @@
|
||||
Name: geany
|
||||
Version: 1.37.1
|
||||
Version: 1.38.0
|
||||
Release: 1mamba
|
||||
Summary: A small and lightweight Integrated Development Environment
|
||||
Group: Graphical Desktop/Applications/Development
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Filippo Bedendo Bordon <michiamophil@libero.it>
|
||||
URL: http://www.geany.org
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://www.geany.org/
|
||||
Source: https://github.com/geany/geany.git/%{version}/geany-%{version}.tar.bz2
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libatk-devel
|
||||
BuildRequires: libbrotli-devel
|
||||
BuildRequires: libbzip2-devel
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libfontconfig-devel
|
||||
BuildRequires: libfreetype-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libgdk-pixbuf-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgtk2-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
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description
|
||||
@ -43,11 +48,13 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
%description -n lib%{name}-devel
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
./autogen.sh
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
%configure
|
||||
%make
|
||||
|
||||
@ -85,8 +92,8 @@ 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
|
||||
@ -95,8 +102,10 @@ This package contains libraries and header files for developing applications tha
|
||||
%{_libdir}/libgeany.so
|
||||
%{_libdir}/pkgconfig/geany.pc
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Oct 20 2021 Automatic Build System <autodist@mambasoft.it> 1.38.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jan 05 2021 Automatic Build System <autodist@mambasoft.it> 1.37.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user