Author: twittner Date: Thu Feb 15 17:21:29 2007 GMT Module: SPECS Tag: DEVEL ---- Log message: - up to 1.2.1 (stable) - builds --without-nls, works - TODO: fix (fr_FR -> fr) and restore translations - rel. 0.1 for now
---- Files affected: SPECS: lat.spec (1.24 -> 1.24.2.1) ---- Diffs: ================================================================ Index: SPECS/lat.spec diff -u SPECS/lat.spec:1.24 SPECS/lat.spec:1.24.2.1 --- SPECS/lat.spec:1.24 Tue Feb 13 07:46:50 2007 +++ SPECS/lat.spec Thu Feb 15 18:21:23 2007 @@ -2,12 +2,12 @@ Summary: LAT - LDAP Administration Tool Summary(pl.UTF-8): LAT - narzÄdzie administracyjne dla LDAP Name: lat -Version: 1.1.0 -Release: 1 +Version: 1.2.1 +Release: 0.1 License: GPL v2 Group: Applications/Networking -Source0: http://dev.mmgsecurity.com/downloads/lat/1.1/lat-%{version}.tar.gz -# Source0-md5: ef0cf89fef74153f0d9f608eecb0eaeb +Source0: http://dev.mmgsecurity.com/downloads/lat/1.2/lat-%{version}.tar.gz +# Source0-md5: fd2f61c75409ee4b49c2a2a6c4a9e636 Source1: %{name}.png Patch0: %{name}-scrollkeeper_dir.patch Patch1: %{name}-desktop.patch @@ -15,7 +15,9 @@ BuildRequires: autoconf BuildRequires: automake BuildRequires: dotnet-gnome-sharp-devel >= 2.4 +BuildRequires: gnome-keyring-devel BuildRequires: intltool +BuildRequires: libtool BuildRequires: mono-csharp >= 1.1.12.1 Requires: scrollkeeper BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -42,12 +44,11 @@ %patch1 -p1 %build -%{__intltoolize} +#%%{__intltoolize} %{__aclocal} %{__autoconf} -%{__autoheader} %{__automake} -%configure +%configure --disable-nls %{__make} %install @@ -58,7 +59,7 @@ install -D %{SOURCE1} $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}.png -%find_lang %{name} --with-gnome +#%%find_lang %{name} --with-gnome %clean rm -rf $RPM_BUILD_ROOT @@ -69,7 +70,8 @@ %postun %scrollkeeper_update_postun -%files -f %{name}.lang +#%%files -f %{name}.lang +%files %defattr(644,root,root,755) %doc AUTHORS COPYING ChangeLog NEWS README TODO %attr(755,root,root) %{_bindir}/* @@ -77,6 +79,7 @@ %attr(755,root,root) %{_prefix}/lib/%{name}/* %{_mandir}/man1/lat.1* %{_datadir}/omf/* +%{_datadir}/gnome/help/lat %{_desktopdir}/%{name}.desktop %{_pixmapsdir}/%{name}.png %{_datadir}/application-registry/%{name}.applications @@ -88,6 +91,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.24.2.1 2007/02/15 17:21:23 twittner +- up to 1.2.1 (stable) +- builds --without-nls, works +- TODO: fix (fr_FR -> fr) and restore translations - rel. 0.1 for now + Revision 1.24 2007/02/13 06:46:50 glen - tabs in preamble ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/lat.spec?r1=1.24&r2=1.24.2.1&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
