source: projects/specs/trunk/lib/libp/libplist/libplist-vl.spec @ 9572

Revision 9572, 4.5 KB checked in by inagaki, 9 years ago (diff)

2015-05-22 Ryoichi INAGAKI <ryo1@…>

  • digikam, libimobiledevice, libplist, libusbmuxd: updated
  • gnome-mplayer, gtkpod, gvfs, ifuse, libgpod, rhythmbox, upower, usbmuxd: rebuilt


RevLine 
[909]1Name:           libplist
[1865]2Summary:        Library for manipulating Apple Binary and XML Property Lists
[9572]3Summary(ja):    Apple のバイナリおよび XML プロパティリストを操作するライブラリ
4Version:        1.12
[8763]5Release:        1%{?_dist_release}
[909]6
7Group:          System Environment/Libraries
8License:        LGPLv2+
[6011]9URL:            http://www.libimobiledevice.org/
[909]10
[6011]11Source0:        http://www.libimobiledevice.org/downloads/%{name}-%{version}.tar.bz2
[1865]12
[909]13BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
14BuildRequires: libxml2-devel
15BuildRequires: glib2-devel
16BuildRequires: python-devel
[6011]17BuildRequires: Cython
[909]18
[9572]19# to avoid for libplist-python to link with libplist.so.2...
20BuildConflicts: libplist-devel
[8119]21
[9572]22Vendor:         Project Vine
23Distribution:   Vine Linux
24Packager:       daisuke
25
[909]26%description
27libplist is a library for manipulating Apple Binary and XML Property Lists
28
[8763]29%description -l ja
[9572]30libplist は Apple のバイナリおよび XML プロパティリストを操作するライブラリです.
[8763]31
[909]32%package devel
33Summary: Development package for libplist
[9572]34Summary(ja): libplist の開発用パッケージ
[909]35Group: Development/Libraries
[1865]36Requires: %{name} = %{version}-%{release}
[909]37
38%description devel
39%{name}, development headers and libraries.
40
41%package python
42Summary: Python package for libplist
[9572]43Group: System Environment/Libraries
[1865]44Requires: %{name} = %{version}-%{release}
[909]45Requires: python
46
47%description python
48%{name}, python libraries and support
49
50%prep
51%setup -q
52
53%build
[9572]54%configure --disable-static
[909]55
[9572]56make %{?_smp_mflags} V=1
[909]57
58%install
59make install DESTDIR=$RPM_BUILD_ROOT
60
[8763]61find $RPM_BUILD_ROOT -type f -name "*.la" -delete
62
[909]63%clean
64rm -rf $RPM_BUILD_ROOT
65
66%post -p /sbin/ldconfig
67
68%postun -p /sbin/ldconfig
69
70%files
71%defattr(-,root,root,-)
72%doc AUTHORS COPYING.LESSER README
[7582]73%{_bindir}/plistutil
[909]74%{_libdir}/libplist.so.*
75%{_libdir}/libplist++.so.*
76
77%files devel
78%defattr(-,root,root,-)
79%{_libdir}/pkgconfig/libplist.pc
80%{_libdir}/pkgconfig/libplist++.pc
81%{_libdir}/libplist.so
82%{_libdir}/libplist++.so
83%{_includedir}/plist
84
85%files python
86%defattr(-,root,root,-)
[8763]87%{python_sitearch}/plist*
[909]88
89%changelog
[9572]90* Thu May 21 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.12-1
91- new upstream release
92
[8763]93* Tue Jul 08 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 1.11-1
94- update to 1.11
95
[8119]96* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10-2
97- rebuild with VineSeed environment
98
[7582]99* Thu Mar 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10-1
100- new upstream release
101
[6011]102* Sun Apr 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8-1
103- new upstream release
104- add BuildRequires: Cython
105
[5701]106* Thu Feb 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4-2
107- rebuild with python-2.7.2
108
[3469]109* Fri Apr 15 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4-1
110- new upstream release
111
[1865]112* Tue Sep 21 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.3-2
113- rebuilt with rpm-4.8.1 for pkg-config
114
[909]115* Thu Apr 29 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3-1
116- initial build for Vine Linux
117
118* Tue Apr 20 2010 Peter Robinson <pbrobinson@gmail.com> 1.3-1
119- Upstream stable 1.3 release
120
121* Sat Jan 23 2010 Peter Robinson <pbrobinson@gmail.com> 1.2-1
122- Upstream stable 1.2 release
123
124* Sat Jan  9 2010 Peter Robinson <pbrobinson@gmail.com> 1.0.0-5
125- Updated to the new python sysarch spec file reqs
126
127* Mon Dec  7 2009 Peter Robinson <pbrobinson@gmail.com> 1.0.0-4
128- and once more with feeling
129
130* Mon Dec  7 2009 Peter Robinson <pbrobinson@gmail.com> 1.0.0-3
131- Further updated fixes for the spec file
132
133* Mon Dec  7 2009 Peter Robinson <pbrobinson@gmail.com> 1.0.0-2
134- Drop upstreamed patch
135
136* Mon Dec  7 2009 Peter Robinson <pbrobinson@gmail.com> 1.0.0-1
137- Upstream stable 1.0.0 release
138
139* Thu Oct 29 2009 Peter Robinson <pbrobinson@gmail.com> 0.16-3
140- Actually add patch for python
141
142* Thu Oct 29 2009 Peter Robinson <pbrobinson@gmail.com> 0.16-2
143- Add python patch and c++ bindings
144
145* Thu Oct 29 2009 Peter Robinson <pbrobinson@gmail.com> 0.16-1
146- New upstream 0.16 release
147
148* Tue Oct 20 2009 Peter Robinson <pbrobinson@gmail.com> 0.15-1
149- New upstream 0.15 release
150
151* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13-2
152- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
153
154* Mon May 11 2009 Peter Robinson <pbrobinson@gmail.com> 0.13-1
155- New upstream 0.13 release
156
157* Mon May 11 2009 Peter Robinson <pbrobinson@gmail.com> 0.12-2
158- Further review updates
159
160* Sun May 10 2009 Peter Robinson <pbrobinson@gmail.com> 0.12-1
161- Update to official tarball release, some review fixes
162
163* Sun May 10 2009 Peter Robinson <pbrobinson@gmail.com> 0.12.0-0.1
164- Initial package
Note: See TracBrowser for help on using the repository browser.