]> git.pld-linux.org Git - packages/dachshund.git/blame - dachshund.spec
- partialy rewrited byt NYF.
[packages/dachshund.git] / dachshund.spec
CommitLineData
2a5662a2 1Summary: UML Visual Modeling Tool
2Name: dachshund
3Version: 0.1.0
4Release: 1
9ff74cdd 5License: GPL
6Group: X11/Applications/Graphics
7Source0: http://prdownloads.sourceforge.net/dachshund/%{name}-%{version}.tar.gz
2a5662a2 8URL: http://dachshund.sourceforge.net/
9ff74cdd 9BuildRequires: gtk+2-decel
10BuildRequires: libgnome-devel >= 1.96.0
11BuildRequires: libgnomeui-devel >= 1.96.0
12BuildRequires: libxml2-devel >= 2.4.12
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
2a5662a2 14
9ff74cdd 15%define _prefix /usr/X11R6
16%define _mandir %{_prefix}/man
2a5662a2 17
18%description
19Dachshund is UML visual modeling tool for GNOME.
20
21%prep
22%setup -q
23
24%build
9ff74cdd 25%configure
26%{__make}
2a5662a2 27
28%install
2a5662a2 29rm -rf $RPM_BUILD_ROOT
30
9ff74cdd 31%{__make} install \
32 DESTDIR=$RPM_BUILD_ROOT
2a5662a2 33
9ff74cdd 34%clean
35rm -rf $RPM_BUILD_ROOT
2a5662a2 36
37%files
9ff74cdd 38%defattr(644,root,root,755)
39%doc AUTHORS ChangeLog NEWS README
40%attr(755,root,root) %{_bindir}/*
41%{_datadir}/dachshund/%{version}/pixmaps/*/*
42%{_datadir}/dachshund/%{version}/python/*/*
This page took 0.083561 seconds and 4 git commands to generate.