]> git.pld-linux.org Git - packages/evolution-webcal.git/commitdiff
- updated to 2.24.0 auto/th/evolution-webcal-2_24_0-1
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Wed, 8 Oct 2008 08:47:32 +0000 (08:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    evolution-webcal.spec -> 1.34

evolution-webcal.spec

index f77601f9823e1ce7244dbf68e4a492cc0a1a2be1..a4bac823e604904d6fce8287fcd44b6b955ab590 100644 (file)
@@ -1,23 +1,25 @@
 Summary:       Web calendar subscription utility for Evolution
 Summary(pl.UTF-8):     Narzędzie do subskrypcji sieciowego kalendarza dla Evolution
 Name:          evolution-webcal
-Version:       2.21.92
+Version:       2.24.0
 Release:       1
 License:       GPL v2
 Group:         X11/Applications
-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
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/evolution-webcal/2.24/%{name}-%{version}.tar.bz2
+# Source0-md5: 8030ebaefb18050c079a71dc23701d82
+BuildRequires: GConf2-devel >= 2.24.0
+BuildRequires: autoconf >= 2.53
+BuildRequires: automake
+BuildRequires: evolution-data-server-devel >= 2.24.0
+BuildRequires: gettext-devel
+BuildRequires: gtk+2-devel >= 2:2.14.0
+BuildRequires: intltool >= 0.40.0
+BuildRequires: libgnomeui-devel >= 2.24.0
+BuildRequires: libsoup-devel >= 2.4.0
 BuildRequires: pkgconfig
 BuildRequires: rpmbuild(macros) >= 1.197
 Requires(post,preun):  GConf2
-Requires:      evolution >= 2.21.0
-Requires:      gtk+2 >= 2:2.10.10
+Requires:      evolution >= 2.24.0
 # sr@Latn vs. sr@latin
 Conflicts:     glibc-misc < 6:2.7
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -32,6 +34,11 @@ Narzędzie do subskrypcji sieciowego kalendarza dla Evolution.
 %setup -q
 
 %build
+%{__intltoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure \
        --disable-schemas-install
 %{__make}
@@ -40,11 +47,8 @@ Narzędzie do subskrypcji sieciowego kalendarza dla Evolution.
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
-       DESTDIR=$RPM_BUILD_ROOT \
-       GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
+       DESTDIR=$RPM_BUILD_ROOT
 
-[ -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.074316 seconds and 4 git commands to generate.