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

Revision 1883, 5.2 KB checked in by Takemikaduchi, 14 years ago (diff)

rebuild with rpm-4.8.1

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