]> git.pld-linux.org Git - packages/dia.git/commitdiff
- first release in rpm package.
authorkloczek <kloczek@pld-linux.org>
Sun, 30 Aug 1998 22:14:46 +0000 (22:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dia.spec -> 1.1

dia.spec [new file with mode: 0644]

diff --git a/dia.spec b/dia.spec
new file mode 100644 (file)
index 0000000..bf6c8d9
--- /dev/null
+++ b/dia.spec
@@ -0,0 +1,50 @@
+Summary:     Dia - a gtk+ based diagram creation program
+Name:        dia
+Version:     0.20
+Release:     1
+Copyright:   GPL
+Group:       X11/Applications/Graphics
+Vendor:      Alexander Larsson <alla@lysator.liu.se>
+Source0:     http://www.lysator.liu.se/~alla/dia/%{name}-%{version}.tar.gz
+Source1:     %{name}.wmconfig
+URL:         http://www.lysator.liu.se/~alla/dia/dia.html
+Requires:    gtk+ >= 1.2.1
+BuildRoot:   /tmp/%{name}-%{version}-root
+
+%description
+Dia is a program designed to be much like the Windows program 'Visio'. It
+can be used to draw different kind of diagrams. In this first version there
+is support for UML static structure diagrams (class diagrams) and Network
+diagrams. It can currently load and save diagrams to a custom fileformat and
+export to postscript.
+
+%prep
+%setup -q
+
+%build
+./configure --prefix=/usr/X11R6
+make CFLAGS="$RPM_OPT_FLAGS"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT/etc/X11/wmconfig
+
+make install prefix=$RPM_BUILD_ROOT/usr/X11R6
+
+install %{SOURCE1} $RPM_BUILD_ROOT/etc/X11/wmconfig/%{name}
+
+strip $RPM_BUILD_ROOT/usr/X11R6/{bin/*,lib/lib*.so.*.*}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644, root, root, 755)
+%doc AUTHORS NEWS README TODO
+%attr(755, root, root) /usr/X11R6/bin/dia
+%attr(755, root, root) /usr/X11R6/lib*.so.*.*
+
+%changelog
+* Sun Aug 30 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
+  [0.20-1]
+- first release in rpm package.
This page took 0.058603 seconds and 4 git commands to generate.