bump to 1.0.0 and clean up spec file accepted/tizen_3.0_ivi accepted/tizen_common accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable sandbox/clecouve/tizen_yocto_version tizen tizen_3.0.2014.q4_common tizen_3.0.2015.q1_common tizen_3.0.2015.q2_common tizen_3.0.m1_mobile tizen_3.0.m1_tv tizen_3.0_ivi accepted/tizen/common/20141126.162032 accepted/tizen/ivi/20141201.122142 accepted/tizen/ivi/20160218.025337 accepted/tizen/mobile/20141201.023056 submit/tizen/20141125.134358 submit/tizen_ivi/20141201.111111 submit/tizen_ivi/20160217.000000 submit/tizen_ivi/20160217.000006 tizen_3.0.m1_mobile_release tizen_3.0.m1_tv_release tizen_3.0.m2.a1_mobile_release tizen_3.0.m2.a1_tv_release tizen_3.0_ivi_release
authorCorentin Lecouvey <corentin.lecouvey@open.eurogiciel.org>
Fri, 7 Nov 2014 15:24:33 +0000 (16:24 +0100)
committerCorentin Lecouvey <corentin.lecouvey@open.eurogiciel.org>
Fri, 7 Nov 2014 15:24:33 +0000 (16:24 +0100)
- change group tag
- fix indent
- rename -doc package to -docs package

Change-Id: If5aa3242743bcf1808c04a497728eb9fe06612d0
Signed-off-by: Corentin Lecouvey <corentin.lecouvey@open.eurogiciel.org>
packaging/libical.spec

index 7e3803e..0c4a23d 100644 (file)
@@ -1,17 +1,17 @@
 Name:           libical
-BuildRequires:  db4-devel
-BuildRequires:  libtool
-BuildRequires:  pkg-config
-BuildRequires:  python-devel
-Url:            http://sourceforge.net/projects/freeassociation/
-Version:        0.48
+Version:        1.0.0
 Release:        0
+Url:            https://github.com/libical/libical/archive/v1.0.0.tar.gz
 Summary:        An Implementation of Basic iCAL Protocols
 License:        MPL-1.1 or LGPL-2.1
-Group:          Development/Libraries/C and C++
-Source:         libical-%{version}.tar.bz2
+Group:          Development/Libraries
+Source:         %{name}-%{version}.tar.bz2
 Source2:        baselibs.conf
-Source1001:    libical.manifest
+Source1001:     %{name}.manifest
+BuildRequires:  db4-devel
+BuildRequires:  libtool
+BuildRequires:  pkg-config
+BuildRequires:  python-devel
 
 %description
 Libical is an open source implementation of the IETF's iCalendar
@@ -21,8 +21,8 @@ component properties, parameters, and subcomponents.
 
 %package devel
 Summary:        An implementation of basic iCAL protocols
-Group:          Development/Libraries/C and C++
-Requires:       libical = %{version}
+Group:          Development/Libraries
+Requires:       %{name} = %{version}
 
 %description devel
 Libical is an Open Source implementation of the IETF's iCalendar
@@ -30,12 +30,12 @@ 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 doc
+%package docs
 Summary:        An Implementation of Basic iCAL Protocols
-Group:          Development/Libraries/C and C++
-Requires:       libical = %{version}
+Group:          Development/Libraries
+Requires:       %{name} = %{version}
 
-%description doc
+%description docs
 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
@@ -84,9 +84,8 @@ autoreconf -f -i
 %{_includedir}/ical.h
 %{_includedir}/libical
 
-%files doc
+%files docs
 %manifest %{name}.manifest
 %defattr(-,root,root)
 %doc doc examples scripts
 
-%changelog