Author: qboosh Date: Sat Mar 4 13:46:26 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - missing dir and rcs tags
---- Files affected: SPECS: gtkwave.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/gtkwave.spec diff -u SPECS/gtkwave.spec:1.1 SPECS/gtkwave.spec:1.2 --- SPECS/gtkwave.spec:1.1 Thu Mar 2 20:41:34 2006 +++ SPECS/gtkwave.spec Sat Mar 4 14:46:21 2006 @@ -1,3 +1,4 @@ +# $Revision$, $Date$ Summary: The GTKWave - electronic waveform viewer Summary(pl): The GTKWave - przeglądarka przebiegów elektronicznych Name: gtkwave @@ -11,9 +12,9 @@ URL: http://www.cs.manchester.ac.uk/apt/projects/tools/gtkwave/ BuildRequires: autoconf BuildRequires: automake -BuildRequires: libtool BuildRequires: bzip2-devel BuildRequires: gtk+-devel >= 1.2.0 +BuildRequires: libtool BuildRequires: libxml2-devel >= 2.6.11 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -32,7 +33,8 @@ %{__aclocal} %{__automake} %{__autoconf} -%configure +%configure \ + --disable-static %{__make} %install @@ -43,7 +45,6 @@ DESTDIR=$RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT%{_includedir} -rm -rf $RPM_BUILD_ROOT%{_libdir}/gtkwave/*.a %clean rm -rf $RPM_BUILD_ROOT @@ -52,6 +53,7 @@ %defattr(644,root,root,755) %doc TODO README AUTHORS ChangeLog %attr(755,root,root) %{_bindir}/* +%dir %{_libdir}/gtkwave %attr(755,root,root) %{_libdir}/gtkwave/*.so* # .la are required %{_libdir}/gtkwave/*.la @@ -61,3 +63,10 @@ %changelog * %{date} PLD Team <[EMAIL PROTECTED]> All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.2 2006/03/04 13:46:21 qboosh +- missing dir and rcs tags + +Revision 1.1 2006/03/02 19:41:34 maciek2w +- initial release ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/gtkwave.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
