rpms/pulseaudio/devel pulseaudio.spec,1.56,1.57

Matthias Clasen mclasen at fedoraproject.org
Thu Oct 9 06:02:36 UTC 2008


Author: mclasen

Update of /cvs/extras/rpms/pulseaudio/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9625

Modified Files:
	pulseaudio.spec 
Log Message:
handle locales properly



Index: pulseaudio.spec
===================================================================
RCS file: /cvs/extras/rpms/pulseaudio/devel/pulseaudio.spec,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- pulseaudio.spec	6 Oct 2008 02:21:31 -0000	1.56
+++ pulseaudio.spec	9 Oct 2008 06:02:06 -0000	1.57
@@ -3,7 +3,7 @@
 Name:		pulseaudio
 Summary: 	Improved Linux sound server
 Version:	0.9.13
-Release:	1%{?dist}
+Release:	2%{?dist}
 License:	GPLv2+
 Group:		System Environment/Daemons
 Source0:	http://0pointer.de/lennart/projects/pulseaudio/pulseaudio-%{version}.tar.gz
@@ -184,6 +184,8 @@
 touch -r man/pulse-daemon.conf.5.xml.in $RPM_BUILD_ROOT%{_mandir}/man5/pulse-daemon.conf.5
 mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/lib/pulse
 
+%find_lang %{name}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -336,14 +338,13 @@
 %{_libdir}/pulse-%{drvver}/modules/module-gconf.so
 %{_libexecdir}/pulse/gconf-helper
 
-%files libs
+%files libs -f %{name}.lang
 %defattr(-,root,root)
 %doc README LICENSE GPL LGPL
 %dir %{_sysconfdir}/pulse/
 %config(noreplace) %{_sysconfdir}/pulse/client.conf
 %{_libdir}/libpulse.so.*
 %{_libdir}/libpulse-simple.so.*
-%{_datadir}/locale/*
 
 %files core-libs
 %defattr(-,root,root)
@@ -390,6 +391,9 @@
 %{_mandir}/man1/pax11publish.1.gz
 
 %changelog
+* Thu Oct 9 2008 Matthhias Clasen <mclasen at redhat.com> 0.9.13-2
+- Handle locales properly
+
 * Mon Oct 6 2008 Lennart Poettering <lpoetter at redhat.com> 0.9.13-1
 - New release
 




More information about the fedora-extras-commits mailing list