Accepting request 83458 from home:jengelh:bl-e
- Remove redundant/obsolete tags/sections from specfile (cf. packaging guidelines) - Use %_smp_mflags for parallel build OBS-URL: https://build.opensuse.org/request/show/83458 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution-data-server?expand=0&rev=106
This commit is contained in:
parent
a4dc88a334
commit
62add6fad1
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- Remove redundant/obsolete tags/sections from specfile
|
||||||
|
(cf. packaging guidelines)
|
||||||
|
- Use %_smp_mflags for parallel build
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Sep 4 16:25:26 UTC 2011 - vuntz@opensuse.org
|
Sun Sep 4 16:25:26 UTC 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -92,8 +92,6 @@ Evolution Data Server provides a central location for your address book
|
|||||||
and calendar in the GNOME Desktop.
|
and calendar in the GNOME Desktop.
|
||||||
|
|
||||||
%package -n libcamel-1_2-%{so_camel}
|
%package -n libcamel-1_2-%{so_camel}
|
||||||
|
|
||||||
|
|
||||||
Summary: Evolution Data Server - Messaging Library
|
Summary: Evolution Data Server - Messaging Library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
@ -104,8 +102,6 @@ and calendar in the GNOME Desktop.
|
|||||||
This package contains a shared system library for messaging.
|
This package contains a shared system library for messaging.
|
||||||
|
|
||||||
%package -n libebackend-1_2-%{so_ebackend}
|
%package -n libebackend-1_2-%{so_ebackend}
|
||||||
|
|
||||||
|
|
||||||
Summary: Evolution Data Server - Backend Utilities Library
|
Summary: Evolution Data Server - Backend Utilities Library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
@ -116,8 +112,6 @@ and calendar in the GNOME Desktop.
|
|||||||
This package contains a shared system library for backends.
|
This package contains a shared system library for backends.
|
||||||
|
|
||||||
%package -n libebook-1_2-%{so_ebook}
|
%package -n libebook-1_2-%{so_ebook}
|
||||||
|
|
||||||
|
|
||||||
Summary: Evolution Data Server - Address Book Client Library
|
Summary: Evolution Data Server - Address Book Client Library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
@ -128,8 +122,6 @@ and calendar in the GNOME Desktop.
|
|||||||
This package contains a shared system library to access address books.
|
This package contains a shared system library to access address books.
|
||||||
|
|
||||||
%package -n libecal-1_2-%{so_ecal}
|
%package -n libecal-1_2-%{so_ecal}
|
||||||
|
|
||||||
|
|
||||||
Summary: Evolution Data Server - Calendar Client Library
|
Summary: Evolution Data Server - Calendar Client Library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
@ -140,8 +132,6 @@ and calendar in the GNOME Desktop.
|
|||||||
This package contains a shared system library to access calendars.
|
This package contains a shared system library to access calendars.
|
||||||
|
|
||||||
%package -n libedata-book-1_2-%{so_edata_book}
|
%package -n libedata-book-1_2-%{so_edata_book}
|
||||||
|
|
||||||
|
|
||||||
Summary: Evolution Data Server - Address Book Backend Library
|
Summary: Evolution Data Server - Address Book Backend Library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
@ -152,8 +142,6 @@ and calendar in the GNOME Desktop.
|
|||||||
This package contains a shared system library for address book backends.
|
This package contains a shared system library for address book backends.
|
||||||
|
|
||||||
%package -n libedata-cal-1_2-%{so_edata_cal}
|
%package -n libedata-cal-1_2-%{so_edata_cal}
|
||||||
|
|
||||||
|
|
||||||
Summary: Evolution Data Server - Calendar Backend Library
|
Summary: Evolution Data Server - Calendar Backend Library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
@ -164,8 +152,6 @@ and calendar in the GNOME Desktop.
|
|||||||
This package contains a shared system library for calendar backends.
|
This package contains a shared system library for calendar backends.
|
||||||
|
|
||||||
%package -n libedataserver-1_2-%{so_edataserver}
|
%package -n libedataserver-1_2-%{so_edataserver}
|
||||||
|
|
||||||
|
|
||||||
Summary: Evolution Data Server - Utilities Library
|
Summary: Evolution Data Server - Utilities Library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
@ -176,8 +162,6 @@ and calendar in the GNOME Desktop.
|
|||||||
This package contains a shared system library.
|
This package contains a shared system library.
|
||||||
|
|
||||||
%package -n libedataserverui-3_0-%{so_edataserverui}
|
%package -n libedataserverui-3_0-%{so_edataserverui}
|
||||||
|
|
||||||
|
|
||||||
Summary: Evolution Data Server - Graphical Utilities Library
|
Summary: Evolution Data Server - Graphical Utilities Library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
@ -245,8 +229,7 @@ translation-update-upstream
|
|||||||
--enable-nntp=yes \
|
--enable-nntp=yes \
|
||||||
--enable-vala-bindings \
|
--enable-vala-bindings \
|
||||||
--disable-static
|
--disable-static
|
||||||
#make %{?_smp_mflags} V=1
|
make %{?_smp_mflags}
|
||||||
make
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%{makeinstall}
|
%{makeinstall}
|
||||||
@ -265,9 +248,6 @@ find %{buildroot} -name '*.la' -type f -delete -print
|
|||||||
%endif
|
%endif
|
||||||
%fdupes %{buildroot}
|
%fdupes %{buildroot}
|
||||||
|
|
||||||
%clean
|
|
||||||
%{__rm} -rf %{buildroot}
|
|
||||||
|
|
||||||
%post -n libcamel-1_2-%{so_camel} -p /sbin/ldconfig
|
%post -n libcamel-1_2-%{so_camel} -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libcamel-1_2-%{so_camel} -p /sbin/ldconfig
|
%postun -n libcamel-1_2-%{so_camel} -p /sbin/ldconfig
|
||||||
|
Loading…
x
Reference in New Issue
Block a user