]> git.pld-linux.org Git - packages/aumix-gtk.git/commitdiff
- updated home_etc patch,
authorkloczek <kloczek@pld-linux.org>
Tue, 27 Jun 2000 23:02:22 +0000 (23:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fixed %%find_lanf parameters,
- added automake to BuildRequires.

Changed files:
    aumix-gtk.spec -> 1.7

aumix-gtk.spec

index a698a06c650f5b84890439185a5306d4f9e9487c..a0ab001ed665d2f0a27c03a7f30ad18c7c6e2862 100644 (file)
@@ -12,6 +12,7 @@ Source0:      http://www.jpj.net/~trevor/aumix/aumix-%{version}.tar.gz
 Source2:       aumix.desktop
 Patch0:                aumix-home_etc.patch
 URL:           http://www.jpj.net/~trevor/aumix.html
+BuildRequires: automake
 BuildRequires: gtk+-devel
 BuildRequires: ncurses-devel >= 5.0
 BuildRequires: gpm-devel
@@ -46,6 +47,7 @@ poziom sygna
 %patch0 -p1
 
 %build
+automake
 autoconf
 gettextize --copy --force
 
@@ -74,12 +76,12 @@ touch $RPM_BUILD_ROOT%{_sysconfdir}/aumixrc
 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/* \
        AUTHORS BUGS ChangeLog NEWS README 
 
-%find_lang %{name}
+%find_lang aumix
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files -f %{name}.lang
+%files -f aumix.lang
 %defattr(644,root,root,755)
 %config(noreplace,missingok) %{_sysconfdir}/aumixrc
 %doc {AUTHORS,BUGS,ChangeLog,NEWS,README}.gz
This page took 0.228537 seconds and 4 git commands to generate.