diff --git a/gnome-shell-extension-openweather.spec b/gnome-shell-extension-openweather.spec index 0d68ab5..0897862 100644 --- a/gnome-shell-extension-openweather.spec +++ b/gnome-shell-extension-openweather.spec @@ -34,7 +34,7 @@ make %{?_smp_mflags} %install make install DESTDIR=%{buildroot} -%find_lang %{uuid} +%find_lang %{name} %postun if [ $1 -eq 0 ] ; then @@ -44,7 +44,7 @@ fi %posttrans %{_bindir}/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : -%files -f %{uuid}.lang +%files -f %{name}.lang %license COPYING %doc AUTHORS README.md %{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.openweather.gschema.xml