packages: zenity/zenity.spec - updated to 2.30.0
megabajt
megabajt at pld-linux.org
Thu Apr 1 13:18:33 CEST 2010
Author: megabajt Date: Thu Apr 1 11:18:33 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- updated to 2.30.0
---- Files affected:
packages/zenity:
zenity.spec (1.59 -> 1.60)
---- Diffs:
================================================================
Index: packages/zenity/zenity.spec
diff -u packages/zenity/zenity.spec:1.59 packages/zenity/zenity.spec:1.60
--- packages/zenity/zenity.spec:1.59 Sat Nov 28 16:09:28 2009
+++ packages/zenity/zenity.spec Thu Apr 1 13:18:28 2010
@@ -2,16 +2,15 @@
Summary: The GNOME port of dialog
Summary(pl.UTF-8): Port dialog dla GNOME
Name: zenity
-Version: 2.28.0
+Version: 2.30.0
Release: 1
License: LGPL v2+
Group: X11/Applications
-Source0: http://ftp.gnome.org/pub/GNOME/sources/zenity/2.28/%{name}-%{version}.tar.bz2
-# Source0-md5: 262c476aebbf67a7043cd80c6a03add3
+Source0: http://ftp.gnome.org/pub/GNOME/sources/zenity/2.30/%{name}-%{version}.tar.bz2
+# Source0-md5: 15ba2f27d5e1a79c996e5e53e16f4380
URL: http://freshmeat.net/projects/zenity/
-BuildRequires: GConf2-devel >= 2.22.0
-BuildRequires: autoconf
-BuildRequires: automake
+BuildRequires: autoconf >= 2.59
+BuildRequires: automake >= 1:1.9
BuildRequires: docbook-dtd412-xml
BuildRequires: gettext-devel
BuildRequires: glib2-devel >= 1:2.14.0
@@ -19,17 +18,16 @@
BuildRequires: gnome-doc-utils >= 0.12.0
BuildRequires: gtk+2-devel >= 2:2.16.0
BuildRequires: intltool >= 0.40.0
-BuildRequires: libglade2-devel >= 1:2.6.2
-BuildRequires: libgnomecanvas-devel >= 2.20.0
+BuildRequires: libnotify-devel >= 0.4.1
BuildRequires: libxml2-progs
BuildRequires: perl-base
BuildRequires: pkgconfig
BuildRequires: rpmbuild(find_lang) >= 1.23
BuildRequires: rpmbuild(macros) >= 1.311
BuildRequires: scrollkeeper
+BuildRequires: sed >= 4.0
Requires(post,postun): scrollkeeper
Requires: gtk+2 >= 2:2.16.0
-Requires: libgnomecanvas >= 2.20.0
# sr at Latn vs. sr at latin
Conflicts: glibc-misc < 6:2.7
Conflicts: gnome-utils < 2.3.3
@@ -47,6 +45,9 @@
%prep
%setup -q
+sed -i -e 's/^en at shaw//' po/LINGUAS
+rm -f po/en at shaw.po
+
%build
%{__gnome_doc_prepare}
%{__intltoolize}
@@ -54,7 +55,8 @@
%{__aclocal}
%{__autoconf}
%{__automake}
-%configure
+%configure \
+ --disable-silent-rules
%{__make}
%install
@@ -63,9 +65,6 @@
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
-[ -d $RPM_BUILD_ROOT%{_datadir}/locale/sr at latin ] || \
- mv -f $RPM_BUILD_ROOT%{_datadir}/locale/sr@{Latn,latin}
-
%find_lang %{name} --with-gnome --with-omf
%clean
@@ -80,9 +79,10 @@
%files -f %{name}.lang
%defattr(644,root,root,755)
%doc AUTHORS NEWS README THANKS TODO
-%attr(755,root,root) %{_bindir}/*
-%{_datadir}/%{name}
-%{_mandir}/man1/*
+%attr(755,root,root) %{_bindir}/gdialog
+%attr(755,root,root) %{_bindir}/zenity
+%{_datadir}/zenity
+%{_mandir}/man1/zenity.1*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -90,6 +90,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.60 2010/04/01 11:18:28 megabajt
+- updated to 2.30.0
+
Revision 1.59 2009/11/28 15:09:28 sparky
- BR: docbook-dtd412-xml, libxml2-progs
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/zenity/zenity.spec?r1=1.59&r2=1.60&f=u
More information about the pld-cvs-commit
mailing list