Update to 1.0
This commit is contained in:
parent
e0ab44b7e6
commit
d85805b808
3
.gitignore
vendored
3
.gitignore
vendored
@ -1 +1,2 @@
|
||||
libical-0.48.tar.gz
|
||||
/libical-0.48.tar.gz
|
||||
/libical-1.0.tar.gz
|
||||
|
52
libical.spec
52
libical.spec
@ -1,14 +1,14 @@
|
||||
Summary: Reference implementation of the iCalendar data type and serialization format
|
||||
Name: libical
|
||||
Version: 0.48
|
||||
Release: 4%{?dist}
|
||||
Version: 1.0
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2 or MPLv1.1
|
||||
Group: System Environment/Libraries
|
||||
URL: http://freeassociation.sourceforge.net/
|
||||
Source: http://downloads.sourceforge.net/freeassociation/%{name}-%{version}.tar.gz
|
||||
Requires: tzdata
|
||||
|
||||
BuildRequires: bison, byacc, flex
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: cmake
|
||||
Requires: tzdata
|
||||
|
||||
%description
|
||||
Reference implementation of the iCalendar data type and serialization format
|
||||
@ -16,7 +16,6 @@ used in dozens of calendaring and scheduling products.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for libical
|
||||
Group: Development/Libraries
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}, pkgconfig
|
||||
|
||||
%description devel
|
||||
@ -27,48 +26,43 @@ applications that use libical.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --disable-static --enable-reentrant --with-backtrace
|
||||
make %{?_smp_mflags}
|
||||
mkdir -p %{_target_platform}
|
||||
pushd %{_target_platform}
|
||||
%{cmake} ..
|
||||
popd
|
||||
|
||||
make %{?_smp_mflags} -C %{_target_platform}
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p' install
|
||||
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
||||
|
||||
# Don't install any libtool .la files
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}*.la
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
# omit libtool archives, static libs
|
||||
rm -fv %{buildroot}%{_libdir}/lib*.*a
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc LICENSE README THANKS
|
||||
%{_libdir}/%{name}.so.*
|
||||
%{_libdir}/libicalss.so.*
|
||||
%{_libdir}/libicalvcal.so.*
|
||||
%{_libdir}/libical.so.1*
|
||||
%{_libdir}/libicalss.so.1*
|
||||
%{_libdir}/libicalvcal.so.1*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%doc doc/UsingLibical.txt
|
||||
%{_includedir}/ical.h
|
||||
%{_libdir}/%{name}.so
|
||||
%{_libdir}/libical.so
|
||||
%{_libdir}/libicalss.so
|
||||
%{_libdir}/libicalvcal.so
|
||||
%{_libdir}/pkgconfig/libical.pc
|
||||
%dir %{_includedir}/%{name}
|
||||
%{_includedir}/%{name}/ical*.h
|
||||
%{_includedir}/%{name}/pvl.h
|
||||
%{_includedir}/%{name}/sspm.h
|
||||
%{_includedir}/%{name}/port.h
|
||||
%{_includedir}/%{name}/vcaltmp.h
|
||||
%{_includedir}/%{name}/vcc.h
|
||||
%{_includedir}/%{name}/vobject.h
|
||||
%{_includedir}/libical/
|
||||
|
||||
%changelog
|
||||
* Fri May 24 2013 Rex Dieter <rdieter@fedoraproject.org> - 1.0-1
|
||||
- Update to 1.0
|
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.48-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
@ -131,7 +125,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
- Update makefile patch, remove the test part (already applied).
|
||||
- Package libical.pc, add Requires: pkgconfig to -devel.
|
||||
|
||||
* Tue Sep 03 2008 Debarshi Ray <rishi@fedoraproject.org> - 0.32-1
|
||||
* Wed Sep 03 2008 Debarshi Ray <rishi@fedoraproject.org> - 0.32-1
|
||||
- Version bump to 0.32.
|
||||
- Parallel build problems fixed.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user