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