]> git.pld-linux.org Git - packages/evolution-webcal.git/blobdiff - evolution-webcal.spec
- up to 2.21.92
[packages/evolution-webcal.git] / evolution-webcal.spec
index 52ec846e03e3bd722ee64a7bd22d2a829951221d..f77601f9823e1ce7244dbf68e4a492cc0a1a2be1 100644 (file)
@@ -1,36 +1,37 @@
 Summary:       Web calendar subscription utility for Evolution
-Summary(pl):   Narzêdzie do subskrypcji sieciowego kalendarza dla Evolution
+Summary(pl.UTF-8):     Narzędzie do subskrypcji sieciowego kalendarza dla Evolution
 Name:          evolution-webcal
-Version:       1.0.7
+Version:       2.21.92
 Release:       1
-License:       GPL
+License:       GPL v2
 Group:         X11/Applications
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/%{name}/1.0/%{name}-%{version}.tar.bz2
-# Source0-md5: e30e820a9ce06fd02dbe3d2d72cc163b
-BuildRequires: GConf2-devel
-BuildRequires: autoconf >= 2.53
-BuildRequires: automake
-BuildRequires: evolution-data-server-devel >= 0.0.96
-BuildRequires: gtk+2-devel >= 2:2.4.4
-BuildRequires: libgnomeui-devel >= 2.0.0
-BuildRequires: libsoup-devel >= 2.1.12
-Requires(post):        GConf2
-Requires:              gtk+2 >= 2:2.4.4
+Source0:       http://ftp.gnome.org/pub/gnome/sources/evolution-webcal/2.21/%{name}-%{version}.tar.gz
+# Source0-md5: 88cdd822863f14c76cdbd1971e428e34
+BuildRequires: GConf2-devel >= 2.18.0.1
+BuildRequires: evolution-data-server-devel >= 1.10.0
+BuildRequires: gtk+2-devel >= 2:2.10.10
+BuildRequires: intltool >= 0.35.5
+BuildRequires: libgnomeui-devel >= 2.18.1
+BuildRequires: libsoup-devel >= 2.2.100
+BuildRequires: pkgconfig
+BuildRequires: rpmbuild(macros) >= 1.197
+Requires(post,preun):  GConf2
+Requires:      evolution >= 2.21.0
+Requires:      gtk+2 >= 2:2.10.10
+# sr@Latn vs. sr@latin
+Conflicts:     glibc-misc < 6:2.7
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Web calendar subscription utility for Evolution.
 
-%description -l pl
-Narzêdzie do subskrypcji sieciowego kalendarza dla Evolution.
+%description -l pl.UTF-8
+Narzędzie do subskrypcji sieciowego kalendarza dla Evolution.
 
 %prep
 %setup -q
 
 %build
-%{__aclocal}
-%{__autoconf}
-%{__automake}
 %configure \
        --disable-schemas-install
 %{__make}
@@ -42,17 +43,21 @@ rm -rf $RPM_BUILD_ROOT
        DESTDIR=$RPM_BUILD_ROOT \
        GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
 
+[ -d $RPM_BUILD_ROOT%{_datadir}/locale/sr@latin ] || \
+       mv -f $RPM_BUILD_ROOT%{_datadir}/locale/sr@{Latn,latin}
 %find_lang %{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %post
-%gconf_schema_install
+%gconf_schema_install evolution-webcal.schemas
+
+%preun
+%gconf_schema_uninstall evolution-webcal.schemas
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README TODO
 %attr(755,root,root) %{_libdir}/evolution-webcal
-%{_sysconfdir}/gconf/schemas/*
-%{_datadir}/application-registry/*
+%{_sysconfdir}/gconf/schemas/evolution-webcal.schemas
This page took 0.070894 seconds and 4 git commands to generate.