]> git.pld-linux.org Git - packages/dia.git/blob - dia.spec
By Arkadiusz Miśkiewicz <misiek@misiek.eu.org>:
[packages/dia.git] / dia.spec
1 Summary:     Dia - a gtk+ based diagram creation program
2 Summary(pl): Dia - bazuj±cy na gtk+ program do tworzenie diagramów
3 Name:        dia
4 Version:     0.20
5 Release:     2
6 Copyright:   GPL
7 Group:       X11/Applications/Graphics
8 Vendor:      Alexander Larsson <alla@lysator.liu.se>
9 Source0:     http://www.lysator.liu.se/~alla/dia/%{name}-%{version}.tar.gz
10 Source1:     %{name}.wmconfig
11 URL:         http://www.lysator.liu.se/~alla/dia/dia.html
12 Requires:    gtk+ >= 1.1.1
13 BuildRoot:   /tmp/%{name}-%{version}-root
14
15 %description
16 Dia is a program designed to be much like the Windows program 'Visio'. It
17 can be used to draw different kind of diagrams. In this first version there
18 is support for UML static structure diagrams (class diagrams) and Network
19 diagrams. It can currently load and save diagrams to a custom fileformat and
20 export to postscript.
21
22 %description -l pl
23 Dia jest programem zaprojektowanym tak by byæ podobnym do programu 'Visio'
24 znanego z Windows. Dia mo¿e byæ u¿ywany do rysowania ró¿nego rodzaju diagramów.
25 W tej wersji znajduje siê wsparcie dla diagramów o statycznej strukturze UML
26 (diagramy klasowe) i dla diagramów sieciowych. Aktualnie mo¿e on ³adowaæ
27 i zapisywaæ diagramy we w³asnym formacie oraz eksportowaæ je do postscriptu.
28
29 %prep
30 %setup -q
31
32 %build
33 ./configure --prefix=/usr/X11R6
34 make CFLAGS="$RPM_OPT_FLAGS"
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38 install -d $RPM_BUILD_ROOT/etc/X11/wmconfig
39
40 make install prefix=$RPM_BUILD_ROOT/usr/X11R6
41
42 install %{SOURCE1} $RPM_BUILD_ROOT/etc/X11/wmconfig/%{name}
43
44 strip $RPM_BUILD_ROOT/usr/X11R6/{bin/*,lib/dia/lib*.so.*.*}
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644, root, root, 755)
51 %doc AUTHORS NEWS README TODO
52 %attr(755, root, root) /usr/X11R6/bin/dia
53 %dir /usr/X11R6/lib/dia
54 %attr(755, root, root) /usr/X11R6/lib/dia/lib*.so*
55 %attr(755, root, root) /usr/X11R6/lib/dia/lib*.la
56
57 %changelog
58 * Sat Sep 26 1998 Arkadiusz Mi¶kiewicz <misiek@misiek.eu.org>
59   [0.20-2]
60 - added pl translation.
61
62 * Sun Aug 30 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
63   [0.20-1]
64 - first release in rpm package.
This page took 0.041867 seconds and 4 git commands to generate.