minor .spec cleanup

This commit is contained in:
Rex Dieter 2014-07-08 08:16:59 -05:00
parent 6a84bd1083
commit 740afb74b4

View File

@ -1,7 +1,7 @@
Summary: Reference implementation of the iCalendar data type and serialization format
Name: libical
Version: 1.0
Release: 5%{?dist}
Release: 6%{?dist}
License: LGPLv2 or MPLv1.1
URL: http://freeassociation.sourceforge.net/
Source: http://downloads.sourceforge.net/freeassociation/%{name}-%{version}.tar.gz
@ -18,7 +18,7 @@ used in dozens of calendaring and scheduling products.
%package devel
Summary: Development files for libical
Requires: %{name}%{?_isa} = %{version}-%{release}, pkgconfig
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
The libical-devel package contains libraries and header files for developing
@ -40,8 +40,8 @@ make %{?_smp_mflags} -C %{_target_platform}
%install
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
# omit libtool archives, static libs
rm -fv %{buildroot}%{_libdir}/lib*.*a
# omit static libs
rm -fv %{buildroot}%{_libdir}/lib*.a
%post -p /sbin/ldconfig
@ -60,10 +60,12 @@ rm -fv %{buildroot}%{_libdir}/lib*.*a
%{_libdir}/libicalss.so
%{_libdir}/libicalvcal.so
%{_libdir}/pkgconfig/libical.pc
%dir %{_includedir}/%{name}
%{_includedir}/libical/
%changelog
* Tue Jul 08 2014 Rex Dieter <rdieter@fedoraproject.org> 1.0-6
- minor .spec cleanup
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild