a04ae6397b
Added 32bit compatibility libraries. Removed self-obsoletes (fix for RPMLINT warning) (forwarded request 69481 from TheBlackCat) OBS-URL: https://build.opensuse.org/request/show/70808 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/liblrdf?expand=0&rev=13
148 lines
4.0 KiB
RPMSpec
148 lines
4.0 KiB
RPMSpec
#
|
|
# spec file for package liblrdf (Version 0.4.0)
|
|
#
|
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
#
|
|
|
|
# norootforbuild
|
|
|
|
|
|
Name: liblrdf
|
|
BuildRequires: ladspa-devel libraptor-devel libxml2-devel pkgconfig
|
|
Summary: A library to Manipulate RDF Files for LADSPA Plug-Ins
|
|
Version: 0.4.0
|
|
Release: 123
|
|
License: GPL v2 or later
|
|
Group: System/Libraries
|
|
Source: %{name}-%{version}.tar.bz2
|
|
Patch: liblrdf-symbol-conflict.diff
|
|
Url: http://liblrdf.sf.net
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
%description
|
|
This is a library to make it easy to manipulate RDF files describing
|
|
LADSPA plug-ins. It can also be used for general RDF manipulation.
|
|
|
|
It can read RDF, XLM, and N3 files and export N3 files. Ot also has a
|
|
light taxonomic inference capability.
|
|
|
|
|
|
|
|
Authors:
|
|
--------
|
|
Steve Harris <steve@plugin.org.uk>
|
|
|
|
%package -n liblrdf2
|
|
License: GPL v2 or later
|
|
Group: System/Libraries
|
|
Summary: A library to Manipulate RDF Files for LADSPA Plug-Ins
|
|
Provides: %{name} = %{version}
|
|
Obsoletes: %{name} < %{version}
|
|
|
|
%description -n liblrdf2
|
|
This is a library to make it easy to manipulate RDF files describing
|
|
LADSPA plug-ins. It can also be used for general RDF manipulation.
|
|
|
|
It can read RDF, XLM, and N3 files and export N3 files. Ot also has a
|
|
light taxonomic inference capability.
|
|
|
|
|
|
|
|
Authors:
|
|
--------
|
|
Steve Harris <steve@plugin.org.uk>
|
|
|
|
%package devel
|
|
License: GPL v2 or later
|
|
Summary: Development package for the liblrdf library
|
|
Group: Development/Libraries/C and C++
|
|
Requires: liblrdf2 = %{version} libraptor-devel
|
|
|
|
%description devel
|
|
This package contains the files needed to compile programs that use the
|
|
liblrdf library.
|
|
|
|
|
|
|
|
Authors:
|
|
--------
|
|
Steve Harris <steve@plugin.org.uk>
|
|
|
|
%prep
|
|
%setup -q
|
|
%patch -p1
|
|
|
|
%build
|
|
export CFLAGS="$RPM_OPT_FLAGS"
|
|
%configure --disable-static --with-pic
|
|
make
|
|
|
|
%install
|
|
make DESTDIR="$RPM_BUILD_ROOT" install
|
|
make -C examples distclean
|
|
|
|
%post -n liblrdf2 -p /sbin/ldconfig
|
|
|
|
%postun -n liblrdf2 -p /sbin/ldconfig
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%files -n liblrdf2
|
|
%defattr(-,root,root)
|
|
%doc AUTHORS COPYING ChangeLog NEWS README
|
|
%{_libdir}/lib*.so.2*
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%doc examples
|
|
%{_libdir}/lib*.so
|
|
%{_includedir}/*
|
|
%{_datadir}/ladspa
|
|
%{_libdir}/pkgconfig/*.pc
|
|
%exclude %{_libdir}/lib*.la
|
|
|
|
%changelog
|
|
* Wed Apr 15 2009 tiwai@suse.de
|
|
- fix conflict of symbols (bnc#492257)
|
|
* Thu Dec 20 2007 crrodriguez@suse.de
|
|
- use library packaging policy
|
|
* Thu Dec 20 2007 crrodriguez@suse.de
|
|
- remove static libraries and "la" files
|
|
- fix -devel pakcage dependencies (missing libraptor-devel)
|
|
* Thu May 03 2007 wstephenson@suse.de
|
|
- libraptor1-devel -> libraptor-devel
|
|
* Thu May 03 2007 lrupp@suse.de
|
|
- require libraptor1-devel
|
|
* Tue Apr 17 2007 tiwai@suse.de
|
|
- fix buildrequires ladspa -> ladspa-devel
|
|
* Wed Jan 25 2006 mls@suse.de
|
|
- converted neededforbuild to BuildRequires
|
|
* Mon Jan 24 2005 tiwai@suse.de
|
|
- updated to version 0.4.0.
|
|
* Thu Aug 05 2004 tiwai@suse.de
|
|
- updated to version 0.3.7.
|
|
* Fri Feb 27 2004 tiwai@suse.de
|
|
- removed the binareis from examples directory for installation.
|
|
* Thu Feb 26 2004 tiwai@suse.de
|
|
- updated to version 0.3.5.
|
|
* Tue Jan 13 2004 tiwai@suse.de
|
|
- build as non-root.
|
|
* Fri Jan 09 2004 tiwai@suse.de
|
|
- updated to version 0.3.2.
|
|
* Fri Jun 06 2003 tiwai@suse.de
|
|
- updated to version 0.3.1.
|
|
* Wed Apr 02 2003 tiwai@suse.de
|
|
- initial version: 0.2.4.
|