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
|
Name: geany
|
||||||
Version: 1.37.1
|
Version: 1.38.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A small and lightweight Integrated Development Environment
|
Summary: A small and lightweight Integrated Development Environment
|
||||||
Group: Graphical Desktop/Applications/Development
|
Group: Graphical Desktop/Applications/Development
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Filippo Bedendo Bordon <michiamophil@libero.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.geany.org
|
URL: https://www.geany.org/
|
||||||
Source: https://github.com/geany/geany.git/%{version}/geany-%{version}.tar.bz2
|
Source: https://github.com/geany/geany.git/%{version}/geany-%{version}.tar.bz2
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libatk-devel
|
BuildRequires: libatk-devel
|
||||||
|
BuildRequires: libbrotli-devel
|
||||||
|
BuildRequires: libbzip2-devel
|
||||||
BuildRequires: libcairo-devel
|
BuildRequires: libcairo-devel
|
||||||
BuildRequires: libfontconfig-devel
|
|
||||||
BuildRequires: libfreetype-devel
|
BuildRequires: libfreetype-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libgdk-pixbuf-devel
|
BuildRequires: libgdk-pixbuf-devel
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libgtk2-devel
|
BuildRequires: libgraphite2-devel
|
||||||
|
BuildRequires: libgtk3-devel
|
||||||
|
BuildRequires: libharfbuzz-devel
|
||||||
BuildRequires: libpango-devel
|
BuildRequires: libpango-devel
|
||||||
|
BuildRequires: libpcre-devel
|
||||||
|
BuildRequires: libpng-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -43,11 +48,13 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
%description -n lib%{name}-devel
|
%description -n lib%{name}-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
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
./autogen.sh
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./autogen.sh
|
|
||||||
%configure
|
%configure
|
||||||
%make
|
%make
|
||||||
|
|
||||||
@ -85,8 +92,8 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/geany
|
%dir %{_includedir}/geany
|
||||||
%{_includedir}/geany/*.h
|
%{_includedir}/geany/*.h
|
||||||
%dir %{_includedir}/geany/gtkdoc
|
#%dir %{_includedir}/geany/gtkdoc
|
||||||
%{_includedir}/geany/gtkdoc/*.h
|
#%{_includedir}/geany/gtkdoc/*.h
|
||||||
%dir %{_includedir}/geany/scintilla
|
%dir %{_includedir}/geany/scintilla
|
||||||
%{_includedir}/geany/scintilla/*
|
%{_includedir}/geany/scintilla/*
|
||||||
%dir %{_includedir}/geany/tagmanager
|
%dir %{_includedir}/geany/tagmanager
|
||||||
@ -95,8 +102,10 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%{_libdir}/libgeany.so
|
%{_libdir}/libgeany.so
|
||||||
%{_libdir}/pkgconfig/geany.pc
|
%{_libdir}/pkgconfig/geany.pc
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Jan 05 2021 Automatic Build System <autodist@mambasoft.it> 1.37.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user