]> git.pld-linux.org Git - packages/dia2code.git/blob - dia2code.spec
- new, from Lukasz Kies <kiesiu // kiesiu.com>
[packages/dia2code.git] / dia2code.spec
1 Summary:        Dia2Code generate code from a Dia diagram
2 Summary(pl.UTF-8):      Dia2Code generuje kod źródłowy z diagramów Dia
3 Name:           dia2code
4 Version:        0.8.3
5 Release:        1
6 License:        GPL v2+
7 Group:          Development/Tools
8 Source0:        http://dl.sourceforge.net/dia2code/%{name}-%{version}.tar.gz
9 # Source0-md5:  af64302f4e6633f26e28f74cbfbab742
10 URL:            http://dia2code.sourceforge.net/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  libxml2-devel >= 2.4.1
14 Requires:       libxml2 >= 2.4.1
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Dia2Code is a small utility used to generate code from a Dia diagram.
19 Generates code for: Ada, C, C++, Java, PHP, PHP5, Python, Ruby,
20 shapefile, SQL and C#.
21
22 %description -l pl.UTF-8
23 Dia2Code to małe narzędzie, które generuje kod źródłowy z diagramów
24 Dia. Generuje kod źródłowy dla języków: Ada, C, C++, Java, PHP, PHP5,
25 Python, Ruby, shapefile, SQL oraz C#.
26
27 %prep
28 %setup -q
29
30 %build
31 %{__aclocal}
32 %{__autoheader}
33 %{__automake}
34 %{__autoconf}
35 %configure
36
37 %{__make}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41 %{__make} install \
42         DESTDIR=$RPM_BUILD_ROOT
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc AUTHORS ChangeLog README* TODO
50 %attr(755,root,root) %{_bindir}/*
This page took 0.081457 seconds and 3 git commands to generate.