]> git.pld-linux.org Git - packages/xfce4-dev-tools.git/blobdiff - xfce4-dev-tools.spec
- up to 4.18.1
[packages/xfce4-dev-tools.git] / xfce4-dev-tools.spec
index 445883d70aede24864ddf2fb18a01ef0703f0730..3fda533d7bba3b95b115781573edabcab1735236 100644 (file)
@@ -1,18 +1,18 @@
 Summary:       Xfce development tools
 Summary(pl.UTF-8):     NarzÄ™dzia programistyczne Xfce
 Name:          xfce4-dev-tools
-Version:       4.11.0
+Version:       4.18.1
 Release:       1
 License:       GPL v2
 Group:         Development/Building
-Source0:       http://archive.xfce.org/src/xfce/xfce4-dev-tools/4.11/%{name}-%{version}.tar.bz2
-# Source0-md5: 36112d0256092c30bd1b47105c547edf
-URL:           http://xfce.org/~benny/projects/xfce4-dev-tools/
-BuildRequires: automake >= 1:1.8
-BuildRequires: glib2-devel >= 1:2.24.0
+Source0:       https://archive.xfce.org/src/xfce/xfce4-dev-tools/4.18/%{name}-%{version}.tar.bz2
+# Source0-md5: 69b4cd255a0b8f12bbdc9b10c433b223
+URL:           https://xfce.org/~benny/projects/xfce4-dev-tools/
+BuildRequires: automake >= 1:1.11
+BuildRequires: glib2-devel >= 1:2.50.0
 BuildRequires: pkgconfig
-Requires:      glib2 >= 1:2.24.0
-Conflicts:     autoconf < 2.53
+Requires:      glib2 >= 1:2.50.0
+Conflicts:     autoconf < 2.60
 Conflicts:     pkgconfig < 1:0.9.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -29,9 +29,12 @@ Xfce.
 
 %prep
 %setup -q
+%{__sed} -i '1s,/usr/bin/env bash$,%{__bash},' \
+               helpers/{xfce-get-release-notes,xfce-update-news,xfce-do-release,xfce-get-translations}
 
 %build
-%configure
+%configure \
+       --disable-silent-rules
 %{__make}
 
 %install
@@ -46,8 +49,13 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog HACKING NEWS README
+%doc AUTHORS ChangeLog HACKING NEWS
+%{_mandir}/man1/xdt-csource.1*
 %attr(755,root,root) %{_bindir}/xdt-autogen
-%attr(755,root,root) %{_bindir}/xdt-commit
 %attr(755,root,root) %{_bindir}/xdt-csource
+%attr(755,root,root) %{_bindir}/xfce-build
+%attr(755,root,root) %{_bindir}/xfce-do-release
+%attr(755,root,root) %{_bindir}/xfce-get-release-notes
+%attr(755,root,root) %{_bindir}/xfce-get-translations
+%attr(755,root,root) %{_bindir}/xfce-update-news
 %{_aclocaldir}/xdt-*.m4
This page took 0.217596 seconds and 4 git commands to generate.