]> 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 6c6c742bcf576e721e1e29c71f1e07f7ebbfbdd2..f77601f9823e1ce7244dbf68e4a492cc0a1a2be1 100644 (file)
@@ -1,40 +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:       2.8.0
+Version:       2.21.92
 Release:       1
 License:       GPL v2
 Group:         X11/Applications
-Source0:       http://ftp.gnome.org/pub/gnome/sources/evolution-webcal/2.8/%{name}-%{version}.tar.bz2
-# Source0-md5: 6dd4821ce90e238acbd8a959fee1ee14
-BuildRequires: GConf2-devel
-BuildRequires: autoconf >= 2.53
-BuildRequires: automake
-BuildRequires: evolution-data-server-devel >= 1.8.0
-BuildRequires: gtk+2-devel >= 2:2.10.3
-BuildRequires: intltool >= 0.35.0
-BuildRequires: libgnomeui-devel >= 2.16.0
-BuildRequires: libsoup-devel >= 2.2.96
+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.8.0
-Requires:      gtk+2 >= 2:2.10.3
+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}
@@ -46,6 +43,8 @@ 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
This page took 0.040531 seconds and 4 git commands to generate.