rpms/libburn/FC-6 libburn.spec,1.5,1.6

Denis Leroy (denis) fedora-extras-commits at redhat.com
Mon Mar 26 12:31:26 UTC 2007


Author: denis

Update of /cvs/extras/rpms/libburn/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4028

Modified Files:
	libburn.spec 
Log Message:
- Fixed unowned include directory
- Moved documentation to devel directory
- Updated source URL to new upstream location



Index: libburn.spec
===================================================================
RCS file: /cvs/extras/rpms/libburn/FC-6/libburn.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libburn.spec	15 Jan 2007 17:00:31 -0000	1.5
+++ libburn.spec	26 Mar 2007 12:30:53 -0000	1.6
@@ -1,12 +1,12 @@
 Name:           libburn
 Version:        0.2.6.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Library for reading, mastering and writing optical discs
 
 Group:          System Environment/Libraries
 License:        GPL
 URL:            http://libburn.pykix.org/
-Source0:        http://libburn-download.pykix.org/releases/%{name}-%{version}.tar.gz
+Source0:        http://libburnia-download.pykix.org/releases/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 #BuildRequires:  automake libtool intltool gettext doxygen graphviz
@@ -76,13 +76,13 @@
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING COPYRIGHT README doc/html
+%doc AUTHORS COPYING COPYRIGHT README
 %{_libdir}/%{name}*.so.*
 
 %files devel
 %defattr(-,root,root,-)
-%doc
-%{_includedir}/%{name}/%{name}.h
+%doc doc/html
+%{_includedir}/%{name}
 %{_libdir}/%{name}*.so
 %{_libdir}/pkgconfig/%{name}*.pc
 
@@ -94,6 +94,11 @@
 
 
 %changelog
+* Sun Mar 25 2007 Denis Leroy <denis at poolshark.org> - 0.2.6.3-2
+- Fixed unowned include directory
+- Moved documentation to devel directory
+- Updated source URL to new upstream location
+
 * Tue Jan 02 2007 Jesse Keating <jkeating at redhat.com> - 0.2.6.3-1
 - Update to 0.2.6.3
 - Remove libisofs stuff as it's packaged seperately now.




More information about the fedora-extras-commits mailing list