Author: megabajt Date: Sat Jan 27 13:32:11 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 0.4.8
---- Files affected: SPECS: xfce4-mount-plugin.spec (1.10 -> 1.11) ---- Diffs: ================================================================ Index: SPECS/xfce4-mount-plugin.spec diff -u SPECS/xfce4-mount-plugin.spec:1.10 SPECS/xfce4-mount-plugin.spec:1.11 --- SPECS/xfce4-mount-plugin.spec:1.10 Sat Oct 14 17:23:27 2006 +++ SPECS/xfce4-mount-plugin.spec Sat Jan 27 14:32:06 2007 @@ -2,21 +2,22 @@ Summary: mount/umount utility for Xfce panel Summary(pl): Narzędzie do montowania/odmontowywania dla panelu Xfce Name: xfce4-mount-plugin -Version: 0.3.2 +Version: 0.4.8 Release: 1 License: GPL v2+ Group: X11/Applications -Source0: http://goodies.xfce.org/releases/xfce4-mount-plugin/%{name}-%{version}.tar.gz -# Source0-md5: 0bcf4717a78d70e81f1b332535a87e74 +Source0: http://goodies.xfce.org/releases/xfce4-mount-plugin/%{name}-%{version}.tar.bz2 +# Source0-md5: 1333adf1c76d8f8b4c6f58bbcf43b6c6 URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-mount-plugin BuildRequires: autoconf BuildRequires: automake -BuildRequires: gtk+2 >= 2:2.6.0 -BuildRequires: libstdc++-devel +BuildRequires: intltool BuildRequires: pkgconfig -BuildRequires: xfce4-panel-devel >= 4.1.90 -Requires: gtk+2 >= 2:2.6.0 -Requires: xfce4-panel >= 4.1.90 +BuildRequires: xfce4-dev-tools >= 4.4.0 +BuildRequires: xfce4-panel-devel >= 4.4.0 +Requires(post,postun): gtk+2 +Requires(post,postun): hicolor-icon-theme +Requires: xfce4-panel >= 4.4.0 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -31,6 +32,11 @@ %setup -q %build +%{__intltoolize} +%{__aclocal} +%{__autoconf} +%{__autoheader} +%{__automake} %configure \ --disable-static @@ -42,15 +48,25 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -rm -f $RPM_BUILD_ROOT%{_libdir}/xfce4/panel-plugins/*.la +mv -f $RPM_BUILD_ROOT%{_datadir}/locale/{no,nb} + +%find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT -%files +%post +%update_icon_cache hicolor + +%postun +%update_icon_cache hicolor + +%files -f %{name}.lang %defattr(644,root,root,755) -%doc AUTHORS README -%attr(755,root,root) %{_libdir}/xfce4/panel-plugins/*.so +%doc AUTHORS ChangeLog README TODO +%attr(755,root,root) %{_libdir}/xfce4/panel-plugins/xfce4-mount-plugin +%{_datadir}/xfce4/panel-plugins/xfce4-mount-plugin.desktop +%{_iconsdir}/hicolor/*/apps/*.* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -58,6 +74,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.11 2007/01/27 13:32:06 megabajt +- up to 0.4.8 + Revision 1.10 2006/10/14 15:23:27 qboosh - updated URLs ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/xfce4-mount-plugin.spec?r1=1.10&r2=1.11&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
