[libical] minor .spec cleanup

Rex Dieter rdieter at fedoraproject.org
Tue Jul 8 13:16:43 UTC 2014


commit 740afb74b4f689a6deecaf7f3dca1354f93dd608
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Tue Jul 8 08:16:59 2014 -0500

    minor .spec cleanup

 libical.spec |   12 +++++++-----
 1 files 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 <rdieter at fedoraproject.org> 1.0-6
+- minor .spec cleanup
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list