]> git.pld-linux.org Git - packages/alsa-utils.git/commitdiff
- include alsaconf locales (only ja currently)
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 15 Jan 2005 17:33:47 +0000 (17:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    alsa-utils.spec -> 1.122

alsa-utils.spec

index e174e0eb42ff7f4441dda09ac056c22f715e9484..3dce0d21c3aa0dacfb506292015dce91e6940200 100644 (file)
@@ -112,6 +112,8 @@ echo ".so aplay.1" > $RPM_BUILD_ROOT%{_mandir}/man1/arecord.1
 
 touch $RPM_BUILD_ROOT%{_sysconfdir}/asound.conf
 
+%find_lang alsaconf
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -131,7 +133,7 @@ if [ "$1" = "0" ]; then
        /sbin/chkconfig --del alsasound
 fi
 
-%files
+%files -f alsaconf.lang
 %defattr(644,root,root,755)
 %doc README ChangeLog
 %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/asound.conf
This page took 0.117194 seconds and 4 git commands to generate.