- add intltool to BuildRequires
OBS-URL: https://build.opensuse.org/package/show/Education/bluefish?expand=0&rev=3
This commit is contained in:
parent
0cdae6ae82
commit
38f743440d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:68cb74b993ad31a86083e8eed482b2f5b4d523806538ea9bc42bfa8b4c0a1110
|
||||
size 1495619
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:754db0793843d4bc5316a04df853df15287dbf0cdbf3b6cbfb71e84487973df6
|
||||
size 3281619
|
3
bluefish-2.0.0.tar.bz2
Normal file
3
bluefish-2.0.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c0e41ba6a7d78392e5c62cf79744078f435d5e4188c58c406495c503871c916e
|
||||
size 3287346
|
BIN
bluefish-2.0.0.tar.bz2.sig
Normal file
BIN
bluefish-2.0.0.tar.bz2.sig
Normal file
Binary file not shown.
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 9 19:10:34 UTC 2010 - lars@linux-schulserver.de
|
||||
|
||||
- add intltool to BuildRequires
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 22 16:19:08 CEST 2008 - lars@linux-schulserver.de
|
||||
|
||||
|
@ -10,21 +10,17 @@
|
||||
|
||||
Name: bluefish
|
||||
Summary: A feature-Rich HTML Editor
|
||||
Version: 1.99.3
|
||||
%define real_version 2.0.0-rc3
|
||||
Release: 30
|
||||
Version: 2.0.0
|
||||
Release: 0
|
||||
Url: http://bluefish.openoffice.nl/
|
||||
License: GPL
|
||||
Group: Productivity/Publishing/HTML/Editors
|
||||
Vendor: openSUSE-Education
|
||||
BuildRequires: aspell-devel libgnomeui-devel pcre-devel tidy update-desktop-files
|
||||
Source: bluefish-%{real_version}.tar.bz2
|
||||
BuildRequires: intltool
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?suse_version} < 1030
|
||||
%define prefix /opt/gnome
|
||||
%else
|
||||
%define prefix /usr
|
||||
%endif
|
||||
%define prefix %{_prefix}
|
||||
|
||||
%description
|
||||
Bluefish is a HTML editor designed for the experienced Web designer
|
||||
@ -38,12 +34,11 @@ Authors:
|
||||
Info <bluefish@bluefish.linuxbox.com>
|
||||
|
||||
%prep
|
||||
%setup -q -n bluefish-%{real_version}
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --prefix=%{prefix} \
|
||||
--with-icon-path=%{prefix}/share/pixmaps \
|
||||
--with-gnome2-menu=%{prefix}/share/ \
|
||||
%configure --with-icon-path=%{_datadir}/pixmaps \
|
||||
--with-gnome2-menu=%{_datadir} \
|
||||
--without-freedesktop_org-mime \
|
||||
--disable-update-databases
|
||||
%{__make} %{?jobs:-j%jobs}
|
||||
@ -69,21 +64,19 @@ if [ -f /usr/bin/update-mime-database ]; then
|
||||
fi
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING README TODO
|
||||
%{_bindir}/bluefish
|
||||
%{_datadir}/bluefish
|
||||
%{prefix}/share/pixmaps/bluefish-icon.png
|
||||
%{prefix}/share/pixmaps/*bluefish-project.png
|
||||
/usr/share/applications/bluefish.desktop
|
||||
/usr/share/applications/bluefish-project.desktop
|
||||
%{_datadir}/pixmaps/bluefish-icon.png
|
||||
%{_datadir}/pixmaps/*bluefish-project.png
|
||||
%{_datadir}/applications/bluefish.desktop
|
||||
%{_datadir}applications/bluefish-project.desktop
|
||||
%{_mandir}/man1/bluefish.1*
|
||||
%if 0%{?suse_version} < 1030
|
||||
%{prefix}/share/application-registry/bluefish.applications
|
||||
%{prefix}/share/mime-info/bluefish.*
|
||||
%endif
|
||||
%{_datadir}/application-registry/bluefish.applications
|
||||
%{_datadir}/mime-info/bluefish.*
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user