|
@@ -1,13 +1,15 @@
|
|
-Summary: GTK widgets for xfce
|
|
|
|
Name: libxfcegui4
|
|
Name: libxfcegui4
|
|
|
|
+Summary: GTK widgets for xfce
|
|
Version: 4.6.4
|
|
Version: 4.6.4
|
|
-Release: 1%{?_dist_release}
|
|
|
|
-License: LGPL
|
|
|
|
|
|
+Release: 2%{?_dist_release}
|
|
|
|
+
|
|
|
|
+Group: System Environment/Libraries
|
|
|
|
+License: LGPLv2+
|
|
URL: http://www.xfce.org/
|
|
URL: http://www.xfce.org/
|
|
|
|
+
|
|
Source0: http://www.xfce.org/archive/xfce-%{version}/src/%{name}-%{version}.tar.bz2
|
|
Source0: http://www.xfce.org/archive/xfce-%{version}/src/%{name}-%{version}.tar.bz2
|
|
Patch0: %{name}-4.4.2-xfce-exec-use-thunar.patch
|
|
Patch0: %{name}-4.4.2-xfce-exec-use-thunar.patch
|
|
Patch1: libxfcegui4-4.6.0-keyboard-shortcuts.patch
|
|
Patch1: libxfcegui4-4.6.0-keyboard-shortcuts.patch
|
|
-Group: System Environment/Libraries
|
|
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: gtk2-devel >= 2.10.0
|
|
BuildRequires: gtk2-devel >= 2.10.0
|
|
@@ -20,7 +22,8 @@ BuildRequires: libglade2-devel
|
|
BuildRequires: perl-XML-Parser
|
|
BuildRequires: perl-XML-Parser
|
|
BuildRequires: intltool
|
|
BuildRequires: intltool
|
|
BuildRequires: libSM-devel
|
|
BuildRequires: libSM-devel
|
|
-Requires(post): gtk2
|
|
|
|
|
|
+Requires(posttrans): gtk2
|
|
|
|
+Requires(postun): gtk2
|
|
|
|
|
|
%description
|
|
%description
|
|
The package includes various gtk widgets for Xfce.
|
|
The package includes various gtk widgets for Xfce.
|
|
@@ -32,7 +35,6 @@ Requires: libxfcegui4 = %{version}-%{release}
|
|
Requires: libxfce4util-devel >= 4.6.0
|
|
Requires: libxfce4util-devel >= 4.6.0
|
|
Requires: gtk2-devel >= 2.12.0
|
|
Requires: gtk2-devel >= 2.12.0
|
|
Requires: xfconf-devel >= 4.6.0
|
|
Requires: xfconf-devel >= 4.6.0
|
|
-Requires: pkgconfig
|
|
|
|
|
|
|
|
%description devel
|
|
%description devel
|
|
Static libraries and header files for the libxfcegui4 library.
|
|
Static libraries and header files for the libxfcegui4 library.
|
|
@@ -59,14 +61,19 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libglade/*/*.la
|
|
rm -rf $RPM_BUILD_ROOT
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
%post
|
|
%post
|
|
-touch --no-create %{_datadir}/icons/hicolor || :
|
|
|
|
-%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
|
|
|
/sbin/ldconfig
|
|
/sbin/ldconfig
|
|
|
|
+touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
|
|
|
|
+
|
|
|
|
+%posttrans
|
|
|
|
+gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
|
|
|
|
|
%postun
|
|
%postun
|
|
-touch --no-create %{_datadir}/icons/hicolor || :
|
|
|
|
-%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
|
|
|
/sbin/ldconfig
|
|
/sbin/ldconfig
|
|
|
|
+if [ $1 -eq 0 ] ; then
|
|
|
|
+ touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
|
|
|
|
+ gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
|
|
|
+fi
|
|
|
|
+
|
|
|
|
|
|
%files -f %{name}.lang
|
|
%files -f %{name}.lang
|
|
%defattr(-,root,root)
|
|
%defattr(-,root,root)
|
|
@@ -90,6 +97,9 @@ touch --no-create %{_datadir}/icons/hicolor || :
|
|
#%{_datadir}/glade3/pixmaps/hicolor/*/actions/*
|
|
#%{_datadir}/glade3/pixmaps/hicolor/*/actions/*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Wed Sep 22 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.4-2
|
|
|
|
+- rebuilt with rpm-4.8.1 for pkg-config
|
|
|
|
+
|
|
* Sun May 23 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.4-1
|
|
* Sun May 23 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.4-1
|
|
- new upstream release
|
|
- new upstream release
|
|
- built with new toolchain
|
|
- built with new toolchain
|