]> git.pld-linux.org Git - packages/aumix.git/commitdiff
- removed bugus lines, aumix-1_19-1
authorkloczek <kloczek@pld-linux.org>
Thu, 3 Jun 1999 23:09:59 +0000 (23:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added ufing %%find_lang macro.

Changed files:
    aumix.spec -> 1.16

aumix.spec

index 976aef48f29193d90be78f6bdc97957f6a675fc9..546f834c12e47cf78cf2b93aa83108652f725044 100644 (file)
@@ -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 <kloczek@rudy.mif.pg.gda.pl>
+  [1.19-1]
+- added ufing %%find_lang macro.
+
 * Tue Jun 1 1999 Piotr Czerwiñski <pius@pld.org.pl> 
   [1.19-1]
 - updated to 1.19,
This page took 0.275246 seconds and 4 git commands to generate.