SHA256
1
0
forked from pool/nemo
Marguerite Su 2013-10-21 18:16:33 +00:00 committed by Git OBS Bridge
parent c7e5b32722
commit 6405dedb1b
2 changed files with 2 additions and 7 deletions

View File

@ -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

View File

@ -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