SPECS: bless.spec - updated to 0.4.0 - fixed help location

maciek2w maciek2w at pld-linux.org
Sun Feb 5 18:41:07 CET 2006


Author: maciek2w                     Date: Sun Feb  5 17:41:07 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 0.4.0
- fixed help location

---- Files affected:
SPECS:
   bless.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/bless.spec
diff -u SPECS/bless.spec:1.3 SPECS/bless.spec:1.4
--- SPECS/bless.spec:1.3	Thu Mar  3 22:08:14 2005
+++ SPECS/bless.spec	Sun Feb  5 18:41:01 2006
@@ -2,17 +2,18 @@
 Summary:	Hex Editor written in GTK#
 Summary(pl):	Edytor szesnastkowy napisany w GTK#
 Name:		bless
-Version:	0.3.1
+Version:	0.4.0
 Release:	1
 License:	GPL
 Group:		Applications/Editors
 Source0:	http://download.gna.org/bless/%{name}-%{version}.tar.gz
-# Source0-md5:	91597bacbffbd24b3ff5b19de60f7a08
+# Source0-md5:	e161996a67155303d9e6a04fa28662ca
 Source1:	%{name}.desktop
 Patch0:		%{name}-DESTDIR.patch
+Patch1:		%{name}-help.patch
 URL:		http://home.gna.org/bless/
-BuildRequires:	dotnet-gtk-sharp-devel >= 1.0
-BuildRequires:	mono-csharp >= 1.0
+BuildRequires:	dotnet-gtk-sharp2-devel >= 1.9.5
+BuildRequires:	mono-csharp >= 1.1.4
 BuildRequires:	mono-devel >= 1.0
 BuildRequires:	pkgconfig
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -27,9 +28,15 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
-%configure
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure \
+	--without-scrollkeeper
 %{__make}
 
 %install
@@ -40,17 +47,31 @@
 	DESTDIR=$RPM_BUILD_ROOT
 
 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
+mv $RPM_BUILD_ROOT%{_libdir}/%{name}-%{version}/data/help_script.sh $RPM_BUILD_ROOT%{_libdir}/%{name}-%{version}/bin
+
+%find_lang %{name} --all-name --with-gnome
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%post
+%scrollkeeper_update_post
+%update_desktop_database_post
+
+%postun
+%scrollkeeper_update_postun
+%update_desktop_database_postun
+
+%files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS Changelog NEWS README doc/user
+%doc AUTHORS ChangeLog NEWS README
 %attr(755,root,root) %{_bindir}/*
-%dir %{_libdir}/%{name}
-%attr(755,root,root) %{_libdir}/%{name}/*.exe
+%dir %{_libdir}/%{name}-%{version}
+%{_libdir}/%{name}-%{version}/data
+%attr(755,root,root) %{_libdir}/%{name}-%{version}/bin/*
 %{_desktopdir}/*
+%{_omf_dest_dir}/%{name}
+%{_pixmapsdir}/*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -58,6 +79,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2006/02/05 17:41:01  maciek2w
+- updated to 0.4.0
+- fixed help location
+
 Revision 1.3  2005/03/03 21:08:14  paszczus
 - added BR: mono-devel >= 1.0
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/bless.spec?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list