65cca715ca
- add nemo-dropbox and nemo-preview in 2.0.1 version OBS-URL: https://build.opensuse.org/request/show/208547 OBS-URL: https://build.opensuse.org/package/show/X11:Cinnamon:Factory/nemo-extensions?expand=0&rev=3
62 lines
1.7 KiB
RPMSpec
62 lines
1.7 KiB
RPMSpec
#
|
|
# spec file for package nemo-extensions
|
|
#
|
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
#
|
|
|
|
Name: nemo-extensions
|
|
Version: 2.0.0
|
|
Release: 0
|
|
License: GPL-2.0+
|
|
Summary: Nemo extensions meta package
|
|
Url: https://github.com/linuxmint/nemo-extensions
|
|
Group: Productivity/File utilities
|
|
BuildRequires: libtool
|
|
Requires: nemo-compare = %{version}
|
|
Requires: nemo-dropbox >= %{version}
|
|
Requires: nemo-fileroller = %{version}
|
|
Requires: nemo-media-columns = %{version}
|
|
Requires: nemo-pastebin = %{version}
|
|
%if 0%{?suse_version} >= 1230
|
|
Requires: nemo-preview >= %{version}
|
|
%endif
|
|
Requires: nemo-rabbitvcs = %{version}
|
|
Requires: nemo-seahorse = %{version}
|
|
Requires: nemo-share = %{version}
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
BuildArch: noarch
|
|
|
|
%description
|
|
This is a meta-package which install Nemo extensions.
|
|
|
|
%prep
|
|
cat > README.META << EOF
|
|
This is a meta package which brings all nemo extensions into one packages.
|
|
|
|
It's just a "dummy" package handling dependency, nothing more.
|
|
EOF
|
|
|
|
%build
|
|
# no need to build
|
|
|
|
%install
|
|
# no need to install
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc README.META
|
|
|
|
%changelog
|
|
|