Author: twittner Date: Tue Jul 12 20:17:30 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - added icon, updated -desktop.patch - removed libtool, ldconfig (probably *.dll don't need libtool and ldconfig) - use %%find_lang --with-gnome
---- Files affected: SPECS: lat.spec (1.6 -> 1.7) ---- Diffs: ================================================================ Index: SPECS/lat.spec diff -u SPECS/lat.spec:1.6 SPECS/lat.spec:1.7 --- SPECS/lat.spec:1.6 Tue Jul 12 21:26:47 2005 +++ SPECS/lat.spec Tue Jul 12 22:17:23 2005 @@ -8,14 +8,14 @@ Group: Applications/Networking Source0: http://people.mmgsecurity.com/~lorenb/lat/releases/%{name}-%{version}.tar.gz # Source0-md5: 35813cf148fe7b69361f68b6b4eadb2c +Source1: %{name}.png Patch0: %{name}-scrollkeeper_dir.patch Patch1: %{name}-desktop.patch URL: http://people.mmgsecurity.com/~lorenb/lat/ BuildRequires: autoconf BuildRequires: automake BuildRequires: dotnet-gtk-sharp-devel >= 1.9.5-1 -BuildRequires: libtool >= 2:1.5.16 -Requires(post,postun): /sbin/ldconfig +BuildRequires: mono-csharp >= 1.1.8 Requires: scrollkeeper BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -41,7 +41,6 @@ %patch1 -p1 %build -%{__libtoolize} %{__aclocal} %{__autoconf} %{__autoheader} @@ -55,30 +54,29 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +install -D %{SOURCE1} $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}.png + +%find_lang %{name} --with-gnome + %clean rm -rf $RPM_BUILD_ROOT %post -/sbin/ldconfig %scrollkeeper_update_post %postun -/sbin/ldconfig %scrollkeeper_update_postun -%files +%files -f %{name}.lang %defattr(644,root,root,755) %doc AUTHORS COPYING ChangeLog NEWS README TODO %attr(755,root,root) %{_bindir}/* %dir %{_libdir}/%{name} %attr(755,root,root) %{_libdir}/%{name}/* %{_mandir}/man1/lat.1* -# TODO: FIX (use %find_lang) -#%{_datadir}/locale/* -# XXX: find_lang --with-gnome? -%{_datadir}/gnome/help/* %{_datadir}/omf/* %{_desktopdir}/%{name}.desktop +%{_pixmapsdir}/%{name}.png %{_datadir}/application-registry/%{name}.applications %{_sharedstatedir}/scrollkeeper/* @@ -88,6 +86,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.7 2005/07/12 20:17:23 twittner +- added icon, updated -desktop.patch +- removed libtool, ldconfig (probably *.dll don't need libtool and ldconfig) +- use %%find_lang --with-gnome + Revision 1.6 2005/07/12 19:26:47 qboosh - pl; files need fix ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/lat.spec?r1=1.6&r2=1.7&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
