rpms/redland/devel redland.spec,1.7,1.8

Kevin Kofler (kkofler) fedora-extras-commits at redhat.com
Tue Oct 16 09:02:24 UTC 2007


Author: kkofler

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

Modified Files:
	redland.spec 
Log Message:
fix unpackaged files and unowned directory


Index: redland.spec
===================================================================
RCS file: /cvs/pkgs/rpms/redland/devel/redland.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- redland.spec	16 Oct 2007 08:46:25 -0000	1.7
+++ redland.spec	16 Oct 2007 09:01:50 -0000	1.8
@@ -1,6 +1,6 @@
 Name:           redland
 Version:        1.0.6
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Redland RDF Application Framework
 
 Group:          System Environment/Libraries
@@ -77,6 +77,9 @@
 %{_libdir}/librdf*.so.*
 %{_bindir}/rdfproc
 %{_bindir}/redland-db-upgrade
+%dir %{_datadir}/redland
+%{_datadir}/redland/mysql-v1.ttl
+%{_datadir}/redland/mysql-v2.ttl
 %{_mandir}/man1/redland-db-upgrade.1*
 %{_mandir}/man1/rdfproc.1*
 %{_mandir}/man3/redland.3*
@@ -90,7 +93,7 @@
 %{_includedir}/rdf_*.h
 %{_mandir}/man1/redland-config.1*
 %{_libdir}/pkgconfig/redland.pc
-%{_datadir}/%{name}/Redland.i
+%{_datadir}/redland/Redland.i
 %{_datadir}/gtk-doc/html
 
 %post -p /sbin/ldconfig
@@ -98,6 +101,9 @@
 %postun -p /sbin/ldconfig
 
 %changelog
+* Tue Oct 16 2007 Kevin Kofler <Kevin at tigcc.ticalc.org> 1.0.6-2
+- fix unpackaged files and unowned directory
+
 * Tue Oct 16 2007 Kevin Kofler <Kevin at tigcc.ticalc.org> 1.0.6-1
 - update to 1.0.6 (for Soprano 2, also some bugfixes)
 - update minimum raptor and rasqal versions




More information about the scm-commits mailing list