]> git.pld-linux.org Git - packages/trousers.git/commitdiff
- updated to 0.3.7 auto/th/trousers-0_3_7-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 19 Jun 2011 18:00:59 +0000 (18:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    trousers.spec -> 1.6

trousers.spec

index 1c13ac70e58057d0be5b2934de657f7fc2283b16..b7fca4a1c3887909c19117bc85c1ff4a54fefb90 100644 (file)
@@ -6,12 +6,12 @@
 Summary:       TrouSerS - The open-source TCG Software Stack
 Summary(pl.UTF-8):     TrouSerS - programowy stos TCG o otwartych źródłach
 Name:          trousers
-Version:       0.3.6
+Version:       0.3.7
 Release:       1
 License:       CPL v1.0
 Group:         Applications/System
 Source0:       http://downloads.sourceforge.net/trousers/%{name}-%{version}.tar.gz
-# Source0-md5: f4609e6446099e1403e23bb671df87f4
+# Source0-md5: 0b4bc5daed265a56409a9c7af77c7ca6
 Patch0:                %{name}-nouser.patch
 URL:           http://trousers.sourceforge.net/
 BuildRequires: autoconf
@@ -20,6 +20,7 @@ BuildRequires:        automake >= 1.6
 BuildRequires: libtool
 BuildRequires: openssl-devel
 BuildRequires: pkgconfig
+BuildRequires: sed >= 4.0
 Requires(pre): /bin/id
 Requires(pre): /usr/bin/getgid
 Requires(pre): /usr/sbin/groupadd
@@ -85,6 +86,9 @@ Statyczna biblioteka TrouSerS.
 %setup -q
 %patch0 -p1
 
+# there is some unused variable causing warning
+sed -i -e 's/-Werror //' configure.in
+
 %build
 %{__libtoolize}
 %{__aclocal}
This page took 0.077483 seconds and 4 git commands to generate.