]> git.pld-linux.org Git - packages/gtkwave.git/commitdiff
- updated to 3.3.57 auto/th/gtkwave-3.3.57-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 16 Feb 2014 15:03:22 +0000 (16:03 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 16 Feb 2014 15:03:22 +0000 (16:03 +0100)
- added gconf bcond

gtkwave.spec

index 5255a62c345a3a0f838ab3ebeab783a7fc439f5c..572b75100b74b78e5f95eb0c97b6411b39069bac 100644 (file)
@@ -1,14 +1,19 @@
-# TODO: simarama, FsdbReader support?
+# TODO: simarama, FsdbReader support? (BR proprietary libs?)
+#
+# Conditional build:
+%bcond_without gconf   # GConf usage for preferences
+#
 Summary:       The GTKWave - electronic waveform viewer
 Summary(pl.UTF-8):     GTKWave - przeglądarka przebiegów elektronicznych
 Name:          gtkwave
-Version:       3.3.52
+Version:       3.3.57
 Release:       1
 License:       GPL v2+
 Group:         Applications/Printing
 Source0:       http://gtkwave.sourceforge.net/%{name}-%{version}.tar.gz
-# Source0-md5: 1a7b7fbfede6f1f91fe26845b3b36f48
+# Source0-md5: 48b512df622302dcc39f9f1dd109aa70
 URL:           http://gtkwave.sourceforge.net/
+%{?with_gconf:BuildRequires:   GConf2-devel >= 2.0}
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake
 BuildRequires: bzip2-devel
@@ -41,6 +46,7 @@ GTKWave jest przeglądraką przebiegów elektronicznych.
 %configure \
        --enable-judy \
        --disable-mime-update \
+       %{?with_gconf:--with-gconf} \
        --with-tcl=/usr/lib \
        --with-tk=/usr/lib
 
@@ -67,7 +73,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc ANALOG_README.TXT AUTHORS ChangeLog LICENSE.TXT MIT.TXT README SYSTEMVERILOG_README.TXT
+%doc AUTHORS ChangeLog LICENSE.TXT README
 %attr(755,root,root) %{_bindir}/evcd2vcd
 %attr(755,root,root) %{_bindir}/fst2vcd
 %attr(755,root,root) %{_bindir}/fstminer
This page took 0.094671 seconds and 4 git commands to generate.