rpms/nautilus-pastebin/F-11 nautilus-pastebin.spec,1.1,1.2

Ankur Sinha ankursinha at fedoraproject.org
Sun May 9 03:43:37 UTC 2010


Author: ankursinha

Update of /cvs/pkgs/rpms/nautilus-pastebin/F-11
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv27690

Modified Files:
	nautilus-pastebin.spec 
Log Message:
minor adjustments to spec


Index: nautilus-pastebin.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nautilus-pastebin/F-11/nautilus-pastebin.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- nautilus-pastebin.spec	6 May 2010 17:56:30 -0000	1.1
+++ nautilus-pastebin.spec	9 May 2010 03:43:36 -0000	1.2
@@ -10,13 +10,14 @@
 
 Name:           nautilus-pastebin
 Version:        0.4.1
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Nautilus extension to send files to a pastebin
 
 Group:          User Interface/Desktops
 License:        GPLv2+
 URL:            http://launchpad.net/nautilus-pastebin/
 Source0:        http://launchpad.net/nautilus-pastebin/trunk/0.4.1/+download/%{name}-%{version}.tar.gz
+# patch that makes fpaste.org default
 Patch0:         nautilus-pastebin-default.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -26,6 +27,9 @@ BuildRequires:  intltool
 BuildRequires:  python2-devel
 BuildRequires:  python-distutils-extra
 
+# a user using this extension should also have
+# fpaste installed which a default in F12 onwards
+Requires:       fpaste
 Requires(pre): GConf2
 Requires(post): GConf2
 Requires(preun): GConf2
@@ -96,6 +100,10 @@ fi
 %{_datadir}/applications/%{name}-configurator.desktop
 
 %changelog
+* Sun May 09 2010 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.4.1-7
+- add fpaste as requires
+- comment for patch
+
 * Wed May 05 2010 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.4.1-6
 - Fixes according to #583141
 



More information about the scm-commits mailing list