]> git.pld-linux.org Git - packages/dia.git/blob - dia.spec
- changed all BuildRoot definitons
[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.84
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Graphics
8 Group(pl):      X11/Aplikacje/Grafika
9 Vendor:         James Henstridge <james@daa.com.au>
10 Source:         ftp://ftp.gnome.org/pub/GNOME/stable/sources/dia/%{name}-%{version}.tar.gz
11 Patch:          dia-applnkdir.patch
12 URL:            http://www.lysator.liu.se/~alla/dia/dia.html
13 BuildRequires:  gtk+-devel >= 1.2.0
14 BuildRequires:  XFree86-devel
15 BuildRequires:  libxml-devel
16 BuildRequires:  zlib-devel
17 BuildRequires:  imlib-devel
18 BuildRequires:  gettext-devel
19 Requires:       gtk+ >= 1.2.0
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %define         _prefix         /usr/X11R6
23 %define         _mandir         %{_prefix}/man
24
25 %description
26 Dia is a program designed to be much like the Windows program 'Visio'. It 
27 can be used to draw different kind of diagrams. In this first version there 
28 is support for UML static structure diagrams (class diagrams) and Network 
29 diagrams. It can currently load and save diagrams to a custom fileformat 
30 and export to postscript.   
31
32 %description -l pl
33 Dia jest programem zaprojektowanym tak by byæ podobnym do programu 'Visio' 
34 znanego z Windows. Dia mo¿e byæ u¿ywany do rysowania ró¿nego rodzaju 
35 diagramów. W tej wersji znajduje siê wsparcie dla diagramów o statycznej 
36 strukturze UML (diagramy klasowe) i dla diagramów sieciowych. Aktualnie 
37 mo¿e on ³adowaæ i zapisywaæ diagramy we w³asnym formacie oraz eksportowaæ 
38 je do postscriptu.   
39
40 %prep
41 %setup -q
42 %patch -p1
43
44 %build
45 automake
46 gettextize --copy --force
47 LDFLAGS="-s"; export LDFLAGS
48 %configure
49 make
50
51 %install
52 rm -rf $RPM_BUILD_ROOT
53
54 make install DESTDIR=$RPM_BUILD_ROOT
55
56 strip --strip-unneeded $RPM_BUILD_ROOT%{_libdir}/dia/lib*.so
57
58 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/*
59
60 %find_lang %{name}
61
62 gzip -9nf AUTHORS NEWS README TODO
63
64 %clean
65 rm -rf $RPM_BUILD_ROOT
66
67 %files -f %{name}.lang
68 %defattr(644,root,root,755)
69 %doc *.gz
70 %{_applnkdir}/Graphics/dia.desktop
71 %attr(755,root,root) %{_bindir}/dia
72 %dir %{_libdir}/dia
73 %attr(755,root,root) %{_libdir}/dia/lib*.so
74 %attr(755,root,root) %{_libdir}/dia/lib*.la
75 %{_datadir}/dia
76 %{_datadir}/pixmaps/*
77 %{_mandir}/man1/*
This page took 0.053657 seconds and 4 git commands to generate.