SHA256
1
0
forked from pool/libical

Accepting request 92768 from devel:libraries:c_c++

- Use plain %package where possible
- Remove redundant/unwanted tags/section (cf. specfile guidelines) (forwarded request 92765 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/92768
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libical?expand=0&rev=22
This commit is contained in:
Stephan Kulow 2011-11-21 14:46:09 +00:00 committed by Git OBS Bridge
commit d90bb064bf
2 changed files with 18 additions and 11 deletions

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
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
- add libtool as buildrequire to avoid implicit dependency
-------------------------------------------------------------------
Fri Mar 11 20:04:22 UTC 2011 - gber@opensuse.org

View File

@ -18,8 +18,8 @@
Name: libical
BuildRequires: db-devel pkg-config python-devel
Url: http://sourceforge.net/projects/freeassociation/
BuildRequires: db-devel libtool pkg-config python-devel
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