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:
Vincent Untz
2011-01-07 23:09:11 +00:00
committed by Git OBS Bridge
parent 27ea699dad
commit 56f40c894a
4 changed files with 26 additions and 5 deletions

View File

@@ -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