rpms/startup-notification/devel startup-notification.spec, 1.18, 1.19

Parag Nemade (pnemade) fedora-extras-commits at redhat.com
Wed Oct 3 05:29:17 UTC 2007


Author: pnemade

Update of /cvs/pkgs/rpms/startup-notification/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11204

Modified Files:
	startup-notification.spec 
Log Message:
SPEC cleanup for merge-review bug 226435


Index: startup-notification.spec
===================================================================
RCS file: /cvs/pkgs/rpms/startup-notification/devel/startup-notification.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- startup-notification.spec	28 Sep 2007 14:36:51 -0000	1.18
+++ startup-notification.spec	3 Oct 2007 05:28:44 -0000	1.19
@@ -3,7 +3,7 @@
 Version: 0.9
 Release: 2%{?dist}
 URL: http://www.freedesktop.org/software/startup-notification/
-Source0: http://download.gnome.org/sources/startup-notification/0.9/%{name}-%{version}.tar.bz2
+Source0: http://download.gnome.org/sources/%{name}/%{version}/%{name}-%{version}.tar.bz2
 License: LGPLv2
 Group: System Environment/Libraries
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -11,7 +11,6 @@
 BuildRequires: libXt-devel
 
 %description
-
 This package contains libstartup-notification which implements a
 startup notification protocol. Using this protocol a desktop
 environment can track the launch of an application and provide
@@ -20,28 +19,23 @@
 %package devel
 Summary: Development portions of startup-notification
 Group: Development/Libraries
-Requires: startup-notification = %{version}-%{release}
+Requires: %{name} = %{version}-%{release}
 Requires: libX11-devel
 Requires: pkgconfig
 
 %description devel
-
 Header files and static libraries for libstartup-notification.
 
 %prep
 %setup -q
 
 %build
-
 %configure --disable-static
-
-make
+make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 make install DESTDIR=$RPM_BUILD_ROOT
-
 /bin/rm -f $RPM_BUILD_ROOT%{_libdir}/*.{a,la}
 
 %clean
@@ -52,14 +46,12 @@
 
 %files
 %defattr(-,root,root,-)
-
 %doc doc/startup-notification.txt
 %doc AUTHORS COPYING ChangeLog NEWS
 %{_libdir}/lib*.so.*
 
 %files devel
 %defattr(-, root, root,-)
-
 %{_libdir}/lib*.so
 %{_libdir}/pkgconfig/*
 %{_includedir}/*




More information about the fedora-extras-commits mailing list