forked from pool/MozillaThunderbird
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/MozillaThunderbird?expand=0&rev=15
This commit is contained in:
parent
420a7aec52
commit
416bc9516f
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 4 00:57:26 CEST 2007 - maw@suse.de
|
||||
|
||||
- Don't run %fdupes on directories where multiple partitions
|
||||
are liable to be mounted.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 3 17:50:50 CEST 2007 - maw@suse.de
|
||||
|
||||
|
@ -14,7 +14,7 @@ Name: MozillaThunderbird
|
||||
BuildRequires: fdupes gcc-c++ libgnomeui-devel libidl-devel mozilla-nss-devel orbit-devel unzip update-desktop-files zip
|
||||
License: GPL v2 or later, LGPL v2 or later
|
||||
Version: 2.0.0.6
|
||||
Release: 7
|
||||
Release: 11
|
||||
Summary: The Stand-Alone Mozilla Mail Component
|
||||
URL: http://www.mozilla.org/products/thunderbird/
|
||||
Group: Productivity/Networking/Email/Clients
|
||||
@ -320,8 +320,12 @@ chmod 755 %{my_requires}
|
||||
%define __find_requires %{my_requires}
|
||||
%endif
|
||||
%if %suse_version > 1020
|
||||
# Some sites use different partitions for /usr/(lib|lib64) and /usr/share. Since you
|
||||
# can't create hardlinks across partitions, we'll do this more than once.
|
||||
|
||||
%fdupes $RPM_BUILD_ROOT
|
||||
%fdupes $RPM_BUILD_ROOT/%progdir
|
||||
|
||||
%fdupes $RPM_BUILD_ROOT/%{_datadir}
|
||||
%endif
|
||||
|
||||
%clean
|
||||
@ -597,6 +601,9 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Sep 04 2007 - maw@suse.de
|
||||
- Don't run %%fdupes on directories where multiple partitions
|
||||
are liable to be mounted.
|
||||
* Mon Sep 03 2007 - maw@suse.de
|
||||
- Merge some changes from the build service (thanks, Wolfgang):
|
||||
+ Provide locale info (#302288)
|
||||
|
Loading…
Reference in New Issue
Block a user