forked from pool/libical
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
This commit is contained in:
parent
71e140fcf5
commit
16880757d7
@ -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
|
||||
|
||||
|
17
libical.spec
17
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user