rpms/presto/devel presto.spec,1.1,1.2

Michael Schwendt mschwendt at fedoraproject.org
Tue Sep 2 15:46:49 UTC 2008


Author: mschwendt

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

Modified Files:
	presto.spec 
Log Message:
* Tue Sep  2 2008 Michael Schwendt <mschwendt at fedoraproject.org> 0.1.3-5
- Include unowned directories

No build-job.



Index: presto.spec
===================================================================
RCS file: /cvs/pkgs/rpms/presto/devel/presto.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- presto.spec	22 Jul 2008 17:11:27 -0000	1.1
+++ presto.spec	2 Sep 2008 15:46:19 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           presto
 Version:        0.1.3
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        A tilemap engine using the Allegro game programming library
 
 Group:          Development/Libraries
@@ -56,6 +56,7 @@
 %{_libdir}/libpresto.so.0
 %{_libdir}/libpresto.so.0.1
 %{_libdir}/libpresto.so.%{version}
+%dir %{_docdir}/presto-%{version}
 %doc %{_docdir}/presto-%{version}/README
 %doc %{_docdir}/presto-%{version}/COPYING
 
@@ -63,9 +64,11 @@
 %files devel
 %defattr(-,root,root,-)
 %{_libdir}/libpresto.so
+%dir %{_includedir}/presto
 %{_includedir}/presto/presto.h
 %{_includedir}/presto/functions.h
 %{_includedir}/presto/loadpng.h
+%dir %{_docdir}/presto-%{version}/examples
 %doc %{_docdir}/presto-%{version}/examples/build
 %doc %{_docdir}/presto-%{version}/examples/test.c
 %doc %{_docdir}/presto-%{version}/examples/test.map
@@ -76,6 +79,9 @@
 %postun -p /sbin/ldconfig
 
 %changelog
+* Tue Sep  2 2008 Michael Schwendt <mschwendt at fedoraproject.org> 0.1.3-5
+- Include unowned directories
+
 * Mon Jul 21 2008 Peter Fernandes <supersonicandtails at gmail.com> 0.1.3-4
 - Fixed clean section
 




More information about the fedora-extras-commits mailing list