]> git.pld-linux.org Git - packages/attr.git/blobdiff - attr.spec
up to 2.5.2
[packages/attr.git] / attr.spec
index 644dc1bf2336fa71c027b96d7fd8025845906420..a04eb314c0b0392c411a9533a267c03302d00903 100644 (file)
--- a/attr.spec
+++ b/attr.spec
@@ -1,20 +1,23 @@
 Summary:       Utility for managing filesystem extended attributes
 Summary(pl.UTF-8):     Narzędzia do zarządzania rozszerzonymi atrybutami systemu plików
 Name:          attr
-Version:       2.4.48
-Release:       2
+Version:       2.5.2
+Release:       1
 License:       LGPL v2+ (library), GPL v2+ (utilities)
 Group:         Applications/System
-Source0:       http://git.savannah.gnu.org/cgit/attr.git/snapshot/%{name}-%{version}.tar.gz
-# Source0-md5: 728d7f7f1b6ccbe03efc8d5c76eb5891
+Source0:       https://download.savannah.nongnu.org/releases/attr/%{name}-%{version}.tar.xz
+# Source0-md5: 4da9c1d25394946434e5913f49d778b6
+Patch0:                %{name}-pl.po-update.patch
 URL:           http://savannah.nongnu.org/projects/attr/
 BuildRequires: autoconf >= 2.50
-BuildRequires: automake >= 1:1.11
+BuildRequires: automake >= 1:1.15
 BuildRequires: gettext-tools >= 0.18.2
 BuildRequires: libtool >= 2:2
 BuildRequires: rpmbuild(macros) >= 1.402
 BuildRequires: sed >= 4.0
-Obsoletes:     libattr
+BuildRequires: tar >= 1:1.22
+BuildRequires: xz
+Obsoletes:     libattr < 2.5
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _bindir         /bin
@@ -54,19 +57,17 @@ Biblioteki statyczne do korzystania z rozszerzonych atrybutów.
 
 %prep
 %setup -q
+%patch0 -p1
 
-%build
-# prepare for gettextize
-%{__sed} -i -e 's,po/Makefile.in,,' configure.ac
+%{__rm} po/stamp-po
 
-po/update-potfiles
+%build
 %{__gettextize}
 %{__libtoolize}
 %{__aclocal} -I m4
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-
 %configure \
        %{?debug:--enable-debug} \
        --disable-silent-rules
This page took 0.090996 seconds and 4 git commands to generate.