• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

作図ソフト dia の改良版


Commit MetaInfo

修订版5d79eaecd60bf60b58c63f42cc753e1eb7815b9d (tree)
时间2004-04-28 04:01:02
作者Lars Clausen <lclausen@src....>
CommiterLars Clausen

Log Message

Doc changes, mark version as 0.94-devel

更改概述

差异

--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
11 dnl Process this -*- autoconf -*- file with autoconf to produce a
22 dnl configure script.
3-AC_INIT(dia, 0.93-pre1, http://bugzilla.gnome.org/enter_bug.cgi?product=dia)
3+AC_INIT(dia, 0.93-devel, http://bugzilla.gnome.org/enter_bug.cgi?product=dia)
44 AC_CONFIG_SRCDIR(app/diagram.c)
55 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME,AC_PACKAGE_VERSION)
66
--- a/dia.spec
+++ b/dia.spec
@@ -1,21 +1,25 @@
11 %define name dia
22 # This is the full Dia version
3-%define ver 0.93
3+%define ver 0.94
44
55 Summary: A gtk+ based diagram creation program.
66 Name: %name
77 Version: %ver
88 # This indicates changes to the spec file after last time %ver has changed.
9-Release: pre1
9+Release: devel
1010 Copyright: GPL
1111 Group: Applications/
1212 Source: ftp://ftp.gnome.org/pub/GNOME/stable/sources/dia/%{name}-%{ver}.tar.gz
13-URL: http://www.lysator.liu.se/~alla/dia/dia.html
13+URL: http://www.gnome.org/projects/dia/
1414 BuildRoot: /var/tmp/%{name}-%{ver}-root
1515
16-Requires: libxml2 >= 2.3.9 gtk2 pango >= 1.1.5 freetype >= 2.0.9
16+Requires: libxml2 >= 2.3.9 gtk2 pango >= 1.1.5 freetype2 >= 2.0.9
17+Requires: libgnome libgnomeui popt
18+Requires: python python-gtk
1719 BuildRequires: libxml2-devel >= 2.3.9 gtk2-devel pango-devel >= 1.1.5
18-BuildRequires: freetype-devel >= 2.0.9 intltool > 0.21
20+BuildRequires: freetype2-devel >= 2.0.9 intltool > 0.21
21+BuildRequires: libgnome-devel libgnomeui-devel popt-devel
22+BuildRequires: python python-gtk
1923
2024 %description
2125 Dia is a GNU program designed to be much like the Windows
@@ -26,6 +30,9 @@ flowchart and others. The native file format for Dia is XML (optionally
2630 gzip compressed). It has print support, and can export to a number of formats such as EPS, SVG, CGM and PNG.
2731
2832 %changelog
33+* Mon Mar 29 2004 Lars Clausen <lars@raeder.dk>
34+- change url to www.gnome.org, fix freetype2 stuff, add python and gnome
35+- dependencies
2936 * Thu Feb 4 2003 Lars Clausen <lrclause@cs.uiuc.edu>
3037 - update requirements.
3138 - update prerelease number, move to release field.
@@ -57,9 +64,9 @@ gzip compressed). It has print support, and can export to a number of formats s
5764 unset LINGUAS || :
5865
5966 if [ -x ./configure ]; then
60- CFLAGS=$RPM_OPT_FLAGS ./configure --prefix=%{_prefix} --enable-gnome
67+ CFLAGS=$RPM_OPT_FLAGS ./configure --prefix=%{_prefix} --enable-gnome --with-python
6168 else
62- CFLAGS=$RPM_OPT_FLAGS ./autogen.sh --prefix=%{_prefix} --enable-gnome
69+ CFLAGS=$RPM_OPT_FLAGS ./autogen.sh --prefix=%{_prefix} --enable-gnome --with-python
6370 fi
6471 make
6572
--- a/doc/en/Makefile.am
+++ b/doc/en/Makefile.am
@@ -1,5 +1,5 @@
11 figdir=graphics
2-docname=dia-manual
2+docname=dia
33 lang=en
44 omffile=
55 entities=
@@ -9,7 +9,7 @@ dist-hook: app-dist-hook
99
1010 EXTRA_DIST += \
1111 dia.1 \
12- dia-manual.xml \
12+ dia.xml \
1313 graphics/line_props.png \
1414 graphics/home_network.png \
1515 graphics/line_icon.png \
--- a/doc/en/dia-manual.xml
+++ b/doc/en/dia.xml
@@ -8,7 +8,7 @@
88
99 [
1010
11- <!ENTITY VERSION "0.93-pre1">
11+ <!ENTITY VERSION "0.94-devel">
1212
1313 <!ENTITY INTRODUCTION SYSTEM "intro.xml">
1414
--- a/doc/en/usage-canvas.xml
+++ b/doc/en/usage-canvas.xml
@@ -82,6 +82,6 @@
8282
8383 <!--
8484 Local Variables:
85-sgml-parent-document: "dia-manual.sgml"
85+sgml-parent-document: "dia.xml"
8686 End:
8787 -->
--- a/doc/pl/Makefile.am
+++ b/doc/pl/Makefile.am
@@ -1,5 +1,5 @@
11 figdir=graphics
2-docname=dia-manual
2+docname=dia
33 lang=pl
44 omffile=
55 entities=
@@ -8,7 +8,7 @@ include $(top_srcdir)/xmldocs.make
88 dist-hook: app-dist-hook
99
1010 EXTRA_DIST += \
11- dia-manual.xml \
11+ dia.xml \
1212 graphics/line_props.png \
1313 graphics/home_network.png \
1414 graphics/greendots.png
--- a/doc/pl/dia-manual.xml
+++ b/doc/pl/dia.xml
@@ -1,7 +1,7 @@
11 <?xml version="1.0" encoding="iso-8859-1"?>
22
33 <!DOCTYPE Book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "../../dtd/docbookx.dtd"[
4-<!ENTITY VERSION "0.93-pre1">
4+<!ENTITY VERSION "0.94-devel">
55 <!ENTITY INTRODUCTION SYSTEM "intro.sgml">
66 <!ENTITY QUICKSTART SYSTEM "usage-quickstart.sgml">
77 <!ENTITY CANVAS SYSTEM "usage-canvas.sgml">
--- a/doc/pl/usage-canvas.xml
+++ b/doc/pl/usage-canvas.xml
@@ -82,6 +82,6 @@
8282
8383 <!--
8484 Local Variables:
85-sgml-parent-document: "dia-manual.sgml"
85+sgml-parent-document: "dia.xml"
8686 End:
8787 -->