This commit is contained in:
parent
f5c0cf7772
commit
764d1280db
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3c5e4a13e0106631bdf13b628d2c5f8a244b220a4fb52ba1ab280c910f833e8c
|
|
||||||
size 7491763
|
|
3
anjuta-2.26.1.0.tar.bz2
Normal file
3
anjuta-2.26.1.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:80d27bcf1ebf803055014ae7d4295e5f025c2abdd22b7e465e6c7462ef027d45
|
||||||
|
size 7705572
|
@ -1,3 +1,56 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 14 16:32:03 CEST 2009 - vuntz@novell.com
|
||||||
|
|
||||||
|
- Update to version 2.26.1.0:
|
||||||
|
+ New animation to identify running builds
|
||||||
|
+ bgo#578087 – Artwork for Symbol Database is actually not from
|
||||||
|
Monodevelop team
|
||||||
|
+ bgo#564002 – Files view shows useless tooltip
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 8 20:44:08 CEST 2009 - vuntz@novell.com
|
||||||
|
|
||||||
|
- Update to version 2.26.0.1:
|
||||||
|
+ Huge improvements in the tooltip area
|
||||||
|
+ Do not hang when pressing backspace in editor
|
||||||
|
+ bgo#574607 – Replace function selects text uncorrectly
|
||||||
|
+ bgo#576959 - Search does not point to correct line number on
|
||||||
|
first match when file is not opened in editor.
|
||||||
|
+ bgo#574711 – Menu Toolbar unchecked at the first time while
|
||||||
|
toolbar shown
|
||||||
|
+ bgo#574802 – show calltips makes the editing lag
|
||||||
|
+ bgo#576057 – doesn't build with graphviz 2.22.2
|
||||||
|
+ bgo#575893 – plugins schema files are not installed
|
||||||
|
+ bgo#575617 – Update FSF address
|
||||||
|
+ Updated translations.
|
||||||
|
- Changes from version 2.26.0:
|
||||||
|
+ bgo#397883 – The license info is almost empty
|
||||||
|
+ bgo#574376 – Save doesn't always save
|
||||||
|
+ bgo#573858 – link fail on Solaris for plugin symbol-db
|
||||||
|
+ bgo#562113 – Clean docbook syntax in order to validate
|
||||||
|
+ bgo#571740 – Get rid of deprecated libgnomecanvas
|
||||||
|
+ Fixed crash in git plugin
|
||||||
|
+ Fixed little problem in build plugin
|
||||||
|
+ Fixed distcheck
|
||||||
|
+ Updated translations.
|
||||||
|
- Use parallel make.
|
||||||
|
- Remove unneeded BuildRequires: gnome-common, gtk-doc, pcre-devel,
|
||||||
|
sqlite-devel.
|
||||||
|
- Remove Requires that are automatically added: devhelp
|
||||||
|
- Remove some Requires which really seem abusive: alsa-devel,
|
||||||
|
audiofile, esound-devel, gconf2-devel, gnome-terminal,
|
||||||
|
gnome-vfs2-devel, libart_lgpl-devel, libbonobo-devel,
|
||||||
|
libbonoboui-devel, libglade2-devel, libgnome-devel,
|
||||||
|
libgnomecanvas-devel, libgnomeui-devel, libwnck-devel,
|
||||||
|
libxml2-devel, openssl-devel, orbit2-devel, popt-devel, yelp,
|
||||||
|
gnome-doc-utils
|
||||||
|
- Remove the Recommends for documentation: if we want them, they
|
||||||
|
should really live in devhelp. And I'm not sure we want them.
|
||||||
|
- Pass --disable-static to configure and remove .la files.
|
||||||
|
- Package the anjuta-build-tutorial manual with the other manuals.
|
||||||
|
- Do not package omf files twice.
|
||||||
|
- Do not add DocPath to the desktop file: it's already there.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 6 17:22:48 CET 2009 - vuntz@novell.com
|
Fri Mar 6 17:22:48 CET 2009 - vuntz@novell.com
|
||||||
|
|
||||||
|
105
anjuta.spec
105
anjuta.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package anjuta (Version 2.25.903.0)
|
# spec file for package anjuta (Version 2.26.1.0)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -29,7 +29,6 @@ BuildRequires: gnome-common
|
|||||||
BuildRequires: gnome-doc-utils-devel
|
BuildRequires: gnome-doc-utils-devel
|
||||||
BuildRequires: gnome-icon-theme
|
BuildRequires: gnome-icon-theme
|
||||||
BuildRequires: graphviz-devel
|
BuildRequires: graphviz-devel
|
||||||
BuildRequires: gtk-doc
|
|
||||||
BuildRequires: gtksourceview-devel
|
BuildRequires: gtksourceview-devel
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: libapr-util1-devel
|
BuildRequires: libapr-util1-devel
|
||||||
@ -41,7 +40,6 @@ BuildRequires: libgnomeui-devel
|
|||||||
BuildRequires: libneon-devel
|
BuildRequires: libneon-devel
|
||||||
BuildRequires: libwnck-devel
|
BuildRequires: libwnck-devel
|
||||||
BuildRequires: libxslt-devel
|
BuildRequires: libxslt-devel
|
||||||
BuildRequires: pcre-devel
|
|
||||||
BuildRequires: perl-gettext
|
BuildRequires: perl-gettext
|
||||||
BuildRequires: shared-mime-info
|
BuildRequires: shared-mime-info
|
||||||
BuildRequires: subversion-devel
|
BuildRequires: subversion-devel
|
||||||
@ -51,8 +49,6 @@ BuildRequires: update-desktop-files
|
|||||||
BuildRequires: valgrind-devel
|
BuildRequires: valgrind-devel
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: vte-devel
|
BuildRequires: vte-devel
|
||||||
# FIXME: Introduced by other packages:
|
|
||||||
BuildRequires: sqlite-devel
|
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: Development/Tools/IDE
|
Group: Development/Tools/IDE
|
||||||
# Directly required by anjuta:
|
# Directly required by anjuta:
|
||||||
@ -61,36 +57,7 @@ Requires: automake
|
|||||||
Requires: autoconf
|
Requires: autoconf
|
||||||
Requires: libtool
|
Requires: libtool
|
||||||
Requires: gettext
|
Requires: gettext
|
||||||
Requires: alsa-devel
|
Version: 2.26.1.0
|
||||||
Requires: audiofile
|
|
||||||
Requires: devhelp
|
|
||||||
Requires: esound-devel
|
|
||||||
Requires: gconf2-devel
|
|
||||||
Requires: gnome-terminal
|
|
||||||
Requires: gnome-vfs2-devel
|
|
||||||
Requires: libart_lgpl-devel
|
|
||||||
Requires: libbonobo-devel
|
|
||||||
Requires: libbonoboui-devel
|
|
||||||
Requires: libglade2-devel
|
|
||||||
Requires: libgnome-devel
|
|
||||||
Requires: libgnomecanvas-devel
|
|
||||||
Requires: libgnomeui-devel
|
|
||||||
Requires: libwnck-devel
|
|
||||||
Requires: libxml2-devel
|
|
||||||
Requires: openssl-devel
|
|
||||||
Requires: orbit2-devel
|
|
||||||
Requires: popt-devel
|
|
||||||
Requires: yelp
|
|
||||||
Requires: gnome-doc-utils
|
|
||||||
Recommends: gconf2-doc
|
|
||||||
Recommends: gnome-vfs2-doc
|
|
||||||
Recommends: libbonobo-doc
|
|
||||||
Recommends: libbonoboui-doc
|
|
||||||
Recommends: libglade2-doc
|
|
||||||
Recommends: libgnome-doc
|
|
||||||
Recommends: libgnomecanvas-doc
|
|
||||||
Recommends: libgnomeui-doc
|
|
||||||
Version: 2.25.903.0
|
|
||||||
Release: 1
|
Release: 1
|
||||||
Requires: %{name}-lang = %{version}
|
Requires: %{name}-lang = %{version}
|
||||||
Summary: GNOME IDE for C and C++
|
Summary: GNOME IDE for C and C++
|
||||||
@ -174,20 +141,22 @@ Authors:
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure\
|
%configure\
|
||||||
|
--disable-static \
|
||||||
--disable-scrollkeeper
|
--disable-scrollkeeper
|
||||||
make
|
make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%makeinstall
|
||||||
# These should go to defaultdocdir.
|
# These should go to defaultdocdir.
|
||||||
rm -r $RPM_BUILD_ROOT%{_datadir}/doc
|
rm -r $RPM_BUILD_ROOT%{_datadir}/doc
|
||||||
DESTDIR=$RPM_BUILD_ROOT mime-info-to-mime
|
DESTDIR=$RPM_BUILD_ROOT mime-info-to-mime
|
||||||
rm -r $RPM_BUILD_ROOT/%{_libdir}/*.*a
|
%suse_update_desktop_file -C "" -G "Integrated Development Environment" anjuta Development IDE GNOME
|
||||||
%suse_update_desktop_file -C "" -D anjuta/anjuta-manual.xml -G "Integrated Development Environment" anjuta Development IDE GNOME
|
|
||||||
%find_lang anjuta
|
%find_lang anjuta
|
||||||
|
%find_lang anjuta-build-tutorial anjuta.lang
|
||||||
%find_lang anjuta-faqs anjuta.lang
|
%find_lang anjuta-faqs anjuta.lang
|
||||||
%find_lang anjuta-manual anjuta.lang
|
%find_lang anjuta-manual anjuta.lang
|
||||||
%find_gconf_schemas
|
%find_gconf_schemas
|
||||||
|
find %{buildroot} -type f -name "*.la" -exec %{__rm} -fv {} +
|
||||||
%fdupes $RPM_BUILD_ROOT
|
%fdupes $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -226,9 +195,6 @@ fi
|
|||||||
%{_datadir}/icons/gnome/scalable/mimetypes/*.svg
|
%{_datadir}/icons/gnome/scalable/mimetypes/*.svg
|
||||||
%{_datadir}/icons/hicolor/48x48/apps/*.png
|
%{_datadir}/icons/hicolor/48x48/apps/*.png
|
||||||
%{_datadir}/icons/hicolor/scalable/apps/*.svg
|
%{_datadir}/icons/hicolor/scalable/apps/*.svg
|
||||||
%dir %{_datadir}/omf/anjuta-manual
|
|
||||||
%{_datadir}/omf/anjuta-manual/*.omf
|
|
||||||
%{_datadir}/gnome/help/anjuta-build-tutorial
|
|
||||||
%doc %{_mandir}/man?/*.*
|
%doc %{_mandir}/man?/*.*
|
||||||
%{_libdir}/glade3/modules/*
|
%{_libdir}/glade3/modules/*
|
||||||
%{_datadir}/glade3/catalogs/*
|
%{_datadir}/glade3/catalogs/*
|
||||||
@ -246,6 +212,53 @@ fi
|
|||||||
%files lang -f %name.lang
|
%files lang -f %name.lang
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 14 2009 vuntz@novell.com
|
||||||
|
- Update to version 2.26.1.0:
|
||||||
|
+ New animation to identify running builds
|
||||||
|
+ bgo#578087 – Artwork for Symbol Database is actually not from
|
||||||
|
Monodevelop team
|
||||||
|
+ bgo#564002 – Files view shows useless tooltip
|
||||||
|
* Wed Apr 08 2009 vuntz@novell.com
|
||||||
|
- Update to version 2.26.0.1:
|
||||||
|
+ Huge improvements in the tooltip area
|
||||||
|
+ Do not hang when pressing backspace in editor
|
||||||
|
+ bgo#574607 – Replace function selects text uncorrectly
|
||||||
|
+ bgo#576959 - Search does not point to correct line number on
|
||||||
|
first match when file is not opened in editor.
|
||||||
|
+ bgo#574711 – Menu Toolbar unchecked at the first time while
|
||||||
|
toolbar shown
|
||||||
|
+ bgo#574802 – show calltips makes the editing lag
|
||||||
|
+ bgo#576057 – doesn't build with graphviz 2.22.2
|
||||||
|
+ bgo#575893 – plugins schema files are not installed
|
||||||
|
+ bgo#575617 – Update FSF address
|
||||||
|
+ Updated translations.
|
||||||
|
- Changes from version 2.26.0:
|
||||||
|
+ bgo#397883 – The license info is almost empty
|
||||||
|
+ bgo#574376 – Save doesn't always save
|
||||||
|
+ bgo#573858 – link fail on Solaris for plugin symbol-db
|
||||||
|
+ bgo#562113 – Clean docbook syntax in order to validate
|
||||||
|
+ bgo#571740 – Get rid of deprecated libgnomecanvas
|
||||||
|
+ Fixed crash in git plugin
|
||||||
|
+ Fixed little problem in build plugin
|
||||||
|
+ Fixed distcheck
|
||||||
|
+ Updated translations.
|
||||||
|
- Use parallel make.
|
||||||
|
- Remove unneeded BuildRequires: gnome-common, gtk-doc, pcre-devel,
|
||||||
|
sqlite-devel.
|
||||||
|
- Remove Requires that are automatically added: devhelp
|
||||||
|
- Remove some Requires which really seem abusive: alsa-devel,
|
||||||
|
audiofile, esound-devel, gconf2-devel, gnome-terminal,
|
||||||
|
gnome-vfs2-devel, libart_lgpl-devel, libbonobo-devel,
|
||||||
|
libbonoboui-devel, libglade2-devel, libgnome-devel,
|
||||||
|
libgnomecanvas-devel, libgnomeui-devel, libwnck-devel,
|
||||||
|
libxml2-devel, openssl-devel, orbit2-devel, popt-devel, yelp,
|
||||||
|
gnome-doc-utils
|
||||||
|
- Remove the Recommends for documentation: if we want them, they
|
||||||
|
should really live in devhelp. And I'm not sure we want them.
|
||||||
|
- Pass --disable-static to configure and remove .la files.
|
||||||
|
- Package the anjuta-build-tutorial manual with the other manuals.
|
||||||
|
- Do not package omf files twice.
|
||||||
|
- Do not add DocPath to the desktop file: it's already there.
|
||||||
* Fri Mar 06 2009 vuntz@novell.com
|
* Fri Mar 06 2009 vuntz@novell.com
|
||||||
- Update to version 2.25.903.0:
|
- Update to version 2.25.903.0:
|
||||||
+ Valgrind memory fixes
|
+ Valgrind memory fixes
|
||||||
@ -365,7 +378,7 @@ fi
|
|||||||
canonicalized.
|
canonicalized.
|
||||||
+ bgo#554337 could not find glade file while executing a program
|
+ bgo#554337 could not find glade file while executing a program
|
||||||
+ Translation updates
|
+ Translation updates
|
||||||
* Mon Sep 29 2008 mboman@suse.de
|
* Tue Sep 30 2008 mboman@suse.de
|
||||||
- Update to version 2.24.0.1:
|
- Update to version 2.24.0.1:
|
||||||
+ New version of symbol-db plugin beta
|
+ New version of symbol-db plugin beta
|
||||||
+ Fix warnings, some documents could have no associated file
|
+ Fix warnings, some documents could have no associated file
|
||||||
@ -497,7 +510,7 @@ fi
|
|||||||
- fixed buffer overflow and one aliasing issue.
|
- fixed buffer overflow and one aliasing issue.
|
||||||
* Tue Apr 05 2005 sbrabec@suse.cz
|
* Tue Apr 05 2005 sbrabec@suse.cz
|
||||||
- Do not require linc.
|
- Do not require linc.
|
||||||
* Sun Nov 07 2004 ro@suse.de
|
* Mon Nov 08 2004 ro@suse.de
|
||||||
- make it build with new intltool
|
- make it build with new intltool
|
||||||
* Tue Oct 26 2004 ro@suse.de
|
* Tue Oct 26 2004 ro@suse.de
|
||||||
- locale rename: no -> nb
|
- locale rename: no -> nb
|
||||||
@ -532,9 +545,9 @@ fi
|
|||||||
- %%_lib fixes
|
- %%_lib fixes
|
||||||
* Mon Jul 14 2003 sbrabec@suse.cz
|
* Mon Jul 14 2003 sbrabec@suse.cz
|
||||||
- GNOME prefix change to /opt/gnome.
|
- GNOME prefix change to /opt/gnome.
|
||||||
* Thu Jun 19 2003 ro@suse.de
|
* Fri Jun 20 2003 ro@suse.de
|
||||||
- added directory to filelist
|
- added directory to filelist
|
||||||
* Mon Jun 02 2003 ro@suse.de
|
* Tue Jun 03 2003 ro@suse.de
|
||||||
- add manpages to filelist
|
- add manpages to filelist
|
||||||
- remove unpackaged files from buildroot
|
- remove unpackaged files from buildroot
|
||||||
* Mon Nov 11 2002 ro@suse.de
|
* Mon Nov 11 2002 ro@suse.de
|
||||||
@ -559,7 +572,7 @@ fi
|
|||||||
- auto* rerun, added intltool to neededforbuild
|
- auto* rerun, added intltool to neededforbuild
|
||||||
* Mon Jul 01 2002 hhetter@suse.de
|
* Mon Jul 01 2002 hhetter@suse.de
|
||||||
- updated to version 0.1.9
|
- updated to version 0.1.9
|
||||||
* Mon May 27 2002 ro@suse.de
|
* Tue May 28 2002 ro@suse.de
|
||||||
- removed gpc from neededforbuild
|
- removed gpc from neededforbuild
|
||||||
* Fri Feb 01 2002 ro@suse.de
|
* Fri Feb 01 2002 ro@suse.de
|
||||||
- changed neededforbuild <libpng> to <libpng-devel-packages>
|
- changed neededforbuild <libpng> to <libpng-devel-packages>
|
||||||
|
Loading…
Reference in New Issue
Block a user