Accepting request 94211 from server:search
- avoid packaging files twice (forwarded request 94157 from coolo) OBS-URL: https://build.opensuse.org/request/show/94211 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xapian-core?expand=0&rev=4
This commit is contained in:
commit
129755fbb7
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 28 19:46:42 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
- avoid packaging files twice
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 13 09:29:48 UTC 2011 - prusnak@opensuse.org
|
Tue Sep 13 09:29:48 UTC 2011 - prusnak@opensuse.org
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
Name: xapian-core
|
Name: xapian-core
|
||||||
Version: 1.2.7
|
Version: 1.2.7
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPLv2
|
License: GPL-2.0
|
||||||
Summary: The Xapian Probabilistic Information Retrieval Library
|
Summary: The Xapian Probabilistic Information Retrieval Library
|
||||||
Url: http://www.xapian.org/
|
Url: http://www.xapian.org/
|
||||||
Group: Productivity/Databases/Servers
|
Group: Productivity/Databases/Servers
|
||||||
@ -38,7 +38,6 @@ offers a highly adaptable toolkit that allows developers to easily add advanced
|
|||||||
indexing and search facilities to applications
|
indexing and search facilities to applications
|
||||||
|
|
||||||
%package -n libxapian22
|
%package -n libxapian22
|
||||||
|
|
||||||
Summary: Xapian search engine libraries
|
Summary: Xapian search engine libraries
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Provides: xapian-core-libs
|
Provides: xapian-core-libs
|
||||||
@ -50,7 +49,6 @@ indexing and search facilities to applications. This package provides the
|
|||||||
libraries for applications using Xapian functionality
|
libraries for applications using Xapian functionality
|
||||||
|
|
||||||
%package -n libxapian-devel
|
%package -n libxapian-devel
|
||||||
|
|
||||||
Summary: Files needed for building packages which use Xapian
|
Summary: Files needed for building packages which use Xapian
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: gcc-c++
|
Requires: gcc-c++
|
||||||
@ -65,7 +63,6 @@ indexing and search facilities to applications. This package provides the
|
|||||||
files needed for building packages which use Xapian
|
files needed for building packages which use Xapian
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
|
|
||||||
Summary: Documentation for Xapian-core libraries
|
Summary: Documentation for Xapian-core libraries
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
@ -77,7 +74,6 @@ indexing and search facilities to applications. This package provides the
|
|||||||
files needed for building packages which use Xapian
|
files needed for building packages which use Xapian
|
||||||
|
|
||||||
%package examples
|
%package examples
|
||||||
|
|
||||||
Summary: Examples for Xapian-core libraries
|
Summary: Examples for Xapian-core libraries
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
@ -100,18 +96,25 @@ make %{?_smp_mflags}
|
|||||||
rm -rf examples/{.libs,.deps,.dirstamp,*.o,quest,delve,simplesearch,simpleexpand,simpleindex,copydatabase}
|
rm -rf examples/{.libs,.deps,.dirstamp,*.o,quest,delve,simplesearch,simpleexpand,simpleindex,copydatabase}
|
||||||
cp -vr examples %{buildroot}%{_docdir}/%{name}/
|
cp -vr examples %{buildroot}%{_docdir}/%{name}/
|
||||||
find . -name \*.spec -delete
|
find . -name \*.spec -delete
|
||||||
fdupes %{buildroot}%{_defaultdocdir}/%{name}
|
install -m 644 AUTHORS COPYING ChangeLog INSTALL README NEWS HACKING PLATFORMS ChangeLog.examples %{buildroot}%{_docdir}/%{name}
|
||||||
|
fdupes %{buildroot}%{_docdir}/%{name}
|
||||||
|
|
||||||
%post -n libxapian22 -p /sbin/ldconfig
|
%post -n libxapian22 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libxapian22 -p /sbin/ldconfig
|
%postun -n libxapian22 -p /sbin/ldconfig
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%doc AUTHORS COPYING ChangeLog INSTALL README NEWS HACKING PLATFORMS ChangeLog.examples
|
%dir %{_docdir}/%{name}
|
||||||
|
%{_docdir}/%{name}/AUTHORS
|
||||||
|
%{_docdir}/%{name}/COPYING
|
||||||
|
%{_docdir}/%{name}/ChangeLog
|
||||||
|
%{_docdir}/%{name}/INSTALL
|
||||||
|
%{_docdir}/%{name}/README
|
||||||
|
%{_docdir}/%{name}/NEWS
|
||||||
|
%{_docdir}/%{name}/HACKING
|
||||||
|
%{_docdir}/%{name}/PLATFORMS
|
||||||
|
%{_docdir}/%{name}/ChangeLog.examples
|
||||||
%{_bindir}/xapian-tcpsrv
|
%{_bindir}/xapian-tcpsrv
|
||||||
%{_bindir}/xapian-progsrv
|
%{_bindir}/xapian-progsrv
|
||||||
%{_bindir}/quest
|
%{_bindir}/quest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user