- update version 2.0.1
* see https://github.com/linuxmint/nemo/commits/master OBS-URL: https://build.opensuse.org/package/show/X11:Cinnamon:Factory/nemo?expand=0&rev=5
This commit is contained in:
parent
244fe6c876
commit
42bc248a8e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:864ae176351077b73b4668c0263f414ff5c5b47e5876d09bd8ac5a94b7763940
|
|
||||||
size 4244172
|
|
3
nemo-2.0.1.tar.gz
Normal file
3
nemo-2.0.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:79d6f19c36581c04f985bbafe2cd247658e79a8d55c18ca2234a3d72cf8b9c05
|
||||||
|
size 1339180
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 21 17:44:21 UTC 2013 - i@marguerite.su
|
||||||
|
|
||||||
|
- update version 2.0.1
|
||||||
|
* see https://github.com/linuxmint/nemo/commits/master
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 19 13:22:52 UTC 2012 - nmo.marques@gmail.com
|
Mon Nov 19 13:22:52 UTC 2012 - nmo.marques@gmail.com
|
||||||
|
|
||||||
|
92
nemo.spec
92
nemo.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package
|
# spec file for package nemo
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# Copyright (c) Nelson Marques <nmo.marques@gmail.com>
|
# Copyright (c) Nelson Marques <nmo.marques@gmail.com>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -14,29 +14,23 @@
|
|||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: nemo
|
Name: nemo
|
||||||
%define _name libnemo-extension1
|
Version: 2.0.1
|
||||||
%define typelib typelib-1_0-Nemo-3_0
|
|
||||||
Version: 1.1.2
|
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0+ and LGPL-2.0
|
License: GPL-2.0+ and LGPL-2.0
|
||||||
Summary: Nemo, yet another file manager fork
|
Summary: File browser for Cinnamon
|
||||||
Url: http://github.com/linuxmint/nemo
|
Url: http://github.com/linuxmint/nemo
|
||||||
Group: System/GUI/Other
|
Group: System/GUI/Other
|
||||||
Source: %{name}-%{version}.tar.xz
|
Source: %{name}-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
Requires: hicolor-icon-theme
|
|
||||||
%glib2_gsettings_schema_requires
|
|
||||||
|
|
||||||
BuildRequires: autoconf
|
|
||||||
BuildRequires: automake
|
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: gnome-common
|
BuildRequires: gnome-common
|
||||||
BuildRequires: hicolor-icon-theme
|
BuildRequires: hicolor-icon-theme
|
||||||
BuildRequires: libexempi-devel
|
BuildRequires: libexempi-devel
|
||||||
BuildRequires: libexif-gtk-devel
|
BuildRequires: libexif-gtk-devel
|
||||||
|
BuildRequires: shared-mime-info
|
||||||
BuildRequires: pkgconfig(dbus-1)
|
BuildRequires: pkgconfig(dbus-1)
|
||||||
BuildRequires: pkgconfig(gail-3.0)
|
BuildRequires: pkgconfig(gail-3.0)
|
||||||
BuildRequires: pkgconfig(gio-2.0)
|
BuildRequires: pkgconfig(gio-2.0)
|
||||||
@ -45,44 +39,46 @@ BuildRequires: pkgconfig(glib-2.0)
|
|||||||
BuildRequires: pkgconfig(gmodule-no-export-2.0)
|
BuildRequires: pkgconfig(gmodule-no-export-2.0)
|
||||||
BuildRequires: pkgconfig(gnome-desktop-3.0)
|
BuildRequires: pkgconfig(gnome-desktop-3.0)
|
||||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||||
BuildRequires: pkgconfig(gtk+-3.0)
|
|
||||||
BuildRequires: pkgconfig(gsettings-desktop-schemas)
|
BuildRequires: pkgconfig(gsettings-desktop-schemas)
|
||||||
BuildRequires: pkgconfig(gthread-2.0)
|
BuildRequires: pkgconfig(gthread-2.0)
|
||||||
|
BuildRequires: pkgconfig(gtk+-3.0)
|
||||||
BuildRequires: pkgconfig(libnotify)
|
BuildRequires: pkgconfig(libnotify)
|
||||||
BuildRequires: pkgconfig(libxml-2.0)
|
BuildRequires: pkgconfig(libxml-2.0)
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
BuildRequires: shared-mime-info
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: xz
|
%glib2_gsettings_schema_requires
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package provides Nemo, the default file manager application from
|
Nemo is the file manager for the Cinnamon desktop environment.
|
||||||
Cinnamon.
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for %{name}-%{version}
|
Summary: Development files for %{name}
|
||||||
Group: Development/Libraries/Other
|
Group: Development/Libraries/Other
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}
|
||||||
Requires: %{_name} = %{version}-%{release}
|
Requires: typelib-1_0-Nemo-1_0 = %{version}
|
||||||
Requires: %{typelib} = %{version}-%{release}
|
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package provides the development files from Nemo, the default file
|
Nemo is the file manager for the Cinnamon desktop environment.
|
||||||
manager from Cinnamon
|
|
||||||
|
|
||||||
%package -n %{_name}
|
This package provides the development files for Nemo.
|
||||||
|
|
||||||
|
%package -n libnemo-extension1
|
||||||
Summary: Nemo extension shared libraries
|
Summary: Nemo extension shared libraries
|
||||||
Group: Development/Other
|
Group: System/Libraries
|
||||||
|
|
||||||
|
%description -n libnemo-extension1
|
||||||
|
Nemo is the file manager for the Cinnamon desktop environment.
|
||||||
|
|
||||||
%description -n %{_name}
|
|
||||||
This package provides Nemo's shared libraries.
|
This package provides Nemo's shared libraries.
|
||||||
|
|
||||||
%package -n %{typelib}
|
%package -n typelib-1_0-Nemo-1_0
|
||||||
Summary: Nemo extension shared libraries
|
Summary: File Browser for Cinnamon - Introspection bindings
|
||||||
Group: Development/Other
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n %{typelib}
|
%description -n typelib-1_0-Nemo-1_0
|
||||||
This package provides Nemo's bindings, the default file manager
|
Nemo is the file manager for the Cinnamon desktop environment.
|
||||||
application from Cinnamon.
|
|
||||||
|
This package provides the GObject Introspection bindings for Nemo.
|
||||||
|
|
||||||
%lang_package
|
%lang_package
|
||||||
|
|
||||||
@ -92,12 +88,11 @@ application from Cinnamon.
|
|||||||
%build
|
%build
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
%configure \
|
%configure \
|
||||||
--disable-static \
|
--disable-static
|
||||||
--libexecdir=%{_libexecdir}/%{name}
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%make_install
|
||||||
%find_lang %{name} %{?no_lang_C}
|
%find_lang %{name} %{?no_lang_C}
|
||||||
find %{buildroot}%{_libdir} -type f -name "*.la" -print -delete
|
find %{buildroot}%{_libdir} -type f -name "*.la" -print -delete
|
||||||
|
|
||||||
@ -107,7 +102,7 @@ find %{buildroot}%{_libdir} -type f -name "*.la" -print -delete
|
|||||||
%glib2_gsettings_schema_post
|
%glib2_gsettings_schema_post
|
||||||
%mime_database_post
|
%mime_database_post
|
||||||
|
|
||||||
%post -n %{_name} -p /sbin/ldconfig
|
%post -n libnemo-extension1 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
%icon_theme_cache_postun
|
%icon_theme_cache_postun
|
||||||
@ -115,13 +110,12 @@ find %{buildroot}%{_libdir} -type f -name "*.la" -print -delete
|
|||||||
%glib2_gsettings_schema_postun
|
%glib2_gsettings_schema_postun
|
||||||
%mime_database_postun
|
%mime_database_postun
|
||||||
|
|
||||||
%postun -n %{_name} -p /sbin/ldconfig
|
%postun -n libnemo-extension1 -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS ChangeLog README COPYING
|
%doc AUTHORS COPYING COPYING-DOC COPYING.EXTENSIONS COPYING.LIB NEWS README.md THANKS
|
||||||
%dir %{_libexecdir}/nemo
|
%config %{_sysconfdir}/xdg/autostart/nemo-autostart.desktop
|
||||||
%{_sysconfdir}/xdg/autostart/nemo-autostart.desktop
|
|
||||||
%{_bindir}/nemo
|
%{_bindir}/nemo
|
||||||
%{_bindir}/nemo-autorun-software
|
%{_bindir}/nemo-autorun-software
|
||||||
%{_libexecdir}/%{name}/nemo-convert-metadata
|
%{_libexecdir}/%{name}/nemo-convert-metadata
|
||||||
@ -135,22 +129,22 @@ find %{buildroot}%{_libdir} -type f -name "*.la" -print -delete
|
|||||||
%{_datadir}/nemo/
|
%{_datadir}/nemo/
|
||||||
%{_mandir}/man1/*.1.gz
|
%{_mandir}/man1/*.1.gz
|
||||||
|
|
||||||
%files -n %{typelib}
|
%files -n typelib-1_0-Nemo-1_0
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/girepository-1.0/Nemo-3.0.typelib
|
%{_libdir}/girepository-1.0/Nemo-3.0.typelib
|
||||||
|
|
||||||
%files -n %{_name}
|
%files -n libnemo-extension1
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libnemo-extension.so.*
|
%{_libdir}/libnemo-extension.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/nemo/
|
%{_includedir}/nemo/
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/pkgconfig/libnemo-extension.pc
|
%{_libdir}/pkgconfig/libnemo-extension.pc
|
||||||
%{_datadir}/gir-1.0/
|
%{_datadir}/gir-1.0/
|
||||||
|
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user