rpms/beesu/devel .cvsignore, 1.9, 1.10 beesu.spec, 1.11, 1.12 sources, 1.9, 1.10

Tom Callaway spot at fedoraproject.org
Fri Jul 9 18:34:30 UTC 2010


Author: spot

Update of /cvs/pkgs/rpms/beesu/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv21457/devel

Modified Files:
	.cvsignore beesu.spec sources 
Log Message:
beesu 2.6, nbm 1.6


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/beesu/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- .cvsignore	24 Feb 2010 13:59:09 -0000	1.9
+++ .cvsignore	9 Jul 2010 18:34:30 -0000	1.10
@@ -1,3 +1,2 @@
-beesu-2.4.tar.bz2
-nautilus-beesu-manager-1.2.tar.bz2
-nautilus-beesu-manager-1.4.tar.bz2
+beesu-2.6.tar.bz2
+nautilus-beesu-manager-1.6.tar.bz2


Index: beesu.spec
===================================================================
RCS file: /cvs/pkgs/rpms/beesu/devel/beesu.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- beesu.spec	24 Feb 2010 13:59:09 -0000	1.11
+++ beesu.spec	9 Jul 2010 18:34:30 -0000	1.12
@@ -1,15 +1,15 @@
-%global nbmversion 1.4
+%global nbmversion 1.6
 
 Name: beesu
-Version: 2.4
-# Don't ever decrease this version or the nbm subpackage will go backwards.
+Version: 2.6
+# Don't ever decrease this version (unless both beesu and nbm update) or the nbm subpackage will go backwards.
 # It is easier to do this than to track a separate release field.
-Release: 8%{?dist}
+Release: 1%{?dist}
 Summary: Graphical wrapper for su
 URL: http://www.honeybeenet.altervista.org
 Group: Applications/System
 License: GPLv2+
-Source0: http://spot.fedorapeople.org/%{name}/%{name}-%{version}.tar.bz2
+Source0: http://honeybeenet.altervista.org/beesu/files/beesu-sources/%{name}-%{version}.tar.bz2
 Source1: http://honeybeenet.altervista.org/beesu/files/beesu-manager/nautilus-beesu-manager-%{nbmversion}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: desktop-file-utils
@@ -33,6 +33,7 @@ to Nautilus using beesu to elevate the u
 
 %prep
 %setup -q -a1
+chmod -x nautilus-beesu-manager-%{nbmversion}/COPYING nautilus-beesu-manager-%{nbmversion}/README
 
 %build
 make CFLAGS="%{optflags} -fno-delete-null-pointer-checks"
@@ -50,6 +51,10 @@ mkdir -v -p %{buildroot}%{_datadir}/appl
 install -p -m 755 nautilus-beesu-manager %{buildroot}%{_bindir}
 install -p -m 644 nautilus-beesu-manager.png %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/
 desktop-file-install --dir %{buildroot}%{_datadir}/applications --mode 0644 nautilus-beesu-manager.desktop
+mkdir -v -p %{buildroot}%{_libexecdir}/nautilus-beesu-manager/
+install -p -m 755 libexec/api %{buildroot}%{_libexecdir}/nautilus-beesu-manager/
+cp -a libexec/scripts %{buildroot}%{_libexecdir}/nautilus-beesu-manager/
+install -p -m 644 libexec/local-launcher %{buildroot}%{_libexecdir}/nautilus-beesu-manager/ 
 popd
 
 %clean
@@ -91,8 +96,13 @@ fi
 %{_bindir}/nautilus-beesu-manager
 %{_datadir}/applications/*.desktop
 %{_datadir}/icons/hicolor/32x32/apps/nautilus-beesu-manager.png 
+%{_libexecdir}/nautilus-beesu-manager/
 
 %changelog
+* Fri Jul  9 2010 Tom "spot" Callaway <tcallawa at redhat.com> 2.6-1
+- update beesu to 2.6
+- update nautilus-beesu-manager to 1.6
+
 * Wed Feb 24 2010 Tom "spot" Callaway <tcallawa at redhat.com> 2.4-8
 - update nautilus-beesu-manager to 1.4
   - one new script to open any file as root with GNOME's associated application


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/beesu/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- sources	24 Feb 2010 13:59:09 -0000	1.9
+++ sources	9 Jul 2010 18:34:30 -0000	1.10
@@ -1,2 +1,2 @@
-580377e57cc6fe5998adc3b8b04fc0e1  beesu-2.4.tar.bz2
-d9d9fc0cbcd9218e5d8a093d23740b37  nautilus-beesu-manager-1.4.tar.bz2
+ba1fe1a8202c99eb4699ee7394527546  beesu-2.6.tar.bz2
+0c262b0d667db0c5d4b5911b7c2227de  nautilus-beesu-manager-1.6.tar.bz2



More information about the scm-commits mailing list