Author: megabajt Date: Tue Feb 15 11:37:51 2011 GMT Module: packages Tag: DEVEL ---- Log message: - fixed %files - revised deps
---- Files affected: packages/xfce4-notes-plugin: xfce4-notes-plugin.spec (1.17.2.1 -> 1.17.2.2) ---- Diffs: ================================================================ Index: packages/xfce4-notes-plugin/xfce4-notes-plugin.spec diff -u packages/xfce4-notes-plugin/xfce4-notes-plugin.spec:1.17.2.1 packages/xfce4-notes-plugin/xfce4-notes-plugin.spec:1.17.2.2 --- packages/xfce4-notes-plugin/xfce4-notes-plugin.spec:1.17.2.1 Mon Nov 15 10:56:26 2010 +++ packages/xfce4-notes-plugin/xfce4-notes-plugin.spec Tue Feb 15 12:37:46 2011 @@ -9,15 +9,16 @@ Source0: http://archive.xfce.org/src/panel-plugins/xfce4-notes-plugin/1.7/%{name}-%{version}.tar.bz2 # Source0-md5: 42b924b23f2fec6a1099e9b7a87db4a3 URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin -BuildRequires: Thunar-devel >= 1.1.0 +BuildRequires: Thunar-devel >= 1.2.0 +BuildRequires: libunique-devel BuildRequires: pkgconfig -BuildRequires: rpmbuild(macros) >= 1.311 -BuildRequires: xfce4-dev-tools >= 4.7.0 -BuildRequires: xfce4-panel-devel >= 4.7.0 -BuildRequires: xfconf-devel >= 4.7.0 -Requires(post,postun): gtk+2 -Requires(post,postun): hicolor-icon-theme -Requires: xfce4-panel >= 4.6.0 +BuildRequires: rpmbuild(macros) >= 1.601 +BuildRequires: xfce4-dev-tools >= 4.8.0 +BuildRequires: xfce4-panel-devel >= 4.8.0 +BuildRequires: xfconf-devel >= 4.8.0 +Requires: gtk-update-icon-cache +Requires: hicolor-icon-theme +Requires: xfce4-panel >= 4.8.0 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -33,6 +34,7 @@ %build %configure \ + --disable-silent-rules \ --disable-static %{__make} @@ -43,7 +45,9 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -rm -r $RPM_BUILD_ROOT%{_datadir}/locale/ur_PK +%{__rm} $RPM_BUILD_ROOT%{_libdir}/xfce4/panel-plugins/*.la + +%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/ur_PK %find_lang %{name} @@ -58,13 +62,14 @@ %files -f %{name}.lang %defattr(644,root,root,755) -%doc AUTHORS ChangeLog NEWS README TODO +%doc AUTHORS ChangeLog NEWS README %{_sysconfdir}/xdg/autostart/xfce4-notes-autostart.desktop %attr(755,root,root) %{_bindir}/xfce4-notes %attr(755,root,root) %{_bindir}/xfce4-popup-notes %attr(755,root,root) %{_bindir}/xfce4-notes-settings -%attr(755,root,root) %{_libdir}/xfce4/panel-plugins/xfce4-notes-plugin -%{_datadir}/xfce4/panel-plugins/xfce4-notes-plugin.desktop +%attr(755,root,root) %{_libdir}/xfce4/panel-plugins/libnotes.so* +%{_datadir}/xfce4-notes-plugin +%{_datadir}/xfce4/panel-plugins/xfce4-notes-plugin-47.desktop %{_iconsdir}/hicolor/*/apps/*.* %{_desktopdir}/xfce4-notes.desktop @@ -74,6 +79,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.17.2.2 2011/02/15 11:37:46 megabajt +- fixed %files +- revised deps + Revision 1.17.2.1 2010/11/15 09:56:26 baggins - 1.7.7 for XFCE 4.8 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xfce4-notes-plugin/xfce4-notes-plugin.spec?r1=1.17.2.1&r2=1.17.2.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
