From 107f567f4dea5a4f3684967989427523ac5d4347 Mon Sep 17 00:00:00 2001 From: cvsextras Date: Nov 08 2004 04:06:19 +0000 Subject: auto-import changelog data from bluefish-0.13-0.fdr.2.1.src.rpm 0.13-0.fdr.2 - Now including .applications file and mime info. 0.13-0.fdr.1 - Updated to 0.13. 0.12-0.fdr.1 - Updated to 0.12. - BuildReq gnome-vfs2-devel. Fri Oct 17 2003 Phillip Compton 0.11-0.fdr.5 - Release detection dropped..1 0.11-0.fdr.4 - Improved release detection. 0.11-0.fdr.3 - Modified for Fedora Core release detection. - Updated description. --- diff --git a/.cvsignore b/.cvsignore index b559678..a49890b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -bluefish-0.11.tar.bz2 +bluefish-0.13.tar.bz2 diff --git a/bluefish.desktop b/bluefish.desktop index a97fc54..9a028cc 100644 --- a/bluefish.desktop +++ b/bluefish.desktop @@ -1,7 +1,10 @@ [Desktop Entry] +Encoding=UTF-8 Name=Bluefish web editor Comment=A GTK2 web development application for experienced users. Exec=bluefish Icon=bluefish.png Terminal=false +StartupNotify=true Type=Application +Categories=Development;Application; diff --git a/bluefish.spec b/bluefish.spec index c505b13..886e1e4 100644 --- a/bluefish.spec +++ b/bluefish.spec @@ -1,40 +1,28 @@ -%{!?rhrel:%define rhrel %(cut -d' ' -f5 /etc/redhat-release )} - -Summary: A GTK2 web development application for experienced users. Name: bluefish -Version: 0.11 - -%if "%{rhrel}" == "9" -Release: 0.fdr.2.rh90 -%endif - -%if "%{rhrel}" > "9" -Release: 0.fdr.2.rh90.93 -%endif - +Version: 0.13 +Release: 0.fdr.2.1 Epoch: 0 -URL: http://bluefish.openoffice.nl/ -License: GPL +Summary: A GTK2 web development application for experienced users. + Group: Development/Tools -Source0: http://pkedu.fbt.eitn.wau.nl/~olivier/downloads/bluefish-0.11.tar.bz2 +License: GPL +URL: http://bluefish.openoffice.nl/ +Source0: http://pkedu.fbt.eitn.wau.nl/~olivier/downloads/bluefish-0.13.tar.bz2 Source1: bluefish.desktop BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + BuildRequires: gtk2-devel >= 0:2.0.6 BuildRequires: pcre-devel >= 0:3.9 - -%if "%{rhrel}" > "9" BuildRequires: aspell-devel >= 0:0.5 -%endif - +BuildRequires: gnome-vfs2-devel BuildRequires: gettext BuildRequires: desktop-file-utils + %description -Bluefish is a GTK+ HTML editor for the experienced web designer or -programmer. It is not finished yet, but already a very powerful site -creating environment. Bluefish has extended support for programming -dynamic and interactive websites, there is for example a lot of PHP -support. +Bluefish is a powerful editor for experienced web designers and programmers. +Bluefish supports many programming and markup languages, but it focuses on +editing dynamic and interactive websites. @@ -52,25 +40,23 @@ make %{?_smp_mflags} %install rm -rf ${RPM_BUILD_ROOT} mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/applications -make install \ - bindir=${RPM_BUILD_ROOT}%{_bindir} \ +%makeinstall \ pkgdatadir=${RPM_BUILD_ROOT}%{_datadir}/%{name} \ - datadir=${RPM_BUILD_ROOT}%{_datadir} \ + gnome2prefix=${RPM_BUILD_ROOT}%{_datadir}/applications \ gnome2menupath=${RPM_BUILD_ROOT}%{_datadir}/applications \ - gnome1menupath=/_none \ - iconpath=${RPM_BUILD_ROOT}%{_datadir}/pixmaps \ - localedir=${RPM_BUILD_ROOT}%{_datadir}/locale + gnome1menupath=/_not_used_here_ \ + iconpath=${RPM_BUILD_ROOT}%{_datadir}/pixmaps + %find_lang %{name} install -p -D -m0644 inline_images/bluefish_icon1.png ${RPM_BUILD_ROOT}%{_datadir}/pixmaps/%{name}.png -install -p -D -m0644 %{SOURCE1} ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop - -desktop-file-install --vendor fedora --delete-original \ +install -p -D -m0644 data/bluefish.applications ${RPM_BUILD_ROOT}%{_datadir}/application-registry/bluefish.applications +install -p -D -m0644 data/bluefish.keys ${RPM_BUILD_ROOT}%{_datadir}/mime-info/%{name}.keys +install -p -D -m0644 data/bluefish.mime ${RPM_BUILD_ROOT}%{_datadir}/mime-info/%{name}.mime +desktop-file-install --vendor fedora \ --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ --add-category X-Fedora \ - --add-category Application \ - --add-category Development \ - ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop + %{SOURCE1} @@ -86,32 +72,54 @@ rm -rf ${RPM_BUILD_ROOT} %{_datadir}/bluefish %{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/pixmaps/%{name}.png +%{_datadir}/application-registry/%{name}.applications +%{_datadir}/mime-info/%{name}.* %changelog -* Mon Sep 15 2003 Phillip Compton 0.11-0.fdr.2 +* Mon Apr 12 2004 Phillip Compton 0:0.13-0.fdr.2 +- Now including .applications file and mime info. + +* Sat Apr 10 2004 Phillip Compton 0:0.13-0.fdr.1 +- Updated to 0.13. + +* Mon Nov 24 2003 Phillip Compton 0:0.12-0.fdr.1 +- Updated to 0.12. +- BuildReq gnome-vfs2-devel. + +* Sun Oct 17 2003 Phillip Compton 0.11-0.fdr.5 +- Release detection dropped..1 + +* Mon Oct 06 2003 Phillip Compton 0:0.11-0.fdr.4 +- Improved release detection. + +* Sun Sep 28 2003 Phillip Compton 0:0.11-0.fdr.3 +- Modified for Fedora Core release detection. +- Updated description. + +* Mon Sep 15 2003 Phillip Compton 0:0.11-0.fdr.2 - Now auto-detecting RH release. -* Sun Jul 27 2003 Phillip Compton 0.11-0.fdr.1 +* Sun Jul 27 2003 Phillip Compton 0:0.11-0.fdr.1 - Updated to 0.11. -* Fri Jul 25 2003 Phillip Compton 0.10-0.fdr.2 +* Fri Jul 25 2003 Phillip Compton 0:0.10-0.fdr.2 - Enable feature diferention for shrike vs severn. - BuildReq aspell-devel for severn. - in bluefish.desktop: Terminal=0 => Terminal=false. - Source0 path updated. -* Thu Jul 17 2003 Phillip Compton 0.10-0.fdr.1 +* Thu Jul 17 2003 Phillip Compton 0:0.10-0.fdr.1 - Updated to 0.10. -* Thu Jul 17 2003 Phillip Compton 0.10-0.fdr.0.1.20030716 +* Thu Jul 17 2003 Phillip Compton 0:0.10-0.fdr.0.1.20030716 - 2003-07-16 snapshot. -* Thu Apr 10 2003 Phillip Compton 0.9-0.fdr.5 +* Thu Apr 10 2003 Phillip Compton 0:0.9-0.fdr.5 - Added gettext to BuildRequires. -* Tue Apr 01 2003 Phillip Compton 0.9-0.fdr.4 +* Tue Apr 01 2003 Phillip Compton 0:0.9-0.fdr.4 - Changed category to X-Fedora-Extra. - Added Epoch:0. - Removed redundant Requires entries. diff --git a/sources b/sources index 7a69f80..ee67566 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4da2495bd8b3ce1010fed61120037f98 bluefish-0.11.tar.bz2 +e5f1f5eff0933dc68a51adcdce352826 bluefish-0.13.tar.bz2