84 lines
2.4 KiB
RPMSpec
84 lines
2.4 KiB
RPMSpec
%define majver %(echo %version | cut -d. -f1-2)
|
|
Name: xfce4-dev-tools
|
|
Version: 4.16.0
|
|
Release: 1mamba
|
|
Summary: Xfce developer tools
|
|
Group: Development/Tools
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: http://xfce.org/~benny/projects/xfce4-dev-tools/
|
|
Source: http://archive.xfce.org/xfce/%{majver}/src/xfce4-dev-tools-%{version}.tar.bz2
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: ldconfig
|
|
BuildRequires: libglib-devel
|
|
## AUTOBUILDREQ-END
|
|
Requires: autoconf
|
|
Requires: automake
|
|
Requires: gettext
|
|
Requires: libtool
|
|
Requires: pkgconfig
|
|
Requires: intltool
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
%description
|
|
This package contains common tools required by Xfce developers and people that want to build Xfce from SVN. In addition, this package contains the Xfce developer's handbook.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%configure
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir}
|
|
%makeinstall
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_bindir}/xdt-*
|
|
%{_bindir}/xfce-*
|
|
%{_datadir}/aclocal/xdt-*.m4
|
|
%{_mandir}/man1/xdt-csource.1*
|
|
%doc AUTHORS COPYING
|
|
|
|
%changelog
|
|
* Thu Jan 14 2021 Automatic Build System <autodist@mambasoft.it> 4.16.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Aug 12 2019 Automatic Build System <autodist@mambasoft.it> 4.14.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Mar 08 2015 Automatic Build System <autodist@mambasoft.it> 4.12.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Nov 23 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 4.10.0-1mamba
|
|
- update to 4.10.0
|
|
|
|
* Sat Jun 05 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 4.6.0-1mamba
|
|
- update to 4.6.0
|
|
|
|
* Sun Jan 04 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 4.4.0-3mamba
|
|
- automatic rebuild by autodist
|
|
|
|
* Sat Apr 14 2007 Tiziano Pratellesi <tiziano.pratellesi@openmamba.org> 4.4.0-2mamba
|
|
- Update dipendencies
|
|
|
|
* Thu Mar 22 2007 Tiziano Pratellesi <tiziano.pratellesi@openmamba.org> 4.4.0-1qilnx
|
|
- update to 4.4.0
|
|
|
|
* Mon Sep 25 2006 Tiziano Pratellesi <info@mycare.it> 4.3.99.1-1qilnx
|
|
- update to 4.3.99.1
|
|
|
|
* Thu Sep 21 2006 Tiziano Pratellesi <info@mycare.it> 4.3.90.2-1qilnx
|
|
- package created by autospec
|