From 3ae8a01d8af28cd48e606e9e29683f856978e90c Mon Sep 17 00:00:00 2001 From: kloczek Date: Thu, 3 Jun 1999 23:09:59 +0000 Subject: [PATCH] - removed bugus lines, - added ufing %%find_lang macro. Changed files: aumix.spec -> 1.16 --- aumix.spec | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) diff --git a/aumix.spec b/aumix.spec index 976aef4..546f834 100644 --- a/aumix.spec +++ b/aumix.spec @@ -57,18 +57,11 @@ CD, ͦ %setup -q %build -<<<<<<< aumix.spec autoconf -CFLAGS="$RPM_OPT_FLAGS -I%{_includedir}/ncurses" LDFLAGS="-s" \ -./configure %{_target_platform} \ - --prefix=%{_prefix} -======= gettextize --copy --force CFLAGS="$RPM_OPT_FLAGS -I/usr/include/ncurses" LDFLAGS="-s" \ ./configure %{_target_platform} \ - --prefix=%{_prefix} \ - --mandir=%{_mandir} ->>>>>>> 1.14 + --prefix=%{_prefix} make CFLAGS="$RPM_OPT_FLAGS -I/usr/include/ncurses" LDFLAGS="-s" @@ -82,24 +75,23 @@ strip $RPM_BUILD_ROOT%{_bindir}/* gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/* \ AUTHORS BUGS ChangeLog NEWS README +%find_lang aumix + %clean rm -rf $RPM_BUILD_ROOT -%files +%files -f aumix.lang %defattr(644,root,root,755) %doc {AUTHORS,BUGS,ChangeLog,NEWS,README}.gz -%lang(de) %{_datadir}/locale/de/LC_MESSAGES/aumix.mo -%lang(es) %{_datadir}/locale/es/LC_MESSAGES/aumix.mo -%lang(pl) %{_datadir}/locale/pl/LC_MESSAGES/aumix.mo -%lang(pt_BR) %{_datadir}/locale/pt_BR/LC_MESSAGES/aumix.mo -%lang(ru) %{_datadir}/locale/ru/LC_MESSAGES/aumix.mo -%lang(ua) %{_datadir}/locale/ua/LC_MESSAGES/aumix.mo - %attr(755,root,root) %{_bindir}/aumix %{_mandir}/man1/* %changelog +* Fri Jun 4 1999 Tomasz K³oczko + [1.19-1] +- added ufing %%find_lang macro. + * Tue Jun 1 1999 Piotr Czerwiñski [1.19-1] - updated to 1.19, -- 2.44.0