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