]> git.pld-linux.org Git - packages/dachshund.git/blob - dachshund.spec
- massive attack s/pld.org.pl/pld-linux.org/
[packages/dachshund.git] / dachshund.spec
1 Summary:        UML Visual Modeling Tool
2 Summary(pl):    Narzêdzie do wizualnego modelowania UML
3 Name:           dachshund
4 Version:        0.1.0
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Graphics
8 Source0:        http://dl.sourceforge.net/dachshund/%{name}-%{version}.tar.gz
9 URL:            http://dachshund.sourceforge.net/
10 BuildRequires:  gtk+2-devel
11 BuildRequires:  libgnome-devel >= 1.96.0
12 BuildRequires:  libgnomeui-devel >= 1.96.0
13 BuildRequires:  libxml2-devel >= 2.4.12
14 BuildRequires:  python
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Dachshund is UML visual modeling tool for GNOME.
19
20 %description -l pl
21 Dachshund to narzêdzie do wizualnego modelowania UML dla GNOME.
22
23 %prep
24 %setup -q
25
26 %build
27 %configure
28 %{__make}
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32
33 %{__make} install \
34         DESTDIR=$RPM_BUILD_ROOT
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %doc AUTHORS ChangeLog NEWS README
42 %attr(755,root,root) %{_bindir}/*
43 # cannot these be simplified?
44 %dir %{_datadir}/dachshund
45 %dir %{_datadir}/dachshund/%{version}
46 %dir %{_datadir}/dachshund/%{version}/pixmaps
47 %dir %{_datadir}/dachshund/%{version}/pixmaps/*
48 %{_datadir}/dachshund/%{version}/pixmaps/*/*
49 %dir %{_datadir}/dachshund/%{version}/python
50 %dir %{_datadir}/dachshund/%{version}/python/*
51 %{_datadir}/dachshund/%{version}/python/*/*
This page took 0.078107 seconds and 3 git commands to generate.