[packages/xfce4-smartbookmark-plugin] up to 0.4.5 : 2013/01/20
glen
glen at pld-linux.org
Sun Apr 7 16:36:36 CEST 2013
commit 6880956d37e9b045748401b6a393eeb8abb4c650
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Sun Apr 7 17:35:52 2013 +0300
up to 0.4.5 : 2013/01/20
- Port to libxfce4ui
- Build the plugin as a module
- Fix broken argument handling (bug #8642)
- Save config after destroying the dialog (bug #9523)
- Allow numpad enter to trigger the search too (bug #9663)
xfce4-smartbookmark-plugin.spec | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)
---
diff --git a/xfce4-smartbookmark-plugin.spec b/xfce4-smartbookmark-plugin.spec
index 11da282..4e68b4c 100644
--- a/xfce4-smartbookmark-plugin.spec
+++ b/xfce4-smartbookmark-plugin.spec
@@ -1,24 +1,24 @@
Summary: Xfce panel smartbookmark plugin
Summary(pl.UTF-8): Sprytne zakładki dla Xfce panel
Name: xfce4-smartbookmark-plugin
-Version: 0.4.4
-Release: 3
+Version: 0.4.5
+Release: 1
License: GPL
Group: X11/Applications
Source0: http://archive.xfce.org/src/panel-plugins/xfce4-smartbookmark-plugin/0.4/%{name}-%{version}.tar.bz2
-# Source0-md5: 273e38306a82f14e1b8c2c5db912f6c3
-Patch0: %{name}-ui.patch
+# Source0-md5: 820422dfc5c212689b2908e1ff09c548
URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-smartbookmark-plugin
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: gettext-devel
BuildRequires: intltool
-BuildRequires: libtool
+BuildRequires: libtool >= 2:2.2.6
BuildRequires: libxfce4ui-devel
BuildRequires: pkgconfig
-BuildRequires: xfce4-dev-tools >= 4.4.0
-BuildRequires: xfce4-panel-devel >= 4.4.0
-Requires: xfce4-panel >= 4.4.0
+BuildRequires: xfce4-dev-tools >= 4.8.0
+BuildRequires: xfce4-panel-devel >= 4.8.0
+Requires: exo
+Requires: xfce4-panel >= 4.8.0
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -31,7 +31,8 @@ stron WWW.
%prep
%setup -q
-%patch0 -p1
+
+%{__sed} -i -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac
%build
%{__intltoolize}
@@ -45,13 +46,12 @@ stron WWW.
%install
rm -rf $RPM_BUILD_ROOT
-
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
-%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/ur_PK
+%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/ur_PK
-%{__rm} $RPM_BUILD_ROOT%{_libdir}/xfce4/panel-plugins/*.la
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/xfce4/panel/plugins/libsmartbookmark.la
%find_lang %{name}
@@ -60,6 +60,6 @@ rm -rf $RPM_BUILD_ROOT
%files -f %{name}.lang
%defattr(644,root,root,755)
-%doc AUTHORS ChangeLog README
-%attr(755,root,root) %{_libdir}/xfce4/panel-plugins/libsmartbookmark.so
-%{_datadir}/xfce4/panel-plugins/smartbookmark.desktop
+%doc AUTHORS ChangeLog README NEWS
+%attr(755,root,root) %{_libdir}/xfce4/panel/plugins/libsmartbookmark.so
+%{_datadir}/xfce4/panel/plugins/smartbookmark.desktop
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/xfce4-smartbookmark-plugin.git/commitdiff/6880956d37e9b045748401b6a393eeb8abb4c650
More information about the pld-cvs-commit
mailing list