rpms/xfce4-notes-plugin/devel .cvsignore, 1.12, 1.13 sources, 1.12, 1.13 xfce4-notes-plugin.spec, 1.21, 1.22

Christoph Wickert cwickert at fedoraproject.org
Sun Dec 20 14:48:33 UTC 2009


Author: cwickert

Update of /cvs/pkgs/rpms/xfce4-notes-plugin/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18284

Modified Files:
	.cvsignore sources xfce4-notes-plugin.spec 
Log Message:
* Sun Dec 20 2009 Christoph Wickert <cwickert at fedoraproject.org> - 1.7.2-1
- Update to 1.7.2
- New build dep: unique-devel



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xfce4-notes-plugin/devel/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- .cvsignore	4 Sep 2009 22:07:59 -0000	1.12
+++ .cvsignore	20 Dec 2009 14:48:33 -0000	1.13
@@ -1 +1 @@
-xfce4-notes-plugin-1.7.1.tar.bz2
+xfce4-notes-plugin-1.7.2.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xfce4-notes-plugin/devel/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- sources	4 Sep 2009 22:07:59 -0000	1.12
+++ sources	20 Dec 2009 14:48:33 -0000	1.13
@@ -1 +1 @@
-c6d27d8c566fbd98a14bd59273da0adf  xfce4-notes-plugin-1.7.1.tar.bz2
+054742ecc4bb83de6c1447b023938d3e  xfce4-notes-plugin-1.7.2.tar.bz2


Index: xfce4-notes-plugin.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xfce4-notes-plugin/devel/xfce4-notes-plugin.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- xfce4-notes-plugin.spec	4 Sep 2009 22:07:59 -0000	1.21
+++ xfce4-notes-plugin.spec	20 Dec 2009 14:48:33 -0000	1.22
@@ -1,5 +1,5 @@
 Name:		xfce4-notes-plugin
-Version:	1.7.1
+Version:	1.7.2
 Release:	1%{?dist}
 Summary:	Notes plugin for the Xfce panel
 
@@ -9,9 +9,10 @@ URL:		http://goodies.xfce.org/projects/p
 Source0:	http://archive.xfce.org/src/panel-plugins/%{name}/1.7/%{name}-%{version}.tar.bz2
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:	xfce4-panel-devel >= 4.4.0, libxfcegui4-devel >= 4.4.0, libxml2-devel
+BuildRequires:	xfce4-panel-devel >= 4.4.0, libxfcegui4-devel >= 4.4.0
 BuildRequires:	xfconf-devel >= 4.6.0
-BuildRequires:	gettext, intltool, perl(XML::Parser)
+BuildRequires:	unique-devel
+BuildRequires:	gettext, intltool, desktop-file-utils
 Requires:	xfce4-panel >= 4.4.1, xfconf >= 4.6.0
 
 %description
@@ -27,13 +28,17 @@ background color and much more.
 
 %build
 %configure --disable-static
-make %{?_smp_mflags}
+V=1 make %{?_smp_mflags}
 
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
 %find_lang %{name}
+desktop-file-validate \
+    $RPM_BUILD_ROOT/%{_sysconfdir}/xdg/autostart/xfce4-notes-autostart.desktop
+desktop-file-validate \
+    $RPM_BUILD_ROOT/%{_datadir}/applications/xfce4-notes.desktop
 
 
 %clean
@@ -58,15 +63,22 @@ gtk-update-icon-cache %{_datadir}/icons/
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING ChangeLog NEWS README
+%config(noreplace) %{_sysconfdir}/xdg/autostart/xfce4-notes-autostart.desktop
+%{_bindir}/xfce4-notes
+%{_bindir}/xfce4-popup-notes
 %{_bindir}/xfce4-notes-settings
 %{_libexecdir}/xfce4/panel-plugins/%{name}
-%{_datadir}/xfce4/panel-plugins/*.desktop
+%{_datadir}/applications/xfce4-notes.desktop
 %{_datadir}/icons/hicolor/*/apps/%{name}.png
 %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
-%{_bindir}/xfce4-popup-notes
+%{_datadir}/xfce4/panel-plugins/*.desktop
 
 
 %changelog
+* Sun Dec 20 2009 Christoph Wickert <cwickert at fedoraproject.org> - 1.7.2-1
+- Update to 1.7.2
+- New build dep: unique-devel
+
 * Fri Sep 04 2009 Christoph Wickert <cwickert at fedoraproject.org> - 1.7.1-1
 - Update to 1.7.1
 




More information about the fedora-extras-commits mailing list