update to 0.5.0 [release 0.5.0-1mamba;Sun Apr 28 2013]

This commit is contained in:
Automatic Build System 2024-01-06 04:59:47 +01:00
parent c4f51d089e
commit 0720089362
2 changed files with 85 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# liblrdf
A lightweight RDF library with special support for LADSPA plugins.

83
liblrdf.spec Normal file
View File

@ -0,0 +1,83 @@
Name: liblrdf
Version: 0.5.0
Release: 1mamba
Summary: A lightweight RDF library with special support for LADSPA plugins
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://sourceforge.net/projects/lrdf
Source: git://github.com/swh/LRDF.git/master/LRDF-%{version}.tar.bz2
#Source: http://downloads.sourceforge.net/sourceforge/lrdf/%{name}-%{version}.tar.gz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libraptor-devel
## AUTOBUILDREQ-END
BuildRequires: ladspa-devel
BuildRequires: libxml2-devel
BuildRequires: pkgconfig
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
A lightweight RDF library with special support for LADSPA plugins.
%package devel
Summary: Devel package for %{name}
Group: Development/Libraries
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description devel
A lightweight RDF library with special support for LADSPA plugins.
This package contains static libraries and header files need for development.
%prep
%setup -q -n LRDF-%{version}
sed -i "s|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|" configure.ac
%build
./autogen.sh
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
%{_libdir}/liblrdf.so.*
%doc AUTHORS COPYING
%files devel
%defattr(-,root,root)
%{_includedir}/*.h
%{_datadir}/ladspa
%{_libdir}/liblrdf.so
%{_libdir}/liblrdf.a
%{_libdir}/liblrdf.la
%{_libdir}/pkgconfig/*.pc
%doc ChangeLog NEWS README
%changelog
* Sun Apr 28 2013 Automatic Build System <autodist@mambasoft.it> 0.5.0-1mamba
- update to 0.5.0
* Fri Oct 16 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.0-4mamba
- rebuilt against libopenssl 0.9.8
* Tue Oct 30 2007 Aleph0 <aleph0@openmamba.org> 0.4.0-3mamba
- specfile updated and fixed
- add missing build requirements
* Sat Feb 19 2005 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.0-2qilnx
- added missing liblrdf.so
* Sat Feb 19 2005 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.0-1qilnx
- package created by autospec