diff --git a/README.md b/README.md index 268057f..1a04e1a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ # bluefish +Bluefish is a powerful editor targeted towards programmers and webdesigners, with many options to write websites, scripts and programming code. +Bluefish supports many programming and markup languages, and it focuses on editing dynamic and interactive websites. +See features for an extensive overview, take a look at the screenshots, or download it right away. +Bluefish is an open source development project, released under the GNU GPL license. + diff --git a/bluefish.spec b/bluefish.spec new file mode 100644 index 0000000..0976470 --- /dev/null +++ b/bluefish.spec @@ -0,0 +1,112 @@ +Name: bluefish +Version: 2.2.6 +Release: 1mamba +Summary: A powerful editor for experienced web designers and programmers +Group: Graphical Desktop/Applications/Development +Vendor: openmamba +Distribution: openmamba +Packager: Stefano Cotta Ramusino +URL: http://bluefish.openoffice.nl/ +Source: http://www.bennewitz.com/bluefish/stable/source/bluefish-%{version}.tar.bz2 +License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libatk-devel +BuildRequires: libcairo-devel +BuildRequires: libenchant-devel +BuildRequires: libfontconfig-devel +BuildRequires: libfreetype-devel +BuildRequires: libglib-devel +BuildRequires: libgtk-devel +BuildRequires: libpango-devel +BuildRequires: libpcre-devel +BuildRequires: libxml2-devel +## AUTOBUILDREQ-END +BuildRequires: pkgconfig +BuildRequires: aspell-devel +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +Bluefish is a powerful editor targeted towards programmers and webdesigners, with many options to write websites, scripts and programming code. +Bluefish supports many programming and markup languages, and it focuses on editing dynamic and interactive websites. +See features for an extensive overview, take a look at the screenshots, or download it right away. +Bluefish is an open source development project, released under the GNU GPL license. + +%prep +%setup -q + +%build +%configure --disable-update-databases +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%find_lang %{name} +for f in about charmap entities htmlbar infbrowser snippets zencoding; do +%find_lang %{name}_plugin_$f +cat %{name}_plugin_$f.lang >> %{name}.lang +done + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files -f %{name}.lang +%defattr(-,root,root) +%{_bindir}/%{name} +%{_libdir}/bluefish/*.la +%{_libdir}/bluefish/*.so +%{_datadir}/appdata/bluefish.appdata.xml +%{_datadir}/applications/bluefish.desktop +%dir %{_datadir}/bluefish +%{_datadir}/bluefish/* +%{_datadir}/mime/packages/bluefish.xml +%{_datadir}/pixmaps/application-x-bluefish-project.png +%{_datadir}/pixmaps/bluefish.png +%{_datadir}/xml/bluefish +%{_datadir}/icons/hicolor/*/apps/bluefish.png +%{_datadir}/icons/hicolor/*/mimetypes/*.png +%{_datadir}/icons/hicolor/scalable/apps/bluefish-icon.svg +%{_datadir}/icons/hicolor/scalable/mimetypes/bluefish-project.svg +%{_docdir}/bluefish/bflang/sample.bflang2 +%{_mandir}/man1/bluefish.1* +%doc AUTHORS COPYING ChangeLog +#NEWS README TODO + +%changelog +* Tue Apr 22 2014 Automatic Build System 2.2.6-1mamba +- automatic version update by autodist + +* Wed Feb 05 2014 Automatic Build System 2.2.5-1mamba +- automatic version update by autodist + +* Tue Feb 12 2013 Automatic Build System 2.2.4-1mamba +- automatic version update by autodist + +* Wed Jun 27 2012 Automatic Build System 2.2.3-1mamba +- automatic version update by autodist + +* Wed Feb 29 2012 Automatic Build System 2.2.2-1mamba +- automatic version update by autodist + +* Tue Dec 27 2011 Automatic Build System 2.2.1-1mamba +- automatic version update by autodist + +* Mon Nov 28 2011 Automatic Build System 2.2.0-1mamba +- update to 2.2.0 + +* Wed Feb 23 2011 Automatic Build System 2.0.3-1mamba +- automatic update by autodist + +* Thu Sep 16 2010 Automatic Build System 2.0.2-1mamba +- automatic update to 2.0.2 by autodist + +* Sat Jul 31 2010 Automatic Build System 2.0.1-1mamba +- update to 2.0.1 + +* Thu Feb 18 2010 Automatic Build System 2.0.0-1mamba +- automatic update to 2.0.0 by autodist + +* Tue Apr 17 2007 Stefano Cotta Ramusino 1.0.7-1mamba +- package created by autospec