rpms/soprano/devel soprano.spec,1.30,1.31

Rex Dieter rdieter at fedoraproject.org
Wed May 6 14:11:11 UTC 2009


Author: rdieter

Update of /cvs/pkgs/rpms/soprano/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23044/devel

Modified Files:
	soprano.spec 
Log Message:
* Wed May  6 2009 Rex Dieter <rdieter at fedoraproject.org> - 2.2.3-2
- %files: drop ownership of %_datadir/dbus-1.0/interfaces (#334681)
- %files: track shlib sonames
- make -apidocs noarch



Index: soprano.spec
===================================================================
RCS file: /cvs/pkgs/rpms/soprano/devel/soprano.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -p -r1.30 -r1.31
--- soprano.spec	2 Mar 2009 16:10:07 -0000	1.30
+++ soprano.spec	6 May 2009 14:10:41 -0000	1.31
@@ -7,7 +7,7 @@
 Summary: Qt wrapper API to different RDF storage solutions
 Name:    soprano
 Version: 2.2.3
-Release: 1%{?dist}
+Release: 2%{?dist}
 
 Group:   System Environment/Libraries
 License: LGPLv2+
@@ -44,6 +44,9 @@ Requires: pkgconfig
 Group: Development/Documentation
 Summary: Soprano API documentation
 Requires: %{name} = %{?epoch:%{epoch}:}%{version}
+%if 0%{?fedora} > 9
+BuildArch: noarch
+%endif
 
 %description apidocs
 This package includes the Soprano API documentation in HTML
@@ -81,16 +84,17 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/sopranocmd
 %{_bindir}/sopranod
 %{_bindir}/onto2vocabularyclass
-%{_libdir}/lib*.so.*
+%{_libdir}/libsoprano.so.4*
+%{_libdir}/libsopranoclient.so.1*
+%{_libdir}/libsopranonoindex.so.1*
+%{_libdir}/libsopranoserver.so.1*
 %{_libdir}/soprano/
 %{_datadir}/soprano/
-# Own this one here for lack of a better place (see also #334681)
-%dir %{_datadir}/dbus-1/interfaces
-%{_datadir}/dbus-1/interfaces/org.soprano.*
+%{_datadir}/dbus-1/interfaces/org.soprano.*.xml
 
 %files devel
 %defattr(-,root,root,-)
-%{_libdir}/lib*.so
+%{_libdir}/libsoprano*.so
 %{_libdir}/pkgconfig/soprano.pc
 %{_includedir}/soprano/
 %{_includedir}/Soprano/
@@ -103,6 +107,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed May  6 2009 Rex Dieter <rdieter at fedoraproject.org> - 2.2.3-2
+- %%files: drop ownership of %%_datadir/dbus-1.0/interfaces (#334681)
+- %%files: track shlib sonames
+- make -apidocs noarch
+
 * Mon Mar  2 2009 Lukáš Tinkl <ltinkl at redhat.com> - 2.2.3-1
 - update to 2.2.3, fix apidox building
 




More information about the fedora-extras-commits mailing list