]> git.pld-linux.org Git - packages/gnome-terminal.git/commitdiff
updated to 1.9.7
authorArtur Frysiak <artur@frysiak.net>
Tue, 4 Jun 2002 12:53:52 +0000 (12:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gnome-terminal.spec -> 1.4

gnome-terminal.spec

index 8e8a617f70b1311f2fc2700a1b985378d125dfeb..898060cecc908a82b8bac84df4648793bf4412fa 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       GNOME Terminal
 Summary(pl):   Terminal dla GNOME
 Name:          gnome-terminal
-Version:       1.9.6
+Version:       1.9.7
 Release:       1
 License:       GPL
 Group:         X11/Applications
@@ -11,8 +11,10 @@ BuildRequires:       GConf2-devel >= 1.1.10
 BuildRequires: gtk+2-devel >= 2.0.2
 BuildRequires: libglade2-devel
 BuildRequires: libgnomeui-devel
-BuildRequires: libzvt-devel >= 1.116.0
+BuildRequires: libzvt-devel >= 1.116.1
 BuildRequires: pkgconfig >= 0.12.0
+BuildRequires: scrollkeeper
+Requires(post,postun): scrollkeeper
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _prefix         /usr/X11R6
@@ -35,7 +37,9 @@ To jest terminal, na razie ca
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT \
+       omf_dest_dir=%{_omf_dest_dir}/%{name}
 
 
 %find_lang %{name} --with-gnome --all-name
@@ -44,8 +48,12 @@ install -d $RPM_BUILD_ROOT
 rm -rf $RPM_BUILD_ROOT
 
 %post 
+scrollkeeper-update
 GCONF_CONFIG_SOURCE="" %{_bindir}/gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/*.schemas > /dev/null
 
+%postun
+scrollkeeper-update
+
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc README ChangeLog NEWS TODO AUTHORS
@@ -55,5 +63,4 @@ GCONF_CONFIG_SOURCE="" %{_bindir}/gconftool-2 --makefile-install-rule %{_sysconf
 %{_datadir}/applications/*
 %{_libdir}/bonobo/servers/*
 %{_datadir}/pixmaps/*
-#no doc
-#%{_datadir}/gnome/help/%{name}
+%doc %{_omf_dest_dir}/%{name}
This page took 0.085971 seconds and 4 git commands to generate.