]> git.pld-linux.org Git - packages/atom.git/commitdiff
don't provide internal deps master
authorElan Ruusamäe <glen@delfi.ee>
Thu, 7 Jan 2016 18:03:01 +0000 (20:03 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 7 Jan 2016 18:03:01 +0000 (20:03 +0200)
atom.spec

index 4430fcc3f67bd16ee4b2dde7a41b362c451e87c3..00f8e1b561a7221d506a694cb6422de9b380d166 100644 (file)
--- a/atom.spec
+++ b/atom.spec
@@ -4,7 +4,7 @@
 Summary:       A hackable text editor for the 21st century
 Name:          atom
 Version:       1.2.4
-Release:       0.4
+Release:       0.5
 License:       MIT
 Group:         Applications/Editors
 Source0:       https://github.com/atom/atom/releases/download/v%{version}/%{name}.x86_64.rpm
@@ -19,6 +19,15 @@ BuildRoot:   %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _appdir         %{_libdir}/%{name}
 
+# internal caps not to provide
+%define                int_caps        libgcrypt.so.11 libnode.so libnotify.so.4
+
+# list of files (regexps) which don't generate Provides
+%define                _noautoprovfiles        %{_libdir}/%{name}
+# list of script capabilities (regexps) not to be used in Provides
+%define                _noautoprov                     %{int_caps}
+%define                _noautoreq              %{_noautoprov}
+
 %description
 Atom is a desktop application based on web technologies. Like other
 desktop apps, it has its own icon in the dock, native menus and
This page took 0.101271 seconds and 4 git commands to generate.