]> git.pld-linux.org Git - packages/dates.git/commitdiff
- updated to 0.4.11 auto/th/dates-0_4_11-1
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Thu, 1 Jul 2010 12:49:06 +0000 (12:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dates.spec -> 1.15

dates.spec

index c0bf77a39395753fbd2edd7c36d7ec4e05416a1b..93c5f3941397b8e0f191d1f38e1b877a9df58597 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       Tiny GNOME datebook application
 Summary(pl.UTF-8):     Mała aplikacja kalendarza dla GNOME
 Name:          dates
-Version:       0.4.10
+Version:       0.4.11
 Release:       1
 License:       GPL
 Group:         Applications/Communications
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/dates/0.4/%{name}-%{version}.tar.gz
-# Source0-md5: e9e9abdc326e8a3707dce46d6690727c
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/dates/0.4/%{name}-%{version}.tar.bz2
+# Source0-md5: aa4a10ab181d8a6003098425c2d88ab4
 Patch0:                %{name}-link.patch
 URL:           http://pimlico-project.org/dates.html
 BuildRequires: GConf2-devel >= 2.0
@@ -19,8 +19,9 @@ BuildRequires:        intltool >= 0.35.0
 BuildRequires: libtool
 BuildRequires: libxml2-devel >= 1:2.6.27
 BuildRequires: pkgconfig
-Requires(post,postun): hicolor-icon-theme
-Requires(post,postun): scrollkeeper
+BuildRequires: rpmbuild(macros) >= 1.311
+Requires(post,postun): gtk+2
+Requires:      hicolor-icon-theme
 Obsoletes:     dates-devel <= 0.4.3
 Obsoletes:     dates-static <= 0.4.3
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -51,32 +52,27 @@ Maemo oraz dla urządzeń OpenMoko.
 %{__autoheader}
 %{__automake}
 %{__autoconf}
-%configure \
-       --disable-schemas-install \
-       --disable-scrollkeeper
+%configure
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
-       DESTDIR=$RPM_BUILD_ROOT \
-       GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
+       DESTDIR=$RPM_BUILD_ROOT
 
-%find_lang %{name} --with-gnome --all-name
+%find_lang Dates
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %post
-%scrollkeeper_update_post
 %update_icon_cache hicolor
 
 %postun
-%scrollkeeper_update_postun
 %update_icon_cache hicolor
 
-%files -f %{name}.lang
+%files -f Dates.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
 %attr(755,root,root) %{_bindir}/*
This page took 0.085627 seconds and 4 git commands to generate.