rpms/libcdio/devel .cvsignore, 1.12, 1.13 libcdio.spec, 1.37, 1.38 sources, 1.12, 1.13

Adrian Reber adrian at fedoraproject.org
Fri Jan 22 08:21:33 UTC 2010


Author: adrian

Update of /cvs/extras/rpms/libcdio/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15259

Modified Files:
	.cvsignore libcdio.spec sources 
Log Message:
* Wed Jan 20 2010 Roman Rakus rrakus at redhat.com 0.82-1
- Update to 0.82
- removed rpath
- converted THANKS to utf8 



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libcdio/devel/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- .cvsignore	13 Jan 2009 08:19:26 -0000	1.12
+++ .cvsignore	22 Jan 2010 08:21:33 -0000	1.13
@@ -1,2 +1,2 @@
-libcdio-0.81.tar.gz.sig
-libcdio-0.81.tar.gz
+libcdio-0.82.tar.gz
+libcdio-0.82.tar.gz.sig


Index: libcdio.spec
===================================================================
RCS file: /cvs/extras/rpms/libcdio/devel/libcdio.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -p -r1.37 -r1.38
--- libcdio.spec	25 Jul 2009 05:25:39 -0000	1.37
+++ libcdio.spec	22 Jan 2010 08:21:33 -0000	1.38
@@ -1,14 +1,13 @@
 Name: libcdio
-Version: 0.81
-Release: 3%{?dist}
+Version: 0.82
+Release: 1%{?dist}
 Summary: CD-ROM input and control library
 Group: System Environment/Libraries
 License: GPLv3+
 URL: http://www.gnu.org/software/libcdio/
-Source0: http://ftp.gnu.org/gnu/libcdio/libcdio-0.81.tar.gz
-Source1: http://ftp.gnu.org/gnu/libcdio/libcdio-0.81.tar.gz.sig
+Source0: http://ftp.gnu.org/gnu/libcdio/libcdio-0.82.tar.gz
+Source1: http://ftp.gnu.org/gnu/libcdio/libcdio-0.82.tar.gz.sig
 Source2: libcdio-no_date_footer.hml
-Patch0: libcdio-0.81-cdio_get_default_device_linux.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: pkgconfig doxygen
 BuildRequires: ncurses-devel
@@ -17,6 +16,7 @@ Requires(post): /sbin/ldconfig
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
 BuildRequires: gettext-devel
+BuildRequires: chrpath
 
 
 %description
@@ -36,11 +36,10 @@ This package contains header files and s
 
 %prep
 %setup -q
-%patch0 -p1
 
 f=src/cd-paranoia/doc/ja/cd-paranoia.1.in
 iconv -f euc-jp -t utf-8 -o $f.utf8 $f && mv $f.utf8 $f
-
+iconv -f ISO88591 -t utf-8 -o THANKS.utf8 THANKS && mv THANKS.utf8 THANKS
 
 %build
 %configure \
@@ -82,6 +81,10 @@ for i in cd-info iso-read iso-info cd-re
 	touch -r src/$i.help2man $RPM_BUILD_ROOT%{_mandir}/man1/$i.1
 done
 
+# remove rpath
+chrpath --delete $RPM_BUILD_ROOT%{_bindir}/*
+chrpath --delete $RPM_BUILD_ROOT%{_libdir}/*.so.*
+
 %check
 # disable test using local CDROM
 %{__sed} -i -e "s,testiso9660\$(EXEEXT),,g" \
@@ -129,6 +132,11 @@ fi
 
 
 %changelog
+* Wed Jan 20 2010 Roman Rakus rrakus at redhat.com 0.82-1
+- Update to 0.82
+- removed rpath
+- converted THANKS to utf8 
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.81-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libcdio/devel/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- sources	13 Jan 2009 08:19:26 -0000	1.12
+++ sources	22 Jan 2010 08:21:33 -0000	1.13
@@ -1,2 +1,2 @@
-57c2ba8e6132a39b18ee7d320b9aa484  libcdio-0.81.tar.gz.sig
-2ad1622b672ccf53a3444a0c55724d38  libcdio-0.81.tar.gz
+1c29b18e01ab2b966162bc727bf3c360  libcdio-0.82.tar.gz
+80aaa9a10ba0d3320cda20aee6ea308e  libcdio-0.82.tar.gz.sig



More information about the scm-commits mailing list