forked from pool/evemu
Accepting request 416379 from home:jirislaby:branches:X11:Unity
- run fdupes (on a per dir basis) to avoid 5 or so duplicates OBS-URL: https://build.opensuse.org/request/show/416379 OBS-URL: https://build.opensuse.org/package/show/X11:Unity/evemu?expand=0&rev=5
This commit is contained in:
parent
b02955cc73
commit
cd962cbdae
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 1 11:10:55 UTC 2016 - jslaby@suse.com
|
||||||
|
|
||||||
|
- run fdupes (on a per dir basis) to avoid 5 or so duplicates
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 10 13:26:03 UTC 2015 - sor.alexei@meowr.ru
|
Sat Oct 10 13:26:03 UTC 2015 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
@ -27,6 +27,7 @@ Group: Hardware/Other
|
|||||||
Url: http://freedesktop.org/wiki/Evemu
|
Url: http://freedesktop.org/wiki/Evemu
|
||||||
Source: http://archive.ubuntu.com/ubuntu/pool/universe/e/%{name}/%{name}_%{version}.orig.tar.xz
|
Source: http://archive.ubuntu.com/ubuntu/pool/universe/e/%{name}/%{name}_%{version}.orig.tar.xz
|
||||||
BuildRequires: asciidoc
|
BuildRequires: asciidoc
|
||||||
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
@ -89,6 +90,10 @@ make %{?_smp_mflags}
|
|||||||
%make_install
|
%make_install
|
||||||
find %{buildroot} -type f -name "*.la" -delete -print
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
|
|
||||||
|
%fdupes %{buildroot}/%{_bindir}
|
||||||
|
%fdupes %{buildroot}/%{_mandir}/man?/
|
||||||
|
%fdupes %{buildroot}/%{python_sitelib}/%{name}/
|
||||||
|
|
||||||
%post -n %{soname}%{sover} -p /sbin/ldconfig
|
%post -n %{soname}%{sover} -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n %{soname}%{sover} -p /sbin/ldconfig
|
%postun -n %{soname}%{sover} -p /sbin/ldconfig
|
||||||
|
Loading…
x
Reference in New Issue
Block a user