]> git.pld-linux.org Git - packages/evolution-webcal.git/commitdiff
- new
authorgrzegol <grzegol@pld-linux.org>
Thu, 18 Mar 2004 15:27:22 +0000 (15:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    evolution-webcal.spec -> 1.1

evolution-webcal.spec [new file with mode: 0644]

diff --git a/evolution-webcal.spec b/evolution-webcal.spec
new file mode 100644 (file)
index 0000000..4dd8094
--- /dev/null
@@ -0,0 +1,54 @@
+Summary:       Web calendar subscription utility for Evolution
+Name:          evolution-webcal
+Version:       1.0.2
+Release:       1
+License:       GPL
+Group:         X11/Applications
+Source0:       http://www.gnome.org/~dobey/%{name}-%{version}.tar.bz2
+# Source0-md5: 08d818efdb21a880015f89077556ac5d
+Patch0:                %{name}-paths.patch
+BuildRequires: GConf2-devel
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: evolution-data-server-devel >= 0.0.90
+BuildRequires: libgnomeui-devel >= 2.0.0
+BuildRequires: libsoup-devel >= 2.1.8
+Requires(post):        GConf2
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Web calendar subscription utility for Evolution.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure \
+       --disable-schemas-install
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT \
+       GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+%gconf_schema_install
+
+%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/*
This page took 0.070456 seconds and 4 git commands to generate.