]> git.pld-linux.org Git - packages/dia.git/commitdiff
- updated to 0.82, dia-0_82-1
authorkloczek <kloczek@pld-linux.org>
Thu, 16 Dec 1999 01:24:00 +0000 (01:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- Updated Vendor (now is James Henstridge <james@daa.com.au>) and Source url,
- adaperized,
- added usin %%{_applnkdir} macro.

Changed files:
    dia.spec -> 1.30

dia.spec

index 1e55e05fc584a4ad69d88620d539e80219e0900c..e936dd195bdea8b60f96592cc93524609b4efe62 100644 (file)
--- a/dia.spec
+++ b/dia.spec
@@ -1,13 +1,13 @@
 Summary:       Dia - a gtk+ based diagram creation program
 Summary(pl):   Dia - program do tworzenie diagramów
 Name:          dia
-Version:       0.81
+Version:       0.82
 Release:       1
-Copyright:     GPL
+License:       GPL
 Group:         X11/Applications/Graphics
 Group(pl):     X11/Aplikacje/Grafika
-Vendor:                Alexander Larsson <alla@lysator.liu.se>
-Source0:       http://www.lysator.liu.se/~alla/dia/files/%{name}-%{version}.tar.gz
+Vendor:                James Henstridge <james@daa.com.au>
+Source0:       ftp://ftp.gnome.org/pub/GNOME/stable/sources/dia/%{name}-%{version}.tar.gz
 Source1:       dia.desktop
 URL:           http://www.lysator.liu.se/~alla/dia/dia.html
 BuildRequires: gtk+-devel >= 1.2.0
@@ -21,20 +21,22 @@ BuildRoot:  /tmp/%{name}-%{version}-root
 
 %define                _prefix         /usr/X11R6
 %define                _mandir         %{_prefix}/man
+%define                _applnkdir      %{_datadir}/applnk
 
 %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.
+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.   
 
 %description -l pl
-Dia jest programem zaprojektowanym tak by byæ podobnym do programu 'Visio'
-znanego z Windows. Dia mo¿e byæ u¿ywany do rysowania ró¿nego rodzaju diagramów.
-W tej wersji znajduje siê wsparcie dla diagramów o statycznej strukturze UML
-(diagramy klasowe) i dla diagramów sieciowych. Aktualnie mo¿e on ³adowaæ
-i zapisywaæ diagramy we w³asnym formacie oraz eksportowaæ je do postscriptu.
+Dia jest programem zaprojektowanym tak by byæ podobnym do programu 'Visio' 
+znanego z Windows. Dia mo¿e byæ u¿ywany do rysowania ró¿nego rodzaju 
+diagramów. W tej wersji znajduje siê wsparcie dla diagramów o statycznej 
+strukturze UML (diagramy klasowe) i dla diagramów sieciowych. Aktualnie 
+mo¿e on ³adowaæ i zapisywaæ diagramy we w³asnym formacie oraz eksportowaæ 
+je do postscriptu.   
 
 %prep
 %setup -q
@@ -47,11 +49,11 @@ make
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/usr/X11R6/share/applnk/Graphics
+install -d $RPM_BUILD_ROOT%{_applnkdir}/Graphics
 
 make install DESTDIR=$RPM_BUILD_ROOT
 
-install %{SOURCE1} $RPM_BUILD_ROOT/usr/X11R6/share/applnk/Graphics
+install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Graphics
 
 strip --strip-unneeded $RPM_BUILD_ROOT%{_libdir}/dia/lib*.so
 
@@ -67,7 +69,7 @@ rm -rf $RPM_BUILD_ROOT
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc *.gz
-/usr/X11R6/share/applnk/Graphics/dia.desktop
+%{_applnkdir}/Graphics/dia.desktop
 %attr(755,root,root) %{_bindir}/dia
 %dir %{_libdir}/dia
 %attr(755,root,root) %{_libdir}/dia/lib*.so
This page took 0.066209 seconds and 4 git commands to generate.