commit e2849f5557733afd23378f0a0bcb558a22225152607792ec8cb1e63fbff89c97 Author: Stephan Kulow Date: Mon Aug 5 18:47:04 2013 +0000 Accepting request 185346 from filesystems Another libyal library. This one is for imaging optical disks. It is used by a libewf update heading to factory soon. OBS-URL: https://build.opensuse.org/request/show/185346 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libodraw?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/CUE_sheet_format.pdf b/CUE_sheet_format.pdf new file mode 100644 index 0000000..7665442 --- /dev/null +++ b/CUE_sheet_format.pdf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6f2d2b72b8c81c8507b50e372069d63808b8d3079d17a05becfc4580fd9bc24 +size 171293 diff --git a/libodraw-alpha-20120923.tar.gz b/libodraw-alpha-20120923.tar.gz new file mode 100644 index 0000000..bb0738c --- /dev/null +++ b/libodraw-alpha-20120923.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:784ca954d79e45b79712f8b54be1c6cf645635fac0635dafad553b7740e4f017 +size 1185711 diff --git a/libodraw.changes b/libodraw.changes new file mode 100644 index 0000000..5cfd695 --- /dev/null +++ b/libodraw.changes @@ -0,0 +1,10 @@ +------------------------------------------------------------------- +Thu Aug 1 00:56:12 UTC 2013 - Greg.Freemyer@gmail.com + +- update DL-URL +- change to gz compression to simplyfy download/convert + +------------------------------------------------------------------- +Fri Apr 5 20:20:43 UTC 2013 - jengelh@inai.de + +- Initial package (version 0~20120923) for build.opensuse.org diff --git a/libodraw.spec b/libodraw.spec new file mode 100644 index 0000000..d904871 --- /dev/null +++ b/libodraw.spec @@ -0,0 +1,118 @@ +# +# spec file for package libodraw +# +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + + +Name: libodraw +%define lname libodraw1 +%define timestamp 20120923 +Version: 0~%timestamp +Release: 0 +License: LGPL-3.0+ and GFDL-1.3+ +Summary: Library and tools to access to optical disc (split) RAW image files +Group: Productivity/File utilities +Url: http://code.google.com/p/libodraw/ + +#Git-Clone: http://code.google.com/p/libodraw +#DL-URL: https://googledrive.com/host/0B3fBvzttpiiSVUh3YzQ3c092Yms/libodraw-alpha-20120923.tar.gz +Source: %name-alpha-%timestamp.tar.gz +Source2: CUE_sheet_format.pdf +BuildRequires: pkg-config +#use factory packages if available +%if 0%{?suse_version} > 1230 +BuildRequires: pkgconfig(libcnotify) >= 20120425 +BuildRequires: pkgconfig(libcsplit) >= 20120701 +%endif +#BuildRequires: pkgconfig(libbfio) >= 20120426 +#BuildRequires: pkgconfig(libcdata) >= 20120425 +#BuildRequires: pkgconfig(libcerror) >= 20120425 +#BuildRequires: pkgconfig(libcfile) >= 20120526 +#BuildRequires: pkgconfig(libclocale) >= 20120425 +#BuildRequires: pkgconfig(libcpath) >= 20120701 +#BuildRequires: pkgconfig(libuna) >= 20120425 +# packages not (yet) released by upstream +#BuildRequires: pkgconfig(libcstring) >= 20120425 +#BuildRequires: pkgconfig(libcsystem) >= 20120425 +BuildRoot: %{_tmppath}/%{name}-%{version}-build + +%description +libodraw is a library to access optical disc (split) RAW images such +as BIN/ISO/CUE. + +%package -n %lname +Summary: Library to access to optical disc (split) RAW image files +License: LGPL-3.0+ +Group: System/Libraries + +%description -n %lname +libodraw is a library to access optical disc (split) RAW images such +as BIN/ISO/CUE. + +%package devel +Summary: Development files for libodraw, a disc image file library +Group: Development/Libraries/C and C++ +Requires: %lname = %version + +%description devel +libodraw is a library to access optical disc (split) RAW images such +as BIN/ISO/CUE. + +This subpackage contains libraries and header files for developing +applications that want to make use of libodraw. + +%package tools +Summary: Utilities for reading BIN/ISO/CUE image files through libodraw +License: LGPL-3.0+ +Group: Productivity/File utilities + +%description tools +This subpackage contains the utility programs from libodraw, which +can read optical disc (split) RAW image files such as BIN/ISO/CUE. + +%prep +%setup -qn libodraw-%timestamp +cp "%{S:2}" . + +%build +%configure --disable-static --enable-wide-character-type +make %{?_smp_mflags} + +%install +make install DESTDIR="%buildroot" +rm -f "%buildroot/%_libdir"/*.la + +%post -n %lname -p /sbin/ldconfig +%postun -n %lname -p /sbin/ldconfig + +%files -n %lname +%defattr(-,root,root) +%doc AUTHORS COPYING ChangeLog +%_libdir/libodraw.so.1* + +%files devel +%defattr(-,root,root) +%doc CUE_*.pdf +%_includedir/libodraw* +%_libdir/libodraw.so +%_libdir/pkgconfig/libodraw.pc +%_mandir/man3/libodraw.3* + +%files tools +%defattr(-,root,root) +%_bindir/odrawinfo +%_mandir/man1/odrawinfo.1* + +%changelog