summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Bogusz2007-06-20 19:54:35 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit523345df2d83ea31d932d706054f4af141b2e68a (patch)
tree8f7f57c5672b0b0259452d05944376e495d0846e
parent53e45aa1876d0ebef610f93c0df072e2686286eb (diff)
downloadlibhandoff-master.zip
libhandoff-master.tar.gz
- updated to 0.1HEADmaster
- added link patch Changed files: libhandoff.spec -> 1.4
-rw-r--r--libhandoff.spec11
1 files changed, 6 insertions, 5 deletions
diff --git a/libhandoff.spec b/libhandoff.spec
index d263b33..70deedb 100644
--- a/libhandoff.spec
+++ b/libhandoff.spec
@@ -1,13 +1,13 @@
-# TODO: fix linking (at pkgconfig level, needs gobject-2.0, not just glib-2.0)
Summary: Facilitate limiting a program to a single instance per user
Summary(pl.UTF-8): Biblioteka ograniczająca program do jednej instancji dla użytkownika
Name: libhandoff
-Version: 0.0.0.9128
+Version: 0.1
Release: 1
License: GPL v2+
Group: Libraries
-Source0: %{name}-%{version}.tar.gz
-# Source0-md5: c5dab6c926b791451cc9f896c584a828
+Source0: http://gpe.linuxtogo.org/download/source/%{name}-%{version}.tar.bz2
+# Source0-md5: 8ec44fda9476391ed372f835d5358fe8
+Patch0: %{name}-link.patch
URL: http://gpe.linuxtogo.org/
BuildRequires: autoconf >= 2.59
BuildRequires: automake
@@ -48,7 +48,8 @@ Static libhandoff library.
Statyczna biblioteka libhandoff.
%prep
-%setup -q -n %{name}
+%setup -q
+%patch0 -p1
%build
%{__libtoolize}