From bab515ee346fd6ebf952269f4b5f02f2fb3322a37131e4eaf5a8f005832d874b Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 15 Jan 2007 23:22:21 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/liblrdf?expand=0&rev=1 --- .gitattributes | 23 +++++++++ .gitignore | 1 + liblrdf-0.4.0.tar.bz2 | 3 ++ liblrdf.changes | 45 +++++++++++++++++ liblrdf.spec | 111 ++++++++++++++++++++++++++++++++++++++++++ ready | 0 6 files changed, 183 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 liblrdf-0.4.0.tar.bz2 create mode 100644 liblrdf.changes create mode 100644 liblrdf.spec create mode 100644 ready diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/liblrdf-0.4.0.tar.bz2 b/liblrdf-0.4.0.tar.bz2 new file mode 100644 index 0000000..62998b0 --- /dev/null +++ b/liblrdf-0.4.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f288230ba111bf154453bb1872599ca8e360af71e41ed7d0cc76f7c0e4b7bf8 +size 239594 diff --git a/liblrdf.changes b/liblrdf.changes new file mode 100644 index 0000000..1e8d05c --- /dev/null +++ b/liblrdf.changes @@ -0,0 +1,45 @@ +------------------------------------------------------------------- +Wed Jan 25 21:37:31 CET 2006 - mls@suse.de + +- converted neededforbuild to BuildRequires + +------------------------------------------------------------------- +Mon Jan 24 17:34:46 CET 2005 - tiwai@suse.de + +- updated to version 0.4.0. + +------------------------------------------------------------------- +Thu Aug 5 16:15:45 CEST 2004 - tiwai@suse.de + +- updated to version 0.3.7. + +------------------------------------------------------------------- +Fri Feb 27 17:00:20 CET 2004 - tiwai@suse.de + +- removed the binareis from examples directory for installation. + +------------------------------------------------------------------- +Thu Feb 26 17:22:39 CET 2004 - tiwai@suse.de + +- updated to version 0.3.5. + +------------------------------------------------------------------- +Tue Jan 13 20:20:14 CET 2004 - tiwai@suse.de + +- build as non-root. + +------------------------------------------------------------------- +Fri Jan 9 17:38:57 CET 2004 - tiwai@suse.de + +- updated to version 0.3.2. + +------------------------------------------------------------------- +Fri Jun 6 16:30:46 CEST 2003 - tiwai@suse.de + +- updated to version 0.3.1. + +------------------------------------------------------------------- +Wed Apr 2 14:58:27 CEST 2003 - tiwai@suse.de + +- initial version: 0.2.4. + diff --git a/liblrdf.spec b/liblrdf.spec new file mode 100644 index 0000000..8634c97 --- /dev/null +++ b/liblrdf.spec @@ -0,0 +1,111 @@ +# +# spec file for package liblrdf (Version 0.4.0) +# +# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany. +# This file and all modifications and additions to the pristine +# package are under the same license as the package itself. +# +# Please submit bugfixes or comments via http://www.suse.de/feedback/ +# + +# norootforbuild + +Name: liblrdf +BuildRequires: ladspa libxml2-devel pkgconfig raptor-devel +Summary: A library to manipulate RDF files for LADSPA plugins +Version: 0.4.0 +Release: 1 +License: GPL +Group: System/Libraries +Source: %{name}-%{version}.tar.bz2 +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 plugins. + +It can also be used for general RDF manipulation. + +It can read RDF/XLM and N3 files and export N3 files, it also has a +light taxonomic inference capablility. + + + +Authors: +-------- + Steve Harris + +%package devel +Summary: Development package for the liblrdf library +Group: Development/Libraries/C and C++ +Requires: liblrdf glibc-devel + +%description devel +This package contains the files needed to compile programs that use the +liblrdf library. + + + +Authors: +-------- + Steve Harris + +%prep +%setup +autoreconf --force --install +%{?suse_update_config:%{suse_update_config -f}} + +%build +CFLAGS="$RPM_OPT_FLAGS" \ +./configure --prefix=%{_prefix} --libdir=%{_libdir} --mandir=%{_mandir} +make + +%install +test "$RPM_BUILD_ROOT" != "/" -a -d "$RPM_BUILD_ROOT" && rm -rf $RPM_BUILD_ROOT +make DESTDIR="$RPM_BUILD_ROOT" install +make -C examples distclean + +%post +%run_ldconfig + +%postun +%run_ldconfig + +%clean +test "$RPM_BUILD_ROOT" != "/" -a -d "$RPM_BUILD_ROOT" && rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root) +%doc AUTHORS COPYING ChangeLog NEWS README +%{_libdir}/lib*.so.* + +%files devel +%defattr(-,root,root) +%doc examples +%{_libdir}/lib*.so +%{_libdir}/lib*.a +%{_libdir}/lib*.la +%{_includedir}/* +%{_datadir}/ladspa +%{_libdir}/pkgconfig/*.pc + +%changelog -n liblrdf +* 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. diff --git a/ready b/ready new file mode 100644 index 0000000..473a0f4