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