automatic version update by autodist [release 2.2.6-1mamba;Tue Apr 22 2014]

This commit is contained in:
Automatic Build System 2024-01-05 20:50:59 +01:00
parent 84a74943e0
commit 15765662bb
2 changed files with 117 additions and 0 deletions

View File

@ -1,2 +1,7 @@
# bluefish # 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.

112
bluefish.spec Normal file
View File

@ -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 <stefano.cotta@openmamba.org>
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 <autodist@mambasoft.it> 2.2.6-1mamba
- automatic version update by autodist
* Wed Feb 05 2014 Automatic Build System <autodist@mambasoft.it> 2.2.5-1mamba
- automatic version update by autodist
* Tue Feb 12 2013 Automatic Build System <autodist@mambasoft.it> 2.2.4-1mamba
- automatic version update by autodist
* Wed Jun 27 2012 Automatic Build System <autodist@mambasoft.it> 2.2.3-1mamba
- automatic version update by autodist
* Wed Feb 29 2012 Automatic Build System <autodist@mambasoft.it> 2.2.2-1mamba
- automatic version update by autodist
* Tue Dec 27 2011 Automatic Build System <autodist@mambasoft.it> 2.2.1-1mamba
- automatic version update by autodist
* Mon Nov 28 2011 Automatic Build System <autodist@mambasoft.it> 2.2.0-1mamba
- update to 2.2.0
* Wed Feb 23 2011 Automatic Build System <autodist@mambasoft.it> 2.0.3-1mamba
- automatic update by autodist
* Thu Sep 16 2010 Automatic Build System <autodist@mambasoft.it> 2.0.2-1mamba
- automatic update to 2.0.2 by autodist
* Sat Jul 31 2010 Automatic Build System <autodist@mambasoft.it> 2.0.1-1mamba
- update to 2.0.1
* Thu Feb 18 2010 Automatic Build System <autodist@mambasoft.it> 2.0.0-1mamba
- automatic update to 2.0.0 by autodist
* Tue Apr 17 2007 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 1.0.7-1mamba
- package created by autospec