mirror of
https://abf.rosa.ru/djam/evolution-data-server.git
synced 2025-02-23 15:22:48 +00:00
update for GNOME 3
This commit is contained in:
parent
d845ee1234
commit
02c5c444af
2 changed files with 18 additions and 13 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +0,0 @@
|
|||
sources:
|
||||
"evolution-data-server-3.4.3.tar.xz": 40fc66ca36977a5a35fcebfb9997c3a5fe86ef18
|
|
@ -45,12 +45,12 @@
|
|||
|
||||
Name: evolution-data-server
|
||||
Summary: Evolution Data Server
|
||||
Version: 3.4.3
|
||||
Release: 2
|
||||
Version: 3.4.4
|
||||
Release: 1
|
||||
License: LGPLv2+
|
||||
Group: System/Libraries
|
||||
URL: http://www.gnome.org/projects/evolution/
|
||||
Source0: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.xz
|
||||
Source0: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/3.4/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: bison
|
||||
BuildRequires: db-devel
|
||||
|
@ -77,7 +77,7 @@ BuildRequires: pkgconfig(sqlite3) >= 3.5
|
|||
BuildRequires: pkgconfig(libical) >= 0.43
|
||||
BuildRequires: pkgconfig(oauth) >= 0.9.4
|
||||
|
||||
Obsoletes: %{oldlibname} < 3.4
|
||||
Obsoletes: %oldlibname
|
||||
|
||||
%description
|
||||
Evolution Data Server provides a central location for your addressbook
|
||||
|
@ -86,7 +86,7 @@ and calendar in the gnome desktop.
|
|||
%package -n %{camel_libname}
|
||||
Summary: Shared libraries for using Evolution Data Server
|
||||
Group: System/Libraries
|
||||
Obsoletes: %{oldlibname2006} < 3.4
|
||||
Obsoletes: %oldlibname2006
|
||||
|
||||
%description -n %{camel_libname}
|
||||
Evolution Data Server provides a central location for your addressbook
|
||||
|
@ -119,7 +119,7 @@ and calendar in the gnome desktop.
|
|||
%package -n %{edatabook_libname}
|
||||
Summary: Shared libraries for using Evolution Data Server
|
||||
Group: System/Libraries
|
||||
Obsoletes: %{oldlibname2006} < 3.4
|
||||
Obsoletes: %oldlibname2006
|
||||
|
||||
%description -n %{edatabook_libname}
|
||||
Evolution Data Server provides a central location for your addressbook
|
||||
|
@ -128,7 +128,7 @@ and calendar in the gnome desktop.
|
|||
%package -n %{edatacal_libname}
|
||||
Summary: Shared libraries for using Evolution Data Server
|
||||
Group: System/Libraries
|
||||
Obsoletes: %{oldlibname2006} < 3.4
|
||||
Obsoletes: %oldlibname2006
|
||||
|
||||
%description -n %{edatacal_libname}
|
||||
Evolution Data Server provides a central location for your addressbook
|
||||
|
@ -137,7 +137,7 @@ and calendar in the gnome desktop.
|
|||
%package -n %{edataserver_libname}
|
||||
Summary: Shared libraries for using Evolution Data Server
|
||||
Group: System/Libraries
|
||||
Obsoletes: %{oldlibname2006} < 3.4
|
||||
Obsoletes: %oldlibname2006
|
||||
|
||||
%description -n %{edataserver_libname}
|
||||
Evolution Data Server provides a central location for your addressbook
|
||||
|
@ -211,7 +211,7 @@ Summary: Libraries and include files for using Evolution Data Server
|
|||
Group: Development/GNOME and GTK+
|
||||
Requires: %{edataserver_libname} = %{version}-%{release}
|
||||
Provides: %{name}-devel = %{version}-%{release}
|
||||
Obsoletes: %{mklibname -d edataserver 9} < 3.4
|
||||
Obsoletes: %mklibname -d edataserver 9
|
||||
|
||||
%description -n %{edataserver_devel}
|
||||
Evolution Data Server provides a central location for your addressbook
|
||||
|
@ -227,8 +227,8 @@ Evolution Data Server provides a central location for your addressbook
|
|||
and calendar in the gnome desktop.
|
||||
|
||||
%package -n %{girname}
|
||||
Summary: GObject Introspection interface description for %{name}
|
||||
Group: System/Libraries
|
||||
Summary: GObject Introspection interface description for %{name}
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n %{girname}
|
||||
GObject Introspection interface description for %{name}.
|
||||
|
@ -247,6 +247,9 @@ GObject Introspection interface description for %{name}.
|
|||
%install
|
||||
%makeinstall_std
|
||||
|
||||
# remove libtool archives for importers and the like
|
||||
find %{buildroot}/%{_libdir} -name '*.la' -exec rm {} \;
|
||||
|
||||
# give the libraries some executable bits
|
||||
find %{buildroot} -name '*.so.*' -exec chmod +x {} \;
|
||||
|
||||
|
@ -357,6 +360,10 @@ find %{buildroot} -name '*.so.*' -exec chmod +x {} \;
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Aug 13 2012 Matthew Dawkins <mattydaw@mandriva.org> 3.4.4-1
|
||||
+ Revision: 814436
|
||||
- update to new version 3.4.4
|
||||
|
||||
* Tue Jun 19 2012 Matthew Dawkins <mattydaw@mandriva.org> 3.4.3-1
|
||||
+ Revision: 806153
|
||||
- update to new version 3.4.3
|
||||
|
|
Loading…
Add table
Reference in a new issue