From a172ff33ca7067920be6dcd19dfbd4764583ef741f2f4a9b29a909eb365b473a Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 31 Jul 2013 15:25:07 +0000 Subject: [PATCH] Accepting request 184992 from devel:libraries:c_c++ Update to 0~20130609 Summer 2013 libyal refresh for opensuse 13.1 (forwarded request 184991 from gregfreemyer) OBS-URL: https://build.opensuse.org/request/show/184992 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libuna?expand=0&rev=2 --- libuna-alpha-20130103.tar.xz | 3 --- libuna-alpha-20130609.tar.gz | 3 +++ libuna.changes | 17 +++++++++++++++ libuna.spec | 42 ++++++++++++++++++------------------ 4 files changed, 41 insertions(+), 24 deletions(-) delete mode 100644 libuna-alpha-20130103.tar.xz create mode 100644 libuna-alpha-20130609.tar.gz diff --git a/libuna-alpha-20130103.tar.xz b/libuna-alpha-20130103.tar.xz deleted file mode 100644 index 28ec773..0000000 --- a/libuna-alpha-20130103.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1aad29ea56d806fff0e776c04e5bb8f90f49d9c864285ea08d848b0b471430e -size 885944 diff --git a/libuna-alpha-20130609.tar.gz b/libuna-alpha-20130609.tar.gz new file mode 100644 index 0000000..e93bac1 --- /dev/null +++ b/libuna-alpha-20130609.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbfd833feacdb99e54eb42006ff65d06a7f9ce9d3e08dcb1a98836c591a17764 +size 1804012 diff --git a/libuna.changes b/libuna.changes index 025d285..a99a93f 100644 --- a/libuna.changes +++ b/libuna.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sat Jul 27 02:09:50 UTC 2013 - Greg.Freemyer@gmail.com + +- update to v0~20130609 + * fix in .pc.in file + * updated dependencies + * fixes issues for building with stand-alone version of libcnotify + * removed date time functionality from libcsystem +- change to gz compression for tarball to eliminate conversion from download +- use libyal libraries from factory where posible, not internal versions + +------------------------------------------------------------------- +Mon Apr 22 17:37:40 UTC 2013 - Greg.Freemyer@gmail.com + +- run spec-cleaner +- add comments about why internal libraries are being used + ------------------------------------------------------------------- Wed Apr 3 22:51:35 UTC 2013 - jengelh@inai.de diff --git a/libuna.spec b/libuna.spec index 8aa9594..2234185 100644 --- a/libuna.spec +++ b/libuna.spec @@ -16,25 +16,25 @@ # - Name: libuna %define lname libuna1 -%define timestamp 20130103 +%define timestamp 20130609 Version: 0~%timestamp Release: 0 -License: LGPL-3.0+ Summary: Library to support Unicode and ASCII (byte string) conversions +License: LGPL-3.0+ Group: Development/Libraries/C and C++ Url: http://code.google.com/p/libuna/ -#DL-URL: http://libuna.googlecode.com/files/libuna-alpha-%timestamp.tar.gz -Source: %name-alpha-%timestamp.tar.xz +#DL-URL: https://googledrive.com/host/0B3fBvzttpiiSaXBjN1ZJVzVsbjQ/libuna-alpha-%timestamp.tar.gz +Source: %{name}-alpha-%timestamp.tar.gz BuildRequires: pkg-config -BuildRequires: xz -#BuildRequires: pkgconfig(libcerror) >= 20120425 -#BuildRequires: pkgconfig(libcfile) >= 20120526 -#BuildRequires: pkgconfig(libclocale) >= 20120425 -#BuildRequires: pkgconfig(libcnotify) >= 20120425 +BuildRequires: pkgconfig(libcfile) >= 0~20120526 +BuildRequires: pkgconfig(libclocale) >= 0~20120425 +BuildRequires: pkgconfig(libcnotify) >= 0~20121224 +# these fail to build with factory version, so use internal version. Verified 7/30/13 +#BuildRequires: pkgconfig(libcerror) >= 0~20130609 + BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -57,11 +57,11 @@ Group: Development/Tools/Other %description tools Several tools for converting Unicode and ASCII (byte stream) based text. - + %package devel Summary: Development files for libuna, a library to support Unicode/ASCII conversions Group: Development/Libraries/C and C++ -Requires: %lname = %version +Requires: %lname = %{version} %description devel libuna is a library to support Unicode and ASCII (byte string) @@ -78,8 +78,8 @@ applications that want to make use of libuna. make %{?_smp_mflags} %install -make install DESTDIR="%buildroot" -rm -f "%buildroot/%_libdir"/*.la +%make_install +rm -f "%{buildroot}/%{_libdir}"/*.la %post -n %lname -p /sbin/ldconfig %postun -n %lname -p /sbin/ldconfig @@ -87,18 +87,18 @@ rm -f "%buildroot/%_libdir"/*.la %files -n %lname %defattr(-,root,root) %doc AUTHORS COPYING ChangeLog ABOUT-NLS -%_libdir/libuna.so.1* +%{_libdir}/libuna.so.1* %files tools %defattr(-,root,root) -%_bindir/una* -%_mandir/man1/unaexport.1* +%{_bindir}/una* +%{_mandir}/man1/unaexport.1* %files devel %defattr(-,root,root) -%_includedir/libuna* -%_libdir/libuna.so -%_libdir/pkgconfig/libuna.pc -%_mandir/man3/libuna.3* +%{_includedir}/libuna* +%{_libdir}/libuna.so +%{_libdir}/pkgconfig/libuna.pc +%{_mandir}/man3/libuna.3* %changelog