]> git.pld-linux.org Git - packages/gabber.git/blobdiff - gabber.spec
- s/xml-i18n-tools/intltool/ in BR, more specific Requires; release 3
[packages/gabber.git] / gabber.spec
index 5c60925134c535c1b996a10bfe21908f289db4f4..dd72595596dde55abd59014ba01bafe7ec75986e 100644 (file)
@@ -7,7 +7,7 @@ Summary(pl):    Klient Jabber dla GNOME
 Summary(pt_BR):        Um cliente GNOME para o Jabber
 Name:          gabber
 Version:       0.8.7
-Release:       2
+Release:       3
 License:       GPL
 Group:         Applications/Communications
 Source0:       http://prdownloads.sourceforge.net/gabber/%{name}-%{version}.tar.gz
@@ -17,22 +17,22 @@ BuildRequires:      ORBit-devel
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: gal-devel >= 0.19
-BuildRequires: gdk-pixbuf-devel
+BuildRequires: gdk-pixbuf-gnome-devel
 BuildRequires: gettext-devel
 BuildRequires: gnome-libs-devel >= 1.2.13
 BuildRequires: gnomemm-devel >= 1.2.0
 BuildRequires: gnome-print-devel
 BuildRequires: gtk+-devel >= 1.2.5
 BuildRequires: gtkmm-devel >= 1.2.5
-BuildRequires: libglade-devel >= 0.17
+BuildRequires: intltool
+BuildRequires: libglade-gnome-devel >= 0.17
 BuildRequires: libsigc++-devel
 BuildRequires: libunicode-devel
 BuildRequires: openssl-devel >= 0.9.6a
 BuildRequires: scrollkeeper
-BuildRequires: xml-i18n-tools
 BuildRequires: xmms-devel
-Prereq:                /sbin/ldconfig
-Prereq:                scrollkeeper
+Requires(post,postun): /sbin/ldconfig
+Requires(post,postun): scrollkeeper
 Requires:      applnk
 Requires:      gnupg
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -68,7 +68,7 @@ sed -e s/AM_GNOME_GETTEXT/AM_GNU_GETTEXT/ configure.in > configure.in.tmp
 mv -f configure.in.tmp configure.in
 rm -f missing
 xml-i18n-toolize --copy --force
-gettextize --copy --force
+%{__gettextize}
 aclocal -I %{_aclocaldir}/gnome
 autoheader
 %{__autoconf}
@@ -101,19 +101,17 @@ rm -rf $RPM_BUILD_ROOT
        Applicationsdir=%{_applnkdir}/Network/Communications \
        omf_dest_dir=%{_omf_dest_dir}/%{name}
 
-gzip -9nf AUTHORS NEWS README TODO
-
 %find_lang %{name} --with-gnome --all-name
 
-%post  -p /usr/bin/scrollkeeper-update
-%postun -p /usr/bin/scrollkeeper-update
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post  -p /usr/bin/scrollkeeper-update
+%postun -p /usr/bin/scrollkeeper-update
+
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc *.gz
+%doc AUTHORS NEWS README TODO
 %{_sysconfdir}/sound/events/*
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man?/*
This page took 0.033973 seconds and 4 git commands to generate.