New upstream release - 3.7.91
This commit is contained in:
parent
5b3d69db17
commit
efc8e0ce3a
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/gnome-clocks-0.1.5.tar.xz
|
||||
/gnome-clocks-0.1.6.tar.xz
|
||||
/gnome-clocks-3.7.90.tar.xz
|
||||
/gnome-clocks-3.7.91.tar.xz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: gnome-clocks
|
||||
Version: 3.7.90
|
||||
Version: 3.7.91
|
||||
Release: 1%{?dist}
|
||||
Summary: Clock application designed for GNOME 3
|
||||
|
||||
@ -16,17 +16,11 @@ BuildRequires: libnotify-devel
|
||||
BuildRequires: vala-tools
|
||||
BuildRequires: intltool desktop-file-utils glib2-devel
|
||||
|
||||
# fixed in master
|
||||
Patch1: no-rpath.patch
|
||||
BuildRequires: automake autoconf
|
||||
|
||||
%description
|
||||
Clock application designed for GNOME 3
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p1 -b .no-rpath
|
||||
autoreconf -f
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -63,6 +57,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Mar 6 2013 Yanko Kaneti <yaneti@declera.com> - 3.7.91-1
|
||||
- New upstream release - 3.7.91
|
||||
|
||||
* Wed Feb 20 2013 Yanko Kaneti <yaneti@declera.com> - 3.7.90-1
|
||||
- New upstream release - 3.7.90. Moving to vala.
|
||||
|
||||
|
@ -1,21 +0,0 @@
|
||||
diff --git a/Makefile.am b/Makefile.am
|
||||
index 270ee4c..035f706 100644
|
||||
--- a/Makefile.am
|
||||
+++ b/Makefile.am
|
||||
@@ -134,7 +134,7 @@ AM_CFLAGS = \
|
||||
-Wno-unused-but-set-variable \
|
||||
-Wno-unused-variable
|
||||
|
||||
-gnome_clocks_LDFLAGS = -export-dynamic -rpath $(libdir)
|
||||
+gnome_clocks_LDFLAGS = -export-dynamic
|
||||
gnome_clocks_LDADD = \
|
||||
$(top_builddir)/libgd/libgd.la \
|
||||
$(CLOCKS_LIBS) \
|
||||
@@ -163,7 +163,6 @@ MAINTAINERCLEANFILES = \
|
||||
ABOUT-NLS \
|
||||
aclocal.m4 \
|
||||
config.guess \
|
||||
- config.rpath \
|
||||
config.sub \
|
||||
install-sh \
|
||||
missing \
|
Loading…
Reference in New Issue
Block a user