Accepting request 57500 from home:vuntz:branches:GNOME:Factory
ok OBS-URL: https://build.opensuse.org/request/show/57500 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/anjuta?expand=0&rev=75
This commit is contained in:
parent
27ea699dad
commit
56f40c894a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e69c22e38623ff2a828c4214f6486169d1a42e5b4b221f26c581094bc059d638
|
||||
size 10197971
|
3
anjuta-2.32.1.1.tar.bz2
Normal file
3
anjuta-2.32.1.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f2b67609890a45d907ab5b42fd5963ba7cb41193d4a0dd2543584eca2ec5db58
|
||||
size 10171972
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 7 17:39:13 CET 2011 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 2.32.1.1:
|
||||
+ bgo#636665: .vapi file not distributed
|
||||
+ bgo#636312: double click fails to select entire word if it
|
||||
contains _ or digits
|
||||
+ bgo#633018: fix crash happening because misuse of
|
||||
xmlCleanupParser
|
||||
+ lp#448126: "Report bugs" menu entry does not work
|
||||
- Add a hack to change permissions of some documentation files, so
|
||||
that they are non-executable.
|
||||
- Pass --disable-schemas-install to configure, to avoid some errors
|
||||
during make install.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 19 10:11:30 CET 2010 - vuntz@opensuse.org
|
||||
|
||||
|
10
anjuta.spec
10
anjuta.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package anjuta (Version 2.32.1.0)
|
||||
# spec file for package anjuta (Version 2.32.1.1)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: anjuta
|
||||
Version: 2.32.1.0
|
||||
Version: 2.32.1.1
|
||||
Release: 1
|
||||
License: GPLv2+
|
||||
Summary: Versatile Integrated Development Environment for GNOME
|
||||
@ -137,6 +137,7 @@ translation-update-upstream
|
||||
%build
|
||||
%configure\
|
||||
--disable-static \
|
||||
--disable-schemas-install \
|
||||
--disable-scrollkeeper
|
||||
make %{?jobs:-j%jobs}
|
||||
|
||||
@ -155,6 +156,11 @@ DESTDIR=%{buildroot} mime-info-to-mime
|
||||
%find_lang anjuta-manual anjuta.lang
|
||||
%find_gconf_schemas
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
# Fix permissions
|
||||
for file in AUTHORS COPYING ChangeLog FUTURE README doc/ScintillaDoc.html TODO; do
|
||||
test -x $file
|
||||
chmod a-x $file
|
||||
done
|
||||
%fdupes %{buildroot}
|
||||
|
||||
%clean
|
||||
|
Loading…
Reference in New Issue
Block a user