Accepting request 85591 from GNOME:Factory
Pushing G:F OBS-URL: https://build.opensuse.org/request/show/85591 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/anjuta?expand=0&rev=68
This commit is contained in:
commit
c527473ed1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:96f043094dce24303a6da1224d60311159b66453b8a67fc009d33c48f3f40b84
|
||||
size 7183988
|
3
anjuta-3.2.0.tar.bz2
Normal file
3
anjuta-3.2.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c4ec47ba00a1a4303f1312ff2f0ff9bc24ac94f0a50b8503686944f6b545bb09
|
||||
size 7676464
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 25 23:07:28 UTC 2011 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 3.2.0:
|
||||
+ Fixed make distcheck: FAQ, autotests, etc.
|
||||
+ Updated translations.
|
||||
- Drop hack to install anjuta_logo.png properly during %install:
|
||||
fixed upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 21 17:50:52 UTC 2011 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 3.1.92:
|
||||
+ Bugs fixed: bgo#656470, bgo#658229, bgo#658262, bgo#566700,
|
||||
bgo#654320, bgo#655295, bgo#658903, bgo#654463.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 17 11:03:24 UTC 2011 - jengelh@medozas.de
|
||||
|
||||
- Remove redundant tags/sections from specfile
|
||||
- Use %_smp_mflags for parallel build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 6 09:04:24 UTC 2011 - vuntz@opensuse.org
|
||||
|
||||
|
14
anjuta.spec
14
anjuta.spec
@ -18,14 +18,13 @@
|
||||
|
||||
|
||||
Name: anjuta
|
||||
Version: 3.1.91
|
||||
Version: 3.2.0
|
||||
Release: 1
|
||||
# FIXME: (should be fixed in > 3.1.91) Check if the anjuta_logo.png install hack is still needed. See https://bugzilla.gnome.org/show_bug.cgi?id=656470. Last checked in version 3.1.91.
|
||||
License: GPLv2+
|
||||
Summary: Versatile Integrated Development Environment for GNOME
|
||||
Url: http://anjuta.sourceforge.net/
|
||||
Group: Development/Tools/IDE
|
||||
Source: http://download.gnome.org/sources/anjuta/3.1/%{name}-%{version}.tar.bz2
|
||||
Source: http://download.gnome.org/sources/anjuta/3.2/%{name}-%{version}.tar.bz2
|
||||
Source1: %{name}-rpmlintrc
|
||||
BuildRequires: autogen
|
||||
BuildRequires: binutils-devel
|
||||
@ -131,7 +130,7 @@ translation-update-upstream
|
||||
%configure\
|
||||
--disable-static \
|
||||
--disable-scrollkeeper
|
||||
make %{?jobs:-j%jobs} V=1
|
||||
make %{?_smp_mflags} V=1
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
@ -147,16 +146,9 @@ rm -r %{buildroot}%{_datadir}/doc
|
||||
#%%find_lang anjuta-build-tutorial %{?no_lang_C} anjuta.lang
|
||||
#%%find_lang anjuta-faqs %{?no_lang_C} anjuta.lang
|
||||
%find_lang anjuta-manual %{?no_lang_C} anjuta.lang
|
||||
# anjuta_logo is wrongly linked from help, https://bugzilla.gnome.org/show_bug.cgi?id=656470
|
||||
for lang in %{buildroot}/%{_datadir}/gnome/help/anjuta-manual/*; do
|
||||
cp --remove-destination %{buildroot}%{_datadir}/pixmaps/anjuta/anjuta_logo.png $lang/anjuta_logo.png
|
||||
done
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%fdupes %{buildroot}
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
%glib2_gsettings_schema_post
|
||||
|
Loading…
Reference in New Issue
Block a user