|
@@ -1,8 +1,8 @@
|
|
Name: libplist
|
|
Name: libplist
|
|
Summary: Library for manipulating Apple Binary and XML Property Lists
|
|
Summary: Library for manipulating Apple Binary and XML Property Lists
|
|
-SUmmary(ja): AppleのバイナリおよびXMLプロパティリストを操作するライブラリ
|
|
|
|
-Version: 1.10
|
|
|
|
-Release: 2%{?_dist_release}
|
|
|
|
|
|
+Summary(ja): AppleのバイナリおよびXMLプロパティリストを操作するライブラリ
|
|
|
|
+Version: 1.11
|
|
|
|
+Release: 1%{?_dist_release}
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
License: LGPLv2+
|
|
License: LGPLv2+
|
|
@@ -15,15 +15,17 @@ BuildRequires: libxml2-devel
|
|
BuildRequires: glib2-devel
|
|
BuildRequires: glib2-devel
|
|
BuildRequires: python-devel
|
|
BuildRequires: python-devel
|
|
BuildRequires: Cython
|
|
BuildRequires: Cython
|
|
-BuildRequires: swig
|
|
|
|
-BuildRequires: cmake
|
|
|
|
|
|
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
|
|
+Packager: daisuke
|
|
|
|
|
|
%description
|
|
%description
|
|
libplist is a library for manipulating Apple Binary and XML Property Lists
|
|
libplist is a library for manipulating Apple Binary and XML Property Lists
|
|
|
|
|
|
|
|
+%description -l ja
|
|
|
|
+libplistはAppleのバイナリおよびXMLプロパティリストを操作するライブラリ
|
|
|
|
+
|
|
%package devel
|
|
%package devel
|
|
Summary: Development package for libplist
|
|
Summary: Development package for libplist
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
@@ -45,16 +47,15 @@ Requires: python
|
|
%setup -q
|
|
%setup -q
|
|
|
|
|
|
%build
|
|
%build
|
|
-export CMAKE_PREFIX_PATH=/usr
|
|
|
|
-%{cmake} .
|
|
|
|
|
|
+%configure --disable-static --with-cython
|
|
|
|
|
|
-make %{?_smp_mflags} V=1
|
|
|
|
|
|
+make V=1
|
|
|
|
|
|
%install
|
|
%install
|
|
-export CMAKE_PREFIX_PATH=/usr
|
|
|
|
-rm -rf $RPM_BUILD_ROOT
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
+find $RPM_BUILD_ROOT -type f -name "*.la" -delete
|
|
|
|
+
|
|
%clean
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
@@ -66,7 +67,6 @@ rm -rf $RPM_BUILD_ROOT
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
%doc AUTHORS COPYING.LESSER README
|
|
%doc AUTHORS COPYING.LESSER README
|
|
%{_bindir}/plistutil
|
|
%{_bindir}/plistutil
|
|
-%{_bindir}/plistutil-%{version}
|
|
|
|
%{_libdir}/libplist.so.*
|
|
%{_libdir}/libplist.so.*
|
|
%{_libdir}/libplist++.so.*
|
|
%{_libdir}/libplist++.so.*
|
|
|
|
|
|
@@ -80,10 +80,12 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
%files python
|
|
%files python
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
-%{python_sitearch}/plist
|
|
|
|
-%{python_sitearch}/plist.so
|
|
|
|
|
|
+%{python_sitearch}/plist*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Tue Jul 08 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 1.11-1
|
|
|
|
+- update to 1.11
|
|
|
|
+
|
|
* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10-2
|
|
* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10-2
|
|
- rebuild with VineSeed environment
|
|
- rebuild with VineSeed environment
|
|
|
|
|