rpms/libburn/F-10 .cvsignore, 1.8, 1.9 libburn.spec, 1.14, 1.15 sources, 1.9, 1.10

Denis Leroy denis at fedoraproject.org
Thu Oct 1 08:29:54 UTC 2009


Author: denis

Update of /cvs/pkgs/rpms/libburn/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9618

Modified Files:
	.cvsignore libburn.spec sources 
Log Message:
- Update to upstream 0.7.0
- Fixed binary installation
- Removed rpath
- Fixed URL



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libburn/F-10/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- .cvsignore	7 Jan 2009 14:39:17 -0000	1.8
+++ .cvsignore	1 Oct 2009 08:29:53 -0000	1.9
@@ -1 +1 @@
-libburn-0.6.0.pl00.tar.gz
+libburn-0.7.0.pl00.tar.gz


Index: libburn.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libburn/F-10/libburn.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- libburn.spec	7 Jan 2009 14:39:17 -0000	1.14
+++ libburn.spec	1 Oct 2009 08:29:54 -0000	1.15
@@ -1,12 +1,14 @@
+%define tbpostfix pl00
+
 Name:           libburn
-Version:        0.6.0
+Version:        0.7.0
 Release:        1%{?dist}
 Summary:        Library for reading, mastering and writing optical discs
 
 Group:          System Environment/Libraries
 License:        GPLv2
-URL:            http://libburn.pykix.org/
-Source0:        http://files.libburnia-project.org/releases/%{name}-%{version}.pl00.tar.gz
+URL:            http://libburnia-project.org/
+Source0:        http://files.libburnia-project.org/releases/%{name}-%{version}.%{tbpostfix}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:   libtool intltool gettext doxygen graphviz
@@ -49,6 +51,8 @@ features from the command line.
 
 %build
 %configure --disable-static
+sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
+sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 make %{?_smp_mflags}
 doxygen doc/doxygen.conf
 
@@ -56,10 +60,6 @@ doxygen doc/doxygen.conf
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_bindir}
-install -m 0755 cdrskin/cdrskin $RPM_BUILD_ROOT%{_bindir}/cdrskin
-install -d $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/html
-install -m 0644 doc/html/* $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/html/
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
 
@@ -69,6 +69,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %post -p /sbin/ldconfig
 
+
 %postun -p /sbin/ldconfig
 
 
@@ -77,21 +78,26 @@ rm -rf $RPM_BUILD_ROOT
 %doc AUTHORS COPYING COPYRIGHT README
 %{_libdir}/%{name}*.so.*
 
+
 %files devel
 %defattr(-,root,root,-)
-%doc doc/html
 %{_includedir}/%{name}
 %{_libdir}/%{name}*.so
 %{_libdir}/pkgconfig/%{name}*.pc
+%doc doc/html
 
 %files -n cdrskin
 %defattr(-,root,root,-)
-%doc
 %{_mandir}/*/*
 %{_bindir}/cdrskin
 
 
 %changelog
+* Thu Oct  1 2009 Denis Leroy <denis at poolshark.org> - 0.7.0-1
+- Update to upstream 0.7.0
+- Fixed binary installation
+- Removed rpath
+
 * Wed Jan 07 2009 Adel Gadllah <adel.gadllah at gmail.com> - 0.6.0-1
 - New upstream version
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libburn/F-10/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- sources	7 Jan 2009 14:39:17 -0000	1.9
+++ sources	1 Oct 2009 08:29:54 -0000	1.10
@@ -1 +1 @@
-3c8ec5a3e129099fb31f91b2c081fa5a  libburn-0.6.0.pl00.tar.gz
+57ac20c1b951be17f8100f6106d471c6  libburn-0.7.0.pl00.tar.gz




More information about the fedora-extras-commits mailing list