rpms/nautilus-pastebin/devel .cvsignore, 1.2, 1.3 nautilus-pastebin.spec, 1.3, 1.4 sources, 1.2, 1.3

Ankur Sinha ankursinha at fedoraproject.org
Fri Jun 18 16:14:36 UTC 2010


Author: ankursinha

Update of /cvs/pkgs/rpms/nautilus-pastebin/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv20886

Modified Files:
	.cvsignore nautilus-pastebin.spec sources 
Log Message:
Update to latest release
- update to 0.5.0




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/nautilus-pastebin/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	6 May 2010 17:47:40 -0000	1.2
+++ .cvsignore	18 Jun 2010 16:14:36 -0000	1.3
@@ -1 +1 @@
-nautilus-pastebin-0.4.1.tar.gz
+nautilus-pastebin-0.5.0.tar.gz


Index: nautilus-pastebin.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nautilus-pastebin/devel/nautilus-pastebin.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- nautilus-pastebin.spec	13 Jun 2010 15:32:17 -0000	1.3
+++ nautilus-pastebin.spec	18 Jun 2010 16:14:36 -0000	1.4
@@ -3,14 +3,9 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
 %endif
 
-# The package should be a noarch, but the usage the %{_libdir} macro needs removal 
-# noarch
-
-%global         debug_package %{nil}
-
 Name:           nautilus-pastebin
-Version:        0.4.1
-Release:        8%{?dist}
+Version:        0.5.0
+Release:        1%{?dist}
 Summary:        Nautilus extension to send files to a pastebin
 
 Group:          User Interface/Desktops
@@ -20,6 +15,7 @@ Source0:        http://launchpad.net/nau
 # patch that makes fpaste.org default
 Patch0:         nautilus-pastebin-default.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildArch:      noarch    
 
 BuildRequires:  gettext
 BuildRequires:  desktop-file-utils
@@ -57,7 +53,6 @@ CFLAGS="$RPM_OPT_FLAGS" %{__python} setu
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install --root=$RPM_BUILD_ROOT --install-scripts=/usr/share/nautilus-pastebin
-install -p -D -m 0755 scripts/%{name}.py $RPM_BUILD_ROOT/%{_libdir}/nautilus/extensions-2.0/python/%{name}.py
 %find_lang %{name}
 desktop-file-validate $RPM_BUILD_ROOT/%{_datadir}/applications/%{name}-configurator.desktop
 
@@ -93,7 +88,6 @@ fi
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc ChangeLog GPL-2 NEWS PKG-INFO README
-%{_libdir}/nautilus/extensions-2.0/python/*
 %{python_sitelib}/pastebin/*.py*
 %{python_sitelib}/nautilus_pastebin-*-py?.?.egg-info
 %config(noreplace) %{_sysconfdir}/gconf/schemas/*
@@ -102,6 +96,9 @@ fi
 %{_datadir}/applications/%{name}-configurator.desktop
 
 %changelog
+* Fri Jun 18 2010 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.5.0-1
+- updated to latest release
+
 * Sun Jun 13 2010 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.4.1-8
 - added nautilus-python as a Requires
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/nautilus-pastebin/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	6 May 2010 17:47:40 -0000	1.2
+++ sources	18 Jun 2010 16:14:36 -0000	1.3
@@ -1 +1 @@
-ad10c5ce66a81bb2b17be31c2e07d4c7  nautilus-pastebin-0.4.1.tar.gz
+978d0e9007d1dd332a678207b05cf7dd  nautilus-pastebin-0.5.0.tar.gz



More information about the scm-commits mailing list