]> git.pld-linux.org Git - packages/bless.git/blobdiff - bless.spec
- tabs in preamble
[packages/bless.git] / bless.spec
index 561fa06c859cca9dc2ad10d27cf4dc9be232d725..ad13256f7969826b547c5addd95abf0ecdfd8501 100644 (file)
@@ -1,33 +1,40 @@
 Summary:       Hex Editor written in GTK#
-Summary(pl):   Edytor szesnastkowy napisany w GTK#
+Summary(pl.UTF-8):     Edytor szesnastkowy napisany w GTK#
 Name:          bless
-Version:       0.4.0
+Version:       0.4.1
 Release:       1
 License:       GPL
 Group:         Applications/Editors
 Source0:       http://download.gna.org/bless/%{name}-%{version}.tar.gz
-# Source0-md5: e161996a67155303d9e6a04fa28662ca
+# Source0-md5: a3551ebecda11b115e98608894f5c0ec
 Source1:       %{name}.desktop
 Patch0:                %{name}-DESTDIR.patch
 Patch1:                %{name}-help.patch
+Patch2:                %{name}-glyphs_overlap.patch
 URL:           http://home.gna.org/bless/
+BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: dotnet-gtk-sharp2-devel >= 1.9.5
+BuildRequires: libtool
 BuildRequires: mono-csharp >= 1.1.4
 BuildRequires: mono-devel >= 1.0
 BuildRequires: pkgconfig
+BuildRequires: scrollkeeper
+Requires(post,postun): desktop-file-utils
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Bless aims to be a fast and customizable hex (binary) editor.
 
-%description -l pl
-Bless stara siê byæ szybkim i konfigurowalnym edytorem szesnastkowym
+%description -l pl.UTF-8
+Bless stara się być szybkim i konfigurowalnym edytorem szesnastkowym
 (binarnym).
 
 %prep
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__libtoolize}
@@ -66,8 +73,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc AUTHORS ChangeLog NEWS README
 %attr(755,root,root) %{_bindir}/*
 %dir %{_libdir}/%{name}-%{version}
-%{_libdir}/%{name}-%{version}/data
+%dir %{_libdir}/%{name}-%{version}/bin
 %attr(755,root,root) %{_libdir}/%{name}-%{version}/bin/*
-%{_desktopdir}/*
+%{_libdir}/%{name}-%{version}/data
+%{_desktopdir}/*.desktop
 %{_omf_dest_dir}/%{name}
 %{_pixmapsdir}/*
This page took 0.063263 seconds and 4 git commands to generate.