From 16880757d7439a9f1620bd1ef06aba4b37320423eaeee16d6abeca316565ff0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Sun, 20 Nov 2011 20:40:35 +0000 Subject: [PATCH] Accepting request 92765 from home:jengelh:branches:devel:libraries:c_c++ - Use plain %package where possible - Remove redundant/unwanted tags/section (cf. specfile guidelines) OBS-URL: https://build.opensuse.org/request/show/92765 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libical?expand=0&rev=14 --- libical.changes | 5 +++++ libical.spec | 17 +++++++---------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/libical.changes b/libical.changes index 9f9400a..4056480 100644 --- a/libical.changes +++ b/libical.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 20 20:10:20 UTC 2011 - jengelh@medozas.de + +- Remove redundant/unwanted tags/section (cf. specfile guidelines) + ------------------------------------------------------------------- Sat Nov 19 15:58:14 UTC 2011 - coolo@suse.com diff --git a/libical.spec b/libical.spec index 6f72f1f..286bc5f 100644 --- a/libical.spec +++ b/libical.spec @@ -19,7 +19,7 @@ Name: libical BuildRequires: db-devel libtool pkg-config python-devel -Url: http://sourceforge.net/projects/freeassociation/ +URL: http://sourceforge.net/projects/freeassociation/ License: MPL .. Group: Development/Libraries/C and C++ Version: 0.46 @@ -43,7 +43,6 @@ parses iCal components and provides a C API for manipulating the component properties, parameters, and subcomponents. %package -n libical0 -License: MPL .. Summary: An Implementation of Basic iCAL Protocols Group: Development/Libraries/C and C++ Provides: libical = %{version} @@ -55,25 +54,23 @@ calendaring and scheduling protocols (RFC 2445, 2446, and 2447). It parses iCal components and provides a C API for manipulating the component properties, parameters, and subcomponents. -%package -n libical-devel -License: MPL .. +%package devel Summary: An implementation of basic iCAL protocols Group: Development/Libraries/C and C++ Requires: libical = %{version} -%description -n libical-devel +%description devel Libical is an Open Source implementation of the IETF's iCalendar Calendaring and Scheduling protocols. (RFC 2445, 2446, and 2447). It parses iCal components and provides a C API for manipulating the component properties, parameters, and subcomponents. -%package -n libical-doc -License: MPL .. +%package doc Summary: An Implementation of Basic iCAL Protocols Group: Development/Libraries/C and C++ Requires: libical = %{version} -%description -n libical-doc +%description doc Libical is an open source implementation of the IETF's iCalendar calendaring and scheduling protocols (RFC 2445, 2446, and 2447). It parses iCal components and provides a C API for manipulating the @@ -116,14 +113,14 @@ autoreconf -f -i %doc README AUTHORS ChangeLog NEWS TEST THANKS TODO %{_libdir}/*.so.* -%files -n libical-devel +%files devel %defattr(-,root,root) %{_libdir}/*.so %{_libdir}/pkgconfig/libical.pc %{_includedir}/ical.h %{_includedir}/libical -%files -n libical-doc +%files doc %defattr(-,root,root) %doc doc examples scripts