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

Revision 10510, 4.6 KB checked in by tomop, 8 years ago (diff)

libplist-1.12-2

RevLine 
[909]1Name:           libplist
[1865]2Summary:        Library for manipulating Apple Binary and XML Property Lists
[9572]3Summary(ja):    Apple のバイナリおよび XML プロパティリストを操作するライブラリ
4Version:        1.12
[10510]5Release:        2%{?_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
[10510]90* Sat Jul  2 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.12-2
91- rebuilt with new toolchain.
92
[9572]93* Thu May 21 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.12-1
94- new upstream release
95
[8763]96* Tue Jul 08 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 1.11-1
97- update to 1.11
98
[8119]99* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10-2
100- rebuild with VineSeed environment
101
[7582]102* Thu Mar 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10-1
103- new upstream release
104
[6011]105* Sun Apr 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8-1
106- new upstream release
107- add BuildRequires: Cython
108
[5701]109* Thu Feb 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4-2
110- rebuild with python-2.7.2
111
[3469]112* Fri Apr 15 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4-1
113- new upstream release
114
[1865]115* Tue Sep 21 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.3-2
116- rebuilt with rpm-4.8.1 for pkg-config
117
[909]118* Thu Apr 29 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3-1
119- initial build for Vine Linux
120
121* Tue Apr 20 2010 Peter Robinson <pbrobinson@gmail.com> 1.3-1
122- Upstream stable 1.3 release
123
124* Sat Jan 23 2010 Peter Robinson <pbrobinson@gmail.com> 1.2-1
125- Upstream stable 1.2 release
126
127* Sat Jan  9 2010 Peter Robinson <pbrobinson@gmail.com> 1.0.0-5
128- Updated to the new python sysarch spec file reqs
129
130* Mon Dec  7 2009 Peter Robinson <pbrobinson@gmail.com> 1.0.0-4
131- and once more with feeling
132
133* Mon Dec  7 2009 Peter Robinson <pbrobinson@gmail.com> 1.0.0-3
134- Further updated fixes for the spec file
135
136* Mon Dec  7 2009 Peter Robinson <pbrobinson@gmail.com> 1.0.0-2
137- Drop upstreamed patch
138
139* Mon Dec  7 2009 Peter Robinson <pbrobinson@gmail.com> 1.0.0-1
140- Upstream stable 1.0.0 release
141
142* Thu Oct 29 2009 Peter Robinson <pbrobinson@gmail.com> 0.16-3
143- Actually add patch for python
144
145* Thu Oct 29 2009 Peter Robinson <pbrobinson@gmail.com> 0.16-2
146- Add python patch and c++ bindings
147
148* Thu Oct 29 2009 Peter Robinson <pbrobinson@gmail.com> 0.16-1
149- New upstream 0.16 release
150
151* Tue Oct 20 2009 Peter Robinson <pbrobinson@gmail.com> 0.15-1
152- New upstream 0.15 release
153
154* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13-2
155- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
156
157* Mon May 11 2009 Peter Robinson <pbrobinson@gmail.com> 0.13-1
158- New upstream 0.13 release
159
160* Mon May 11 2009 Peter Robinson <pbrobinson@gmail.com> 0.12-2
161- Further review updates
162
163* Sun May 10 2009 Peter Robinson <pbrobinson@gmail.com> 0.12-1
164- Update to official tarball release, some review fixes
165
166* Sun May 10 2009 Peter Robinson <pbrobinson@gmail.com> 0.12.0-0.1
167- Initial package
Note: See TracBrowser for help on using the repository browser.