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

Revision 12474, 5.0 KB checked in by tomop, 4 years ago (diff)

updated 6 packages

brotli-1.0.7-5

graphviz-2.44.1-1

llvm-10.0.1-1

libplist-2.2.0-2

libpwquality-1.4.2-2

python-nose-1.3.7-2

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