Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
89cb340d55 | ||
|
|
74267f05e6 | ||
|
|
1dbebd769f |
||
|
|
59c272ab9b | ||
|
|
a6f991c61a |
1 changed files with 21 additions and 1 deletions
22
anjuta.spec
22
anjuta.spec
|
|
@ -10,7 +10,7 @@
|
|||
Name: anjuta
|
||||
Epoch: 1
|
||||
Version: 3.34.0
|
||||
Release: 24%{?dist}
|
||||
Release: 29%{?dist}
|
||||
Summary: GNOME IDE for various programming languages (including C/C++, Python, Vala and JavaScript)
|
||||
|
||||
License: GPL-2.0-or-later
|
||||
|
|
@ -33,6 +33,7 @@ BuildRequires: intltool
|
|||
BuildRequires: libgda5-devel >= 5.1.0
|
||||
BuildRequires: libgdl-devel >= 2.91.4
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: libxcrypt-devel
|
||||
BuildRequires: neon-devel
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl(Locale::gettext)
|
||||
|
|
@ -55,6 +56,9 @@ BuildRequires: libappstream-glib
|
|||
BuildRequires: gcc-c++
|
||||
BuildRequires: make
|
||||
BuildRequires: gnome-common
|
||||
BuildRequires: automake
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: gtk-doc
|
||||
|
||||
Requires: autogen
|
||||
Requires: gdb >= 7.0
|
||||
|
|
@ -95,6 +99,7 @@ This package contains library files for %{name}.
|
|||
%patch -P 3 -p0 -b .pointer
|
||||
|
||||
%build
|
||||
autoreconf -fi
|
||||
%if 0%{?with_python3}
|
||||
export PYTHON=%{__python3}
|
||||
%endif
|
||||
|
|
@ -189,6 +194,21 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/anjuta.desktop
|
|||
%{_libdir}/libanjuta-3.so.*
|
||||
|
||||
%changelog
|
||||
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.34.0-29
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.34.0-28
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Sat Feb 01 2025 Björn Esser <besser82@fedoraproject.org> - 1:3.34.0-27
|
||||
- Add explicit BR: libxcrypt-devel
|
||||
|
||||
* Thu Jan 16 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.34.0-26
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Wed Jan 08 2025 Gwyn Ciesla <gwync@protonmail.com> - 1:3.34.0-25
|
||||
- Fix FTBFS
|
||||
|
||||
* Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.34.0-24
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue