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

Revision 12277, 4.8 KB checked in by tomop, 5 years ago (diff)

updated 22 packages

Cython-0.29.13-1

alsa-lib-1.1.9-1

alsa-plugins-1.1.9-1

alsa-tools-1.1.7-1

alsa-utils-1.1.9-1

cairo-1.16.0-1

evince-3.30.3-1

expat-2.2.9-1

file-roller-3.30.1-1

gtk-doc-1.32-2

libplist-2.0.0-1

libsndfile-1.0.28-1

ncurses-6.1-2

openssh-8.1p1-1

python-2.7.16-5

python3-3.5.7-4

rsync-3.1.3-1

samba-4.10.9-1

sudo-1.8.28-1

sysstat-12.1.7-1

tix-8.4.3-5

zabbix-4.0.13-1

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