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:
parent
e684aae234
commit
a172ff33ca
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b1aad29ea56d806fff0e776c04e5bb8f90f49d9c864285ea08d848b0b471430e
|
||||
size 885944
|
3
libuna-alpha-20130609.tar.gz
Normal file
3
libuna-alpha-20130609.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dbfd833feacdb99e54eb42006ff65d06a7f9ce9d3e08dcb1a98836c591a17764
|
||||
size 1804012
|
@ -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
|
||||
|
||||
|
40
libuna.spec
40
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
|
||||
@ -61,7 +61,7 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user