fedora rpmbuild really ok
This commit is contained in:
parent
f67d25a615
commit
a23e38602c
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
Summary: Desktop full text search tool with Qt GUI
|
Summary: Desktop full text search tool with Qt GUI
|
||||||
Name: recoll
|
Name: recoll
|
||||||
Version: 3150
|
Version: 3151
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Group: Applications/Databases
|
Group: Applications/Databases
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
|
@ -35,6 +35,7 @@ export QMAKE=qmake-qt4
|
||||||
%install
|
%install
|
||||||
%{__rm} -rf %{buildroot}
|
%{__rm} -rf %{buildroot}
|
||||||
%{__make} install DESTDIR=%{buildroot} STRIP=/bin/true INSTALL='install -p'
|
%{__make} install DESTDIR=%{buildroot} STRIP=/bin/true INSTALL='install -p'
|
||||||
|
%{__chmod} 0755 %{buildroot}/%{_libdir}/lib%{name}.so.%{version}
|
||||||
|
|
||||||
desktop-file-install --delete-original \
|
desktop-file-install --delete-original \
|
||||||
--dir=%{buildroot}/%{_datadir}/applications \
|
--dir=%{buildroot}/%{_datadir}/applications \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue