rpms/notification-daemon/devel .cvsignore, 1.5, 1.6 notification-daemon.spec, 1.25, 1.26 sources, 1.5, 1.6

Matthias Clasen mclasen at fedoraproject.org
Sun Nov 23 03:43:52 UTC 2008


Author: mclasen

Update of /cvs/extras/rpms/notification-daemon/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28599

Modified Files:
	.cvsignore notification-daemon.spec sources 
Log Message:
0.4.0



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/notification-daemon/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	10 Jun 2008 16:55:58 -0000	1.5
+++ .cvsignore	23 Nov 2008 03:43:22 -0000	1.6
@@ -1 +1 @@
-notification-daemon-0.3.7.90.tar.bz2
+notification-daemon-0.4.0.tar.bz2


Index: notification-daemon.spec
===================================================================
RCS file: /cvs/extras/rpms/notification-daemon/devel/notification-daemon.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- notification-daemon.spec	14 Jul 2008 21:54:24 -0000	1.25
+++ notification-daemon.spec	23 Nov 2008 03:43:22 -0000	1.26
@@ -4,10 +4,10 @@
 %define gconf_version           2.14
 %define wnck_version            2.19.3
 
-Summary: Notification Daemon
+Summary: Desktop Notification Daemon
 Name: notification-daemon
-Version: 0.3.7.90
-Release: 1.svn3009%{?dist}
+Version: 0.4.0
+Release: 1%{?dist}
 URL: http://www.galago-project.org/specs/notification/
 License: GPLv2+
 Group: System Environment/Libraries
@@ -35,19 +35,15 @@
 Obsoletes: notify-daemon
 
 Source0: http://www.galago-project.org/files/releases/source/notification-daemon/%{name}-%{version}.tar.bz2
-Patch2: notification-daemon-clipping.patch
-Patch3: notification-daemon-svn3009-distfix.patch
-Patch4: notification-daemon-positioning.patch
 
 %description
 notification-daemon is the server implementation of the freedesktop.org desktop
-notification specification.
+notification specification. Notifications can be used to inform the user 
+about an event or display some form of information without getting in the 
+user's way.
 
 %prep
-%setup -q -n notification-daemon-svn3009
-%patch2 -p1 -b .clipping
-%patch3 -p0 -b .svn3009-distfix
-%patch4 -p0 -b .positioning
+%setup -q 
 
 %build
 ./autogen.sh
@@ -62,10 +58,11 @@
 make install DESTDIR=$RPM_BUILD_ROOT
 
 # Really, just use gconftool for this
-rm -f $RPM_BUILD_ROOT/%{_bindir}/notification-properties
-rm -f $RPM_BUILD_ROOT/%{_datadir}/applications/*.desktop
-rm -f $RPM_BUILD_ROOT/%{_datadir}/notification-daemon/notification-properties.glade
-rmdir $RPM_BUILD_ROOT/%{_datadir}/notification-daemon/
+rm -f $RPM_BUILD_ROOT%{_bindir}/notification-properties
+rm -f $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop
+rm -f $RPM_BUILD_ROOT%{_datadir}/notification-daemon/notification-properties.glade
+rmdir $RPM_BUILD_ROOT%{_datadir}/notification-daemon/
+rm -rf $RPM_BUILD_ROOT%{_datadir}/icons
 
 rm -f $RPM_BUILD_ROOT/%{_libdir}/notification-daemon-1.0/engines/*.*a
 
@@ -104,7 +101,14 @@
 %{_datadir}/dbus-1/services/org.freedesktop.Notifications.service
 %config %{_sysconfdir}/gconf/schemas/notification-daemon.schemas
 
+
+
 %changelog
+* Sat Nov 22 2008 Matthias Clasen <mclasen at redhat.com> - 0.4.0-1
+- Update to 0.4.0
+- Drop obosolete patches
+- Tweak description
+
 * Mon Jul 14 2008 Matthias Clasen <mclasen at redhat.com> - 0.3.7.90-1.svn3009
 - Build against libsexy rather than copying part of it in a broken way (#455289)
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/notification-daemon/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	10 Jun 2008 16:55:58 -0000	1.5
+++ sources	23 Nov 2008 03:43:22 -0000	1.6
@@ -1 +1 @@
-52b98c29edbe3c749409619d5c674b49  notification-daemon-0.3.7.90.tar.bz2
+e61eff9782551d81045bb53e8a801d58  notification-daemon-0.4.0.tar.bz2




More information about the scm-commits mailing list