SHA256
1
0
forked from pool/libuna

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
This commit is contained in:
Stephan Kulow 2013-07-31 15:25:07 +00:00 committed by Git OBS Bridge
parent e684aae234
commit a172ff33ca
4 changed files with 41 additions and 24 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b1aad29ea56d806fff0e776c04e5bb8f90f49d9c864285ea08d848b0b471430e
size 885944

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dbfd833feacdb99e54eb42006ff65d06a7f9ce9d3e08dcb1a98836c591a17764
size 1804012

View File

@ -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 Wed Apr 3 22:51:35 UTC 2013 - jengelh@inai.de

View File

@ -16,25 +16,25 @@
# #
Name: libuna Name: libuna
%define lname libuna1 %define lname libuna1
%define timestamp 20130103 %define timestamp 20130609
Version: 0~%timestamp Version: 0~%timestamp
Release: 0 Release: 0
License: LGPL-3.0+
Summary: Library to support Unicode and ASCII (byte string) conversions Summary: Library to support Unicode and ASCII (byte string) conversions
License: LGPL-3.0+
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Url: http://code.google.com/p/libuna/ Url: http://code.google.com/p/libuna/
#DL-URL: http://libuna.googlecode.com/files/libuna-alpha-%timestamp.tar.gz #DL-URL: https://googledrive.com/host/0B3fBvzttpiiSaXBjN1ZJVzVsbjQ/libuna-alpha-%timestamp.tar.gz
Source: %name-alpha-%timestamp.tar.xz Source: %{name}-alpha-%timestamp.tar.gz
BuildRequires: pkg-config BuildRequires: pkg-config
BuildRequires: xz BuildRequires: pkgconfig(libcfile) >= 0~20120526
#BuildRequires: pkgconfig(libcerror) >= 20120425 BuildRequires: pkgconfig(libclocale) >= 0~20120425
#BuildRequires: pkgconfig(libcfile) >= 20120526 BuildRequires: pkgconfig(libcnotify) >= 0~20121224
#BuildRequires: pkgconfig(libclocale) >= 20120425 # these fail to build with factory version, so use internal version. Verified 7/30/13
#BuildRequires: pkgconfig(libcnotify) >= 20120425 #BuildRequires: pkgconfig(libcerror) >= 0~20130609
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
@ -61,7 +61,7 @@ Several tools for converting Unicode and ASCII (byte stream) based text.
%package devel %package devel
Summary: Development files for libuna, a library to support Unicode/ASCII conversions Summary: Development files for libuna, a library to support Unicode/ASCII conversions
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: %lname = %version Requires: %lname = %{version}
%description devel %description devel
libuna is a library to support Unicode and ASCII (byte string) 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} make %{?_smp_mflags}
%install %install
make install DESTDIR="%buildroot" %make_install
rm -f "%buildroot/%_libdir"/*.la rm -f "%{buildroot}/%{_libdir}"/*.la
%post -n %lname -p /sbin/ldconfig %post -n %lname -p /sbin/ldconfig
%postun -n %lname -p /sbin/ldconfig %postun -n %lname -p /sbin/ldconfig
@ -87,18 +87,18 @@ rm -f "%buildroot/%_libdir"/*.la
%files -n %lname %files -n %lname
%defattr(-,root,root) %defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog ABOUT-NLS %doc AUTHORS COPYING ChangeLog ABOUT-NLS
%_libdir/libuna.so.1* %{_libdir}/libuna.so.1*
%files tools %files tools
%defattr(-,root,root) %defattr(-,root,root)
%_bindir/una* %{_bindir}/una*
%_mandir/man1/unaexport.1* %{_mandir}/man1/unaexport.1*
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
%_includedir/libuna* %{_includedir}/libuna*
%_libdir/libuna.so %{_libdir}/libuna.so
%_libdir/pkgconfig/libuna.pc %{_libdir}/pkgconfig/libuna.pc
%_mandir/man3/libuna.3* %{_mandir}/man3/libuna.3*
%changelog %changelog