rpms/soprano/devel soprano.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Sun Jul 15 19:51:20 UTC 2007


Author: rdieter

Update of /cvs/pkgs/rpms/soprano/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11421/devel

Modified Files:
	.cvsignore sources 
Added Files:
	soprano.spec 
Log Message:
initial import



--- NEW FILE soprano.spec ---

Summary: Qt wrapper API to different RDF storage solutions
Name:    soprano 
Version: 0.9.0 
Release: 2%{?dist}

Group:   System Environment/Libraries
License: LGPL
URL:     http://sourceforge.net/projects/soprano 
Source0: http://dl.sf.net/soprano/soprano-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: cmake
BuildRequires: redland-devel
BuildRequires: qt4-devel 

%description
%{summary}.

%package devel
Summary: Developer files for %{name}
Group:   Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: qt4-devel 
%description devel
%{summary}.


%prep
%setup -q


%build

%cmake .

make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT

make install DESTDIR=$RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT


%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig


%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING* README TODO
%{_libdir}/lib*.so.*
%{_libdir}/soprano/

%files devel
%defattr(-,root,root,-)
%{_libdir}/lib*.so
%{_includedir}/soprano/


%changelog
* Sun Jul 15 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 0.9.0-2
- BR: cmake (doh)

* Wed Jun 27 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 0.9.0-1
- soprano-0.9.0
- first try



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/soprano/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	15 Jul 2007 19:31:01 -0000	1.1
+++ .cvsignore	15 Jul 2007 19:50:48 -0000	1.2
@@ -0,0 +1 @@
+soprano-0.9.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/soprano/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	15 Jul 2007 19:31:01 -0000	1.1
+++ sources	15 Jul 2007 19:50:48 -0000	1.2
@@ -0,0 +1 @@
+703f11ca18f50c500b62cd44c84145e5  soprano-0.9.0.tar.bz2




More information about the fedora-extras-commits mailing list