]> git.pld-linux.org Git - packages/bless.git/commitdiff
- initial PLD release
authorpaladine <paladine@pld-linux.org>
Tue, 21 Dec 2004 08:54:30 +0000 (08:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bless.spec -> 1.1

bless.spec [new file with mode: 0644]

diff --git a/bless.spec b/bless.spec
new file mode 100644 (file)
index 0000000..4bdbde6
--- /dev/null
@@ -0,0 +1,51 @@
+Summary:       Hex Editor written in GTK#
+Summary(pl):   Edytor szesnastkowy napisany w GTK#
+Name:          bless
+Version:       0.2.3
+Release:       1
+License:       GPL
+Group:         Applications/Editors
+Source0:       http://download.gna.org/bless/%{name}-%{version}.tar.gz
+# Source0-md5: b9c70c141a059cd9593ce3b32b828d3b
+Source1:       %{name}.desktop
+Patch0:                %{name}-DESTDIR.patch
+URL:           http://home.gna.org/bless/
+BuildRequires: dotnet-gtk-sharp-devel >= 1.0
+BuildRequires: mono-csharp >= 1.0
+BuildRequires: pkgconfig
+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
+(binarnym).
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_desktopdir}
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS Changelog NEWS README doc/user
+%attr(755,root,root) %{_bindir}/*
+%dir %{_libdir}/%{name}
+%attr(755,root,root) %{_libdir}/%{name}/*.exe
+%{_desktopdir}/*
This page took 0.081711 seconds and 4 git commands to generate.