Rex Dieter 14 years ago
parent e2b6ac2bc1
commit 7d1983429a

3
.gitignore vendored

@ -1,3 +1,4 @@
redland-1.0.10.tar.gz /redland-1.0.10.tar.gz
/redland-1.0.11.tar.gz /redland-1.0.11.tar.gz
/redland-1.0.12.tar.gz /redland-1.0.12.tar.gz
/redland-1.0.14.tar.gz

@ -1,6 +1,6 @@
Name: redland Name: redland
Version: 1.0.12 Version: 1.0.14
Release: 3%{?dist} Release: 1%{?dist}
Summary: RDF Application Framework Summary: RDF Application Framework
Group: System Environment/Libraries Group: System Environment/Libraries
@ -16,8 +16,8 @@ BuildRequires: libtool-ltdl-devel
BuildRequires: libxml2-devel >= 2.4.0 BuildRequires: libxml2-devel >= 2.4.0
BuildRequires: mysql-devel BuildRequires: mysql-devel
BuildRequires: postgresql-devel BuildRequires: postgresql-devel
BuildRequires: raptor-devel >= 1.4.20 BuildRequires: raptor2-devel
BuildRequires: rasqal-devel >= 0.9.19 BuildRequires: rasqal-devel >= 0.9.26
BuildRequires: sqlite-devel BuildRequires: sqlite-devel
%description %description
@ -31,18 +31,14 @@ for RDF developers to experiment with the technology.
%package devel %package devel
Summary: Libraries and header files for programs that use Redland Summary: Libraries and header files for programs that use Redland
Group: Development/Libraries Group: Development/Libraries
Requires: %{name} = %{version}-%{release} Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: pkgconfig
Requires: raptor-devel
Requires: rasqal-devel
%description devel %description devel
Header files for development with Redland. Header files for development with Redland.
%package mysql %package mysql
Summary: MySQL storage support for Redland Summary: MySQL storage support for Redland
Group: System Environment/Libraries Group: System Environment/Libraries
Requires: %{name} = %{version}-%{release} Requires: %{name}%{?_isa} = %{version}-%{release}
%description mysql %description mysql
This package provides Redland's storage support for graphs in memory and This package provides Redland's storage support for graphs in memory and
persistently with MySQL files or URIs. persistently with MySQL files or URIs.
@ -50,8 +46,7 @@ persistently with MySQL files or URIs.
%package pgsql %package pgsql
Summary: PostgreSQL storage support for Redland Summary: PostgreSQL storage support for Redland
Group: System Environment/Libraries Group: System Environment/Libraries
Requires: %{name} = %{version}-%{release} Requires: %{name}%{?_isa} = %{version}-%{release}
%description pgsql %description pgsql
This package provides Redland's storage support for graphs in memory and This package provides Redland's storage support for graphs in memory and
persistently with PostgreSQL files or URIs. persistently with PostgreSQL files or URIs.
@ -59,8 +54,7 @@ persistently with PostgreSQL files or URIs.
%package virtuoso %package virtuoso
Summary: Virtuoso storage support for Redland Summary: Virtuoso storage support for Redland
Group: System Environment/Libraries Group: System Environment/Libraries
Requires: %{name} = %{version}-%{release} Requires: %{name}%{?_isa} = %{version}-%{release}
%description virtuoso %description virtuoso
This package provides Redland's storage support for graphs in memory and This package provides Redland's storage support for graphs in memory and
persistently with Virtuoso files or URIs. persistently with Virtuoso files or URIs.
@ -77,8 +71,7 @@ sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure
%build %build
%configure \ %configure \
--enable-release \ --enable-release \
--disable-static \ --disable-static
--with-included-ltdl=no
make %{?_smp_mflags} make %{?_smp_mflags}
@ -99,6 +92,9 @@ make check
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
@ -143,12 +139,10 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/redland-config.1* %{_mandir}/man1/redland-config.1*
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%changelog %changelog
* Sat Jul 23 2011 Rex Dieter <rdieter@fedoraproject.org> 1.0.14-1
- 1.0.14
* Wed Mar 23 2011 Rex Dieter <rdieter@fedoraproject.org> 1.0.12-3 * Wed Mar 23 2011 Rex Dieter <rdieter@fedoraproject.org> 1.0.12-3
- rebuild (mysql) - rebuild (mysql)

@ -1 +1 @@
40f37a5ad97fdfbf984f78dcea0c6115 redland-1.0.12.tar.gz 3400579d137da82c4175debf9f6d53ba redland-1.0.14.tar.gz

Loading…
Cancel
Save