Author: teodor Date: Wed Jan 24 09:36:28 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - init version
---- Files affected: SPECS: xfce4-smartbookmark-plugin.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/xfce4-smartbookmark-plugin.spec diff -u /dev/null SPECS/xfce4-smartbookmark-plugin.spec:1.1 --- /dev/null Wed Jan 24 10:36:28 2007 +++ SPECS/xfce4-smartbookmark-plugin.spec Wed Jan 24 10:36:22 2007 @@ -0,0 +1,60 @@ +# $Revision$, $Date$ +Summary: Xfce panel smartbookmark plugin +Summary(pl): Sprytne zakładki dla Xfce panel +Name: xfce4-smartbookmark-plugin +Version: 0.4.2 +Release: 1 +License: GPL +Group: X11/Applications +Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.gz +# Source0-md5: 284e26595637dd2e900b75534372496b +URL: http://goodies.xfce.org/ +BuildRequires: pkgconfig +BuildRequires: xfce4-panel-devel >= 4.4.0 +Requires: xfce4-panel >= 4.4.0 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +This is a simple plugin that lets the user send requests directly +to your browser and perform a custom search. + +%description -l pl +Wtyczka ta pozwala na wysyłanie zapytań bezpośrednio do zdefiniowanych +stron WWW. + +%prep +%setup -q + +%build +%configure \ + --disable-static +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +rm -rf $RPM_BUILD_ROOT%{_libdir}/xfce4/panel-plugins/libsmartbookmark.la + +%find_lang %{name} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files -f %{name}.lang +%defattr(644,root,root,755) +%doc AUTHORS COPYING ChangeLog README +%{_libdir}/xfce4/panel-plugins/libsmartbookmark.so +%{_datadir}/xfce4/panel-plugins/smartbookmark.desktop + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2007/01/24 09:36:22 teodor +- init version + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
