]> git.pld-linux.org Git - packages/dachshund.git/blame - dachshund.spec
- tabs in preamble
[packages/dachshund.git] / dachshund.spec
CommitLineData
2a5662a2 1Summary: UML Visual Modeling Tool
3dcb1c11 2Summary(pl.UTF-8): Narzędzie do wizualnego modelowania UML
2a5662a2 3Name: dachshund
4Version: 0.1.0
5Release: 1
9ff74cdd 6License: GPL
7Group: X11/Applications/Graphics
993fa3d9 8Source0: http://dl.sourceforge.net/dachshund/%{name}-%{version}.tar.gz
e814c89f 9# Source0-md5: 38593f17084213f797fc4989017da1c8
2a5662a2 10URL: http://dachshund.sourceforge.net/
8e0ba5b3 11BuildRequires: gtk+2-devel
9ff74cdd 12BuildRequires: libgnome-devel >= 1.96.0
13BuildRequires: libgnomeui-devel >= 1.96.0
14BuildRequires: libxml2-devel >= 2.4.12
8e0ba5b3 15BuildRequires: python
9ff74cdd 16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
2a5662a2 17
2a5662a2 18%description
19Dachshund is UML visual modeling tool for GNOME.
20
3d2bac6d
JR
21%description -l pl.UTF-8
22Dachshund to narzędzie do wizualnego modelowania UML dla GNOME.
4a4e9ce1 23
2a5662a2 24%prep
25%setup -q
26
27%build
9ff74cdd 28%configure
29%{__make}
2a5662a2 30
31%install
2a5662a2 32rm -rf $RPM_BUILD_ROOT
33
9ff74cdd 34%{__make} install \
35 DESTDIR=$RPM_BUILD_ROOT
2a5662a2 36
9ff74cdd 37%clean
38rm -rf $RPM_BUILD_ROOT
2a5662a2 39
40%files
9ff74cdd 41%defattr(644,root,root,755)
42%doc AUTHORS ChangeLog NEWS README
43%attr(755,root,root) %{_bindir}/*
4a4e9ce1
JB
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/*
9ff74cdd 49%{_datadir}/dachshund/%{version}/pixmaps/*/*
4a4e9ce1
JB
50%dir %{_datadir}/dachshund/%{version}/python
51%dir %{_datadir}/dachshund/%{version}/python/*
9ff74cdd 52%{_datadir}/dachshund/%{version}/python/*/*
This page took 0.063703 seconds and 4 git commands to generate.