]> git.pld-linux.org Git - packages/ghex.git/commitdiff
- initial PLD release
authoraflinta <aflinta@pld-linux.org>
Tue, 7 Jan 2003 13:02:30 +0000 (13:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ghex.spec -> 1.1

ghex.spec [new file with mode: 0644]

diff --git a/ghex.spec b/ghex.spec
new file mode 100644 (file)
index 0000000..cf937ab
--- /dev/null
+++ b/ghex.spec
@@ -0,0 +1,60 @@
+Summary:       GNOME2 binary editor
+Summary(pl):   Edytor binarny dla GNOME2
+Name:          ghex
+Version:       2.2.0
+Release:       1
+Group:         Applications/Editors
+License:       GPL
+URL:           http://pluton.ijs.si/~jaka/gnome.html#GHEX
+Source0:       http://ftp.gnome.org/pub/GNOME/stable/sources/ghex/%{name}-%{version}.tar.bz2
+Patch0:                %{name}-omf.patch
+Patch1:                %{name}-schema.patch
+BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+GHex allows the user to load data from any file, view and edit it in
+either hex or ascii. A must for anyone playing games that use
+non-ascii format for saving.
+
+%description -l pl
+GHex pozwala urzytkownikowi na wczytanie danych z dowolnego pliku, 
+przegl±danie i edycjê ich w trybie szesnastkowym i ASCII. Obowi±zkowe narzêdzie
+dla wszystkich graczy których gry nie zapisuj± stanu w trybie znakowym.
+
+%prep
+
+%setup -q
+%patch0 -p1
+%patch1 -p1
+
+%build
+%configure --disable-schemas-install
+
+%{__make}
+
+%install
+
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name} --with-gnome --all-name
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+/usr/bin/scrollkeeper-update
+%gconf_schema_install
+
+%postun -p /usr/bin/scrollkeeper-update
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc README COPYING AUTHORS
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/applications/*
+%{_pixmapsdir}/*
+%{_datadir}/gnome-2.0/ui/*
+%{_sysconfdir}/gconf/schemas/*
+%{_omf_dest_dir}/%{name}
This page took 0.034653 seconds and 4 git commands to generate.