]> git.pld-linux.org Git - packages/dachshund.git/commitdiff
- raw version from home page.
authorkloczek <kloczek@pld-linux.org>
Sat, 7 Sep 2002 17:09:40 +0000 (17:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dachshund.spec -> 1.1

dachshund.spec [new file with mode: 0644]

diff --git a/dachshund.spec b/dachshund.spec
new file mode 100644 (file)
index 0000000..bd47c6a
--- /dev/null
@@ -0,0 +1,55 @@
+Summary:       UML Visual Modeling Tool
+Name:          dachshund
+Version:       0.1.0
+Release:       1
+Copyright:     GPL
+Group:         Gnome/Development
+Source:                %{name}-%{version}.tar.gz
+URL:           http://dachshund.sourceforge.net/
+BuildRoot:     /var/tmp/%{name}-%{version}-root
+Prefix:                /usr
+
+Requires: gtk2 >= 1.3.11
+Requires: libgnome >= 1.96.0
+Requires: libgnomeui >= 1.96.0
+Requires: libxml2 >= 2.4.12
+
+%description
+Dachshund is UML visual modeling tool for GNOME.
+
+%prep
+%setup -q
+
+%build
+CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%prefix --sysconfdir=/etc
+
+if [ "$SMP" != "" ]; then
+       make -j$SMP "MAKE=make -j$SMP"
+else
+       make
+fi
+
+%install
+make prefix=$RPM_BUILD_ROOT%{prefix} sysconfdir=$RPM_BUILD_ROOT/etc install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+
+%postun
+
+%files
+%defattr(-, root, root)
+%doc AUTHORS COPYING ChangeLog NEWS README
+%{prefix}/bin/*
+%{prefix}/share/dachshund/%{version}/pixmaps/*/*
+%{prefix}/share/dachshund/%{version}/python/*/*
+
+%changelog
+* Fri Mar 29 2002 David Bryant <daveb@acres.com.au>
+- files only includes the dachshund binary now
+- added checks for the required libraries
+
+* Thu Oct 4 2001 David Bryant <daveb@acres.com.au>
+- wrote this file
This page took 0.074122 seconds and 4 git commands to generate.