]> git.pld-linux.org Git - packages/xfce4-smartbookmark-plugin.git/blame - xfce4-smartbookmark-plugin.spec
- up to 0.4.6
[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
5f8ecee4
JR
4Version: 0.4.6
5Release: 1
8332900b
JK
6License: GPL
7Group: X11/Applications
6a765bd3 8Source0: http://archive.xfce.org/src/panel-plugins/xfce4-smartbookmark-plugin/0.4/%{name}-%{version}.tar.bz2
5f8ecee4 9# Source0-md5: 01b7735d4d9ab0150d4ddd3becb94d5f
26b72335
MB
10URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-smartbookmark-plugin
11BuildRequires: autoconf
12BuildRequires: automake
83291a74 13BuildRequires: gettext-tools
26b72335 14BuildRequires: intltool
6880956d 15BuildRequires: libtool >= 2:2.2.6
a26c6332 16BuildRequires: libxfce4ui-devel
8332900b 17BuildRequires: pkgconfig
5f8ecee4
JR
18BuildRequires: xfce4-dev-tools >= 4.12.0
19BuildRequires: xfce4-panel-devel >= 4.12.0
6880956d 20Requires: exo
5f8ecee4 21Requires: xfce4-panel >= 4.12.0
8332900b
JK
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
6880956d
ER
34
35%{__sed} -i -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac
8332900b
JK
36
37%build
26b72335
MB
38%{__intltoolize}
39%{__libtoolize}
40%{__aclocal}
41%{__autoconf}
42%{__automake}
8332900b
JK
43%configure \
44 --disable-static
45%{__make}
46
47%install
48rm -rf $RPM_BUILD_ROOT
8332900b
JK
49%{__make} install \
50 DESTDIR=$RPM_BUILD_ROOT
51
6880956d 52%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/ur_PK
d1ac4af5 53
6880956d 54%{__rm} $RPM_BUILD_ROOT%{_libdir}/xfce4/panel/plugins/libsmartbookmark.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)
6880956d
ER
63%doc AUTHORS ChangeLog README NEWS
64%attr(755,root,root) %{_libdir}/xfce4/panel/plugins/libsmartbookmark.so
65%{_datadir}/xfce4/panel/plugins/smartbookmark.desktop
This page took 0.07517 seconds and 4 git commands to generate.