]> git.pld-linux.org Git - packages/xfce4-smartbookmark-plugin.git/blob - xfce4-smartbookmark-plugin.spec
- up to 0.5.2
[packages/xfce4-smartbookmark-plugin.git] / xfce4-smartbookmark-plugin.spec
1 Summary:        Xfce panel smartbookmark plugin
2 Summary(pl.UTF-8):      Sprytne zakładki dla Xfce panel
3 Name:           xfce4-smartbookmark-plugin
4 Version:        0.5.2
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://archive.xfce.org/src/panel-plugins/xfce4-smartbookmark-plugin/0.5/%{name}-%{version}.tar.bz2
9 # Source0-md5:  a418a441a57c9e0248d13c467fac050e
10 URL:            http://goodies.xfce.org/projects/panel-plugins/xfce4-smartbookmark-plugin
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  gettext-tools
14 BuildRequires:  intltool
15 BuildRequires:  libtool >= 2:2.2.6
16 BuildRequires:  libxfce4ui-devel
17 BuildRequires:  pkgconfig
18 BuildRequires:  xfce4-dev-tools >= 4.14.0
19 BuildRequires:  xfce4-panel-devel >= 4.14.0
20 Requires:       exo
21 Requires:       xfce4-panel >= 4.14.0
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 This is a simple plugin that lets the user send requests directly to
26 your browser and perform a custom search.
27
28 %description -l pl.UTF-8
29 Wtyczka ta pozwala na wysyłanie zapytań bezpośrednio do zdefiniowanych
30 stron WWW.
31
32 %prep
33 %setup -q
34
35 %{__sed} -i -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac
36
37 %build
38 %{__intltoolize}
39 %{__libtoolize}
40 %{__aclocal}
41 %{__autoconf}
42 %{__automake}
43 %configure \
44         --disable-static
45 %{__make}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49 %{__make} install \
50         DESTDIR=$RPM_BUILD_ROOT
51
52 %{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{hye,ur_PK}
53
54 %{__rm} $RPM_BUILD_ROOT%{_libdir}/xfce4/panel/plugins/libsmartbookmark.la
55
56 %find_lang %{name}
57
58 %clean
59 rm -rf $RPM_BUILD_ROOT
60
61 %files -f %{name}.lang
62 %defattr(644,root,root,755)
63 %doc AUTHORS ChangeLog NEWS
64 %attr(755,root,root) %{_libdir}/xfce4/panel/plugins/libsmartbookmark.so
65 %{_datadir}/xfce4/panel/plugins/smartbookmark.desktop
This page took 0.101361 seconds and 4 git commands to generate.