source: projects/specs/trunk/lib/libi/libical/libical-vl.spec @ 9376

Revision 9376, 5.5 KB checked in by inagaki, 9 years ago (diff)

2015-02-24 Ryoichi INAGAKI <ryo1@…>

  • evolution, evolution-data-server, gnokii, gnome-shell, kdepimlibs, kmymoney: rebuilt with libical
  • libical: updated


Line 
1Name:           libical
2Summary:        An Open Source implementation of the iCalendar protocols and protocol data units
3Version:        1.0.1
4Release:        1%{?_dist_release}
5
6Group:          System Environment/Libraries
7License:        LGPLv2 or MPLv1.1
8URL:            https://libical.github.io/libical/
9
10Source0:        https://github.com/libical/libical/releases/download/v1.0.1/%{name}-%{version}.tar.gz
11
12
13BuildRoot:      %{_tmppath}/%{name}-%{version}-root
14BuildRequires:  cmake
15Requires:       tzdata
16
17Vendor:         Project Vine
18Distribution:   Vine Linux
19Packager:       babasaki, daisuke, inagaki
20
21#----------------------------------------------------------------------------
22%description
23Reference implementation of the iCalendar data type and serialization format
24used in dozens of calendaring and scheduling products.
25
26%description -l pl
27Implementacja formatu iCalendar, używana w wielu kalendarzach i
28planerach/planistach.
29
30#----------------------------------------------------------------------------
31%package devel
32Summary:        Development files for libical
33Summary(ja):    libical の開発用ファイル
34Group:          Development/Libraries
35Requires:       %{name} = %{version}-%{release}
36
37%description devel
38The libical-devel package contains libraries and header files for developing
39applications that use libical.
40
41%description devel -l pl
42libical-devel zawiera biblioteki i pliki niezbędne do tworzenia aplikacji
43korzystających z libical.
44
45#----------------------------------------------------------------------------
46%prep
47%setup -q
48
49%build
50mkdir -p %{_target_platform}
51pushd %{_target_platform}
52%cmake \
53    -DCMAKE_BUILD_TYPE=release \
54    ..
55popd
56
57make %{?_smp_mflags} -C %{_target_platform}
58
59%check
60# make check
61# Fails on x86_64 and ppc64.
62
63#----------------------------------------------------------------------------
64%install
65rm -rf $RPM_BUILD_ROOT
66
67make install/fast DESTDIR=$RPM_BUILD_ROOT -C %{_target_platform}
68
69#make install INSTALL="%{__install} -p" DESTDIR=$RPM_BUILD_ROOT
70#find $RPM_BUILD_ROOT -type f -name "*.la" -delete
71
72%clean
73rm -rf $RPM_BUILD_ROOT
74
75#----------------------------------------------------------------------------
76%post -p /sbin/ldconfig
77
78%postun -p /sbin/ldconfig
79
80
81%files
82%defattr(-,root,root,-)
83%doc AUTHORS COPYING LICENSE ReadMe.txt ReleaseNotes.txt THANKS TODO
84%{_libdir}/%{name}.so.*
85%{_libdir}/libicalss.so.*
86%{_libdir}/libicalvcal.so.*
87
88%files devel
89%defattr(-,root,root,-)
90%doc doc/UsingLibical.txt
91%{_includedir}/ical.h
92%dir %{_includedir}/%{name}
93%{_includedir}/%{name}/*.h
94%{_libdir}/%{name}.so
95%{_libdir}/libicalss.so
96%{_libdir}/libicalvcal.so
97%dir %{_libdir}/cmake/LibIcal
98%{_libdir}/cmake/LibIcal/*.cmake
99%{_libdir}/pkgconfig/libical.pc
100
101%exclude %{_libdir}/%{name}.a
102%exclude %{_libdir}/libicalss.a
103%exclude %{_libdir}/libicalvcal.a
104
105
106%changelog
107* Mon Feb 23 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.0.1-1
108- updated to 1.0.1
109- updated URL
110- added BR: cmake
111
112* Sun Sep 02 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.48-1
113- update to 0.48
114- remove old patches
115
116* Sat Apr  2 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.46-1
117- new upstream release
118- added Patch0-2 from Fedora
119
120* Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.44-2
121- rebuild with rpm-4.8.1 for pkg-config file
122
123* Mon Jun 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.44-1
124- new upstream release
125- drop Patch0
126
127* Fri May 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.43-2
128- remove comment line after %%postun
129- add Vendor/Distribution/Packager tags
130
131* Sat Mar 21 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.43-1
132- new upstream release
133- add pkgconfig file to -devel subpackage.
134- move libicalvcal headers to /usr/include/libical (patch1,2)
135- add patch0 to fix implicit pointer conversion from Debian. Fixes Debian BTS
136  bug #511598.
137
138* Mon Oct 27 2008 Seiichirou Babasaki - 0.32-2
139- Import libical - Packager: Babasaki
140- Updated specfile
141
142* Wed Sep 03 2008 Debarshi Ray <rishi@fedoraproject.org> - 0.32-1
143- Version bump to 0.32.
144- Parallel build problems fixed.
145
146* Sun Jul 27 2008 Jeff Perry <jeffperry_fedora@sourcesink.com> - 0.31-3
147- Added 'BuildRequires: bison byacc flex'.
148
149* Sun Jul 27 2008 Debarshi Ray <rishi@fedoraproject.org> - 0.31-2
150- Fixed linkage problems and disabled parallel build till upstream accepts fix.
151
152* Thu Jul 17 2008 Jeff Perry <jeffperry_fedora@sourcesink.com> - 0.31-1
153- Version bump to 0.31.
154
155* Thu Jul 17 2008 Debarshi Ray <rishi@fedoraproject.org> - 0.30-4
156- Changed value of License according to Fedora licensing guidelines.
157- Enabled reentrant system calls and C++ bindings.
158- Omitted unused direct shared library dependencies.
159- Added ChangeLog, COPYING, LICENSE, NEWS and README to doc and dropped
160  examples.
161
162* Wed Apr 02 2008 Jakub 'Livio' Rusinek <jakub.rusinek@gmail.com> - 0.30-3
163- Source URL... Fixed
164
165* Wed Apr 02 2008 Jakub 'Livio' Rusinek <jakub.rusinek@gmail.com> - 0.30-2
166- Removed untrue note about libical's homepage (to get rid of eventuall mess)
167
168* Sat Feb 23 2008 David Nielsen <gnomeuser@gmail.com> - 0.30-1
169- Switch to freeassociation libical
170- bump to 0.30
171
172* Sat Feb 09 2008 Jakub 'Livio' Rusinek <jakub.rusinek@gmail.com> - 0.27-5
173- Mass rebuild for new GCC... Done
174
175* Sat Jan 19 2008 Jakub 'Livio' Rusinek <jakub.rusinek@gmail.com> - 0.27-4
176- Licence... Fixed
177
178* Fri Jan 18 2008 Jakub 'Livio' Rusinek <jakub.rusinek@gmail.com> - 0.27-3
179- Files section... Fixed
180
181* Thu Jan 17 2008 Jakub 'Livio' Rusinek <jakub.rusinek@gmail.com> - 0.27-2
182- Source... Changed
183- Debug information in libical main package... Excluded
184- Non-numbered .so files in libical main package... Moved
185- libical-devel documentation... Added
186
187* Mon Dec 24 2007 Jakub 'Livio' Rusinek <jakub.rusinek@gmail.com> - 0.27-1
188- Initial release
Note: See TracBrowser for help on using the repository browser.