Author: twittner Date: Thu Feb 15 19:16:06 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 1.2.1 (stable)
---- Files affected: SPECS: lat.spec (1.24 -> 1.25) ---- Diffs: ================================================================ Index: SPECS/lat.spec diff -u SPECS/lat.spec:1.24 SPECS/lat.spec:1.25 --- SPECS/lat.spec:1.24 Tue Feb 13 07:46:50 2007 +++ SPECS/lat.spec Thu Feb 15 20:16:01 2007 @@ -2,20 +2,23 @@ Summary: LAT - LDAP Administration Tool Summary(pl.UTF-8): LAT - narzędzie administracyjne dla LDAP Name: lat -Version: 1.1.0 +Version: 1.2.1 Release: 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 +Patch2: %{name}-lib64.patch URL: http://dev.mmgsecurity.com/projects/lat/index.html 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) @@ -40,12 +43,12 @@ %setup -q %patch0 -p1 %patch1 -p1 +%patch2 -p1 %build %{__intltoolize} %{__aclocal} %{__autoconf} -%{__autoheader} %{__automake} %configure %{__make} @@ -58,6 +61,7 @@ install -D %{SOURCE1} $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}.png +mv -f $RPM_BUILD_ROOT%{_datadir}/locale/fr{_FR,} %find_lang %{name} --with-gnome %clean @@ -73,14 +77,18 @@ %defattr(644,root,root,755) %doc AUTHORS COPYING ChangeLog NEWS README TODO %attr(755,root,root) %{_bindir}/* -%dir %{_prefix}/lib/%{name} -%attr(755,root,root) %{_prefix}/lib/%{name}/* +%dir %{_libdir}/%{name} +%attr(755,root,root) %{_libdir}/%{name}/*.dll* +%attr(755,root,root) %{_libdir}/%{name}/*.exe +%dir %{_libdir}/%{name}/plugins +%attr(755,root,root) %{_libdir}/%{name}/plugins/* %{_mandir}/man1/lat.1* %{_datadir}/omf/* %{_desktopdir}/%{name}.desktop %{_pixmapsdir}/%{name}.png %{_datadir}/application-registry/%{name}.applications %{_sharedstatedir}/scrollkeeper/* +%{_pkgconfigdir}/*.pc %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -88,6 +96,25 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.25 2007/02/15 19:16:01 twittner +- up to 1.2.1 (stable) + +Revision 1.24.2.4 2007/02/15 19:08:37 twittner +- rel. 1 + +Revision 1.24.2.3 2007/02/15 17:59:29 twittner +- further lib64 & %files fixes + +Revision 1.24.2.2 2007/02/15 17:46:01 twittner +- restore translations (thnx to ankry for providing info & solution) +- try fix for lib64 systems +- rel. 0.2 + +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.25&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
