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