From 740afb74b4f689a6deecaf7f3dca1354f93dd608 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 8 Jul 2014 08:16:59 -0500 Subject: [PATCH] minor .spec cleanup --- libical.spec | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/libical.spec b/libical.spec index c6b5f9c..783c05d 100644 --- a/libical.spec +++ b/libical.spec @@ -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 1.0-6 +- minor .spec cleanup + * Sat Jun 07 2014 Fedora Release Engineering - 1.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild