diff --git a/nemo.changes b/nemo.changes index 9e40fbf..19449c3 100644 --- a/nemo.changes +++ b/nemo.changes @@ -3,6 +3,7 @@ Mon Oct 21 17:44:21 UTC 2013 - i@marguerite.su - update version 2.0.1 * see https://github.com/linuxmint/nemo/commits/master +- remove lang_package, now cinnamon has a package called translation ------------------------------------------------------------------- Mon Nov 19 13:22:52 UTC 2012 - nmo.marques@gmail.com diff --git a/nemo.spec b/nemo.spec index f187545..9efa3f6 100644 --- a/nemo.spec +++ b/nemo.spec @@ -26,7 +26,6 @@ Url: http://github.com/linuxmint/nemo Group: System/GUI/Other Source: %{name}-%{version}.tar.gz BuildRequires: gnome-common -BuildRequires: gtk-doc BuildRequires: hicolor-icon-theme BuildRequires: shared-mime-info BuildRequires: update-desktop-files @@ -53,6 +52,7 @@ BuildRequires: pkgconfig(tracker-sparql-0.14) BuildRequires: pkgconfig(tracker-sparql-0.16) %endif BuildRequires: pkgconfig(x11) +Recommends: cinnamon-translations BuildRoot: %{_tmppath}/%{name}-%{version}-build %glib2_gsettings_schema_requires @@ -88,8 +88,6 @@ Nemo is the file manager for the Cinnamon desktop environment. This package provides the GObject Introspection bindings for Nemo. -%lang_package - %prep %setup -q @@ -101,7 +99,6 @@ make %{?_smp_mflags} %install %make_install -%find_lang %{name} %{?no_lang_C} find %{buildroot}%{_libdir} -type f -name "*.la" -print -delete %post @@ -152,7 +149,4 @@ find %{buildroot}%{_libdir} -type f -name "*.la" -print -delete %{_libdir}/pkgconfig/libnemo-extension.pc %{_datadir}/gir-1.0/ -%files lang -f %{name}.lang -%defattr(-,root,root) - %changelog