SPECS (DEVEL): lat.spec - restore translations (thnx to ankry for ...
twittner
twittner at pld-linux.org
Thu Feb 15 18:46:06 CET 2007
Author: twittner Date: Thu Feb 15 17:46:06 2007 GMT
Module: SPECS Tag: DEVEL
---- Log message:
- restore translations (thnx to ankry for providing info & solution)
- try fix for lib64 systems
- rel. 0.2
---- Files affected:
SPECS:
lat.spec (1.24.2.1 -> 1.24.2.2)
---- Diffs:
================================================================
Index: SPECS/lat.spec
diff -u SPECS/lat.spec:1.24.2.1 SPECS/lat.spec:1.24.2.2
--- SPECS/lat.spec:1.24.2.1 Thu Feb 15 18:21:23 2007
+++ SPECS/lat.spec Thu Feb 15 18:46:01 2007
@@ -3,7 +3,7 @@
Summary(pl.UTF-8): LAT - narzÄdzie administracyjne dla LDAP
Name: lat
Version: 1.2.1
-Release: 0.1
+Release: 0.2
License: GPL v2
Group: Applications/Networking
Source0: http://dev.mmgsecurity.com/downloads/lat/1.2/lat-%{version}.tar.gz
@@ -44,11 +44,11 @@
%patch1 -p1
%build
-#%%{__intltoolize}
+%{__intltoolize}
%{__aclocal}
%{__autoconf}
%{__automake}
-%configure --disable-nls
+%configure
%{__make}
%install
@@ -59,7 +59,8 @@
install -D %{SOURCE1} $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}.png
-#%%find_lang %{name} --with-gnome
+mv -f $RPM_BUILD_ROOT%{_datadir}/locale/fr{_FR,}
+%find_lang %{name} --with-gnome
%clean
rm -rf $RPM_BUILD_ROOT
@@ -70,16 +71,14 @@
%postun
%scrollkeeper_update_postun
-#%%files -f %{name}.lang
-%files
+%files -f %{name}.lang
%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}/*
%{_mandir}/man1/lat.1*
%{_datadir}/omf/*
-%{_datadir}/gnome/help/lat
%{_desktopdir}/%{name}.desktop
%{_pixmapsdir}/%{name}.png
%{_datadir}/application-registry/%{name}.applications
@@ -91,6 +90,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+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
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/lat.spec?r1=1.24.2.1&r2=1.24.2.2&f=u
More information about the pld-cvs-commit
mailing list