Accepting request 66937 from devel:libraries:c_c++
Accepted submit request 66937 from user dirkmueller OBS-URL: https://build.opensuse.org/request/show/66937 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libplist?expand=0&rev=9
This commit is contained in:
parent
a28ce09811
commit
4e3cb5a4cc
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:982c8aac59cdc3fafc925a407a29b6cf367c5ec9bad6ad509fe5ea25d3e5b6b0
|
||||
size 67642
|
@ -4,7 +4,7 @@
|
||||
Name: libplist
|
||||
Description: A library to handle Apple Property Lists whereas they are binary or XML
|
||||
Version: ${LIBPLIST_VERSION}
|
||||
-Requires: libxml-2.0 >= 2.6.30 glib-2.0 >= 2.14.1
|
||||
-Requires.private: libxml-2.0 >= 2.6.30 glib-2.0 >= 2.14.1
|
||||
+#Requires.private: libxml-2.0 >= 2.6.30 glib-2.0 >= 2.14.1
|
||||
Libs: -L${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR} -lplist
|
||||
Cflags: -I${CMAKE_INSTALL_PREFIX}/include
|
3
libplist-1.4.tar.bz2
Normal file
3
libplist-1.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2ad226abe1131a72e7ecbb2b921ad92f54b8e787c2281c89b00145b519479a71
|
||||
size 68176
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 20 18:17:36 CEST 2011 - opensuse@sukimashita.com
|
||||
|
||||
- Update to version 1.4
|
||||
* New maintainer and source location
|
||||
* Update AUTHORS from git history
|
||||
* Fix Unicode writing in binary plists
|
||||
* Update plist doctype
|
||||
* Fix Dictionary copy constructor
|
||||
* Fix Mac OS X library install path detection
|
||||
* Plug memory leak when writing Unicode data
|
||||
- Remove pkgconfig patch due to upstream fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 8 21:18:28 UTC 2010 - cristian.rodriguez@opensuse.org
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package libplist (Version 1.3)
|
||||
# spec file for package libplist (Version 1.4)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -18,11 +18,11 @@
|
||||
|
||||
|
||||
Name: libplist
|
||||
Version: 1.3
|
||||
Release: 4
|
||||
Version: 1.4
|
||||
Release: 1
|
||||
License: LGPL v2.1 or GPL v2
|
||||
Summary: Library for handling Apple Binary and XML Property Lists
|
||||
Url: http://github.com/JonathanBeck/libplist
|
||||
Url: http://cgit.sukimashita.com/libplist.git
|
||||
Group: System/Libraries
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
BuildRequires: cmake
|
||||
@ -33,8 +33,7 @@ BuildRequires: python-devel
|
||||
BuildRequires: swig
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
#remove when pkgconfig is fixed to handle Requires.private correctly
|
||||
Patch0: libplist-1.3-pkgconfig.patch
|
||||
|
||||
Patch0: libplist-1.4-pkgconfig.patch
|
||||
%description
|
||||
libplist is a library for handling Apple Binary and XML Property Lists.
|
||||
|
||||
@ -139,12 +138,12 @@ rm -rf %{buildroot}
|
||||
|
||||
%files -n libplist1
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING.LESSER README
|
||||
%doc AUTHORS COPYING.LESSER README NEWS
|
||||
%{_libdir}/libplist.so.*
|
||||
|
||||
%files -n libplist++1
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING.LESSER README
|
||||
%doc AUTHORS COPYING.LESSER README NEWS
|
||||
%{_libdir}/libplist++.so.*
|
||||
|
||||
%files -n plutil
|
||||
|
Loading…
Reference in New Issue
Block a user