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