Accepting request 25413 from home:vuntz:branches:GNOME:Factory
Copy from home:vuntz:branches:GNOME:Factory/gnome-doc-utils via accept of submit request 25413 revision 2. Request was accepted with message: Accepting... OBS-URL: https://build.opensuse.org/request/show/25413 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-doc-utils?expand=0&rev=38
This commit is contained in:
parent
ac34174937
commit
1cb6b1d3f7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:008d0037bb8c56a462267530008e833008188300ccf19c3cdcc76e8440fe67a4
|
||||
size 790422
|
3
gnome-doc-utils-0.18.1.tar.bz2
Normal file
3
gnome-doc-utils-0.18.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f601f602a99023fb8d46b3e5dec460357d719d9c6aae9600520f1b786d4f545f
|
||||
size 783694
|
@ -61,3 +61,24 @@ Index: gnome-doc-utils-0.18.0/tools/gnome-doc-utils.make
|
||||
@for lc in C $(_DOC_REAL_LINGUAS); do \
|
||||
if test -f "$$lc/.xml2po.mo"; then \
|
||||
echo "rm -f $$lc/.xml2po.mo"; \
|
||||
commit ce05d9fdadfc227cad82450623a0616a2a3db84b
|
||||
Author: Shaun McCance <shaunm@gnome.org>
|
||||
Date: Mon Nov 16 14:21:45 2009 -0600
|
||||
|
||||
[gnome-doc-utils.make] Fixed error for missing directory for mo files
|
||||
|
||||
diff --git a/tools/gnome-doc-utils.make b/tools/gnome-doc-utils.make
|
||||
index ac47130..97fd549 100644
|
||||
--- a/tools/gnome-doc-utils.make
|
||||
+++ b/tools/gnome-doc-utils.make
|
||||
@@ -340,6 +340,10 @@ $(_DOC_POFILES):
|
||||
fi
|
||||
|
||||
$(_DOC_MOFILES): %.mo: %.po
|
||||
+ @if ! test -d $(dir $@); then \
|
||||
+ echo "mkdir $(dir $@)"; \
|
||||
+ mkdir "$(dir $@)"; \
|
||||
+ fi
|
||||
msgfmt -o $@ $<
|
||||
|
||||
# FIXME: fix the dependancy
|
||||
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 16:18:08 CET 2009 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 0.18.1:
|
||||
+ Fixed Makefile.am to byte-compile Python files, bug #596702
|
||||
+ Updated translations.
|
||||
- Complete gnome-doc-utils-make-parallel.patch with commit
|
||||
ce05d9fd, and reenable parallel build.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 08:45:55 CET 2009 - dimstar@opensuse.org
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package gnome-doc-utils (Version 0.18.0)
|
||||
# spec file for package gnome-doc-utils (Version 0.18.1)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: gnome-doc-utils
|
||||
Version: 0.18.0
|
||||
Version: 0.18.1
|
||||
Release: 1
|
||||
License: GPL v2 or later ; LGPL v2.1 or later
|
||||
Summary: A Collection of Documentation Utilities for GNOME
|
||||
@ -102,7 +102,7 @@ translation-update-upstream
|
||||
# ACLOCAL="aclocal -I $PWD" autoreconf -f -i
|
||||
%configure\
|
||||
--disable-scrollkeeper
|
||||
make pkgconfigdir=%{_datadir}/pkgconfig
|
||||
make %{?jobs:-j%jobs} pkgconfigdir=%{_datadir}/pkgconfig
|
||||
|
||||
%install
|
||||
%makeinstall pkgconfigdir=%{_datadir}/pkgconfig
|
||||
|
Loading…
Reference in New Issue
Block a user