From f0af138c69e7c0cc02c228684ee2a038f799ee63 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 19:39:56 +0100 Subject: [PATCH] update to 4.10.0 [release 4.10.0-1mamba;Sat Nov 23 2013] --- README.md | 2 ++ xfce4-dev-tools.spec | 65 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 67 insertions(+) create mode 100644 xfce4-dev-tools.spec diff --git a/README.md b/README.md index edf5e22..d794c39 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # xfce4-dev-tools +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. + diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec new file mode 100644 index 0000000..a590d05 --- /dev/null +++ b/xfce4-dev-tools.spec @@ -0,0 +1,65 @@ +%define majver %(echo %version | cut -d. -f1-2) +Name: xfce4-dev-tools +Version: 4.10.0 +Release: 1mamba +Summary: Xfce developer tools +Group: Development/Tools +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +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 +BuildRoot: %{_tmppath}/%{name}-%{version}-root +Requires: autoconf +Requires: automake +Requires: gettext +Requires: libtool +Requires: pkgconfig +Requires: intltool + +%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. + +%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}/ +%{_datadir}/ +%doc AUTHORS COPYING ChangeLog NEWS README + +%changelog +* Sat Nov 23 2013 Silvan Calarco 4.10.0-1mamba +- update to 4.10.0 + +* Sat Jun 05 2010 Silvan Calarco 4.6.0-1mamba +- update to 4.6.0 + +* Sun Jan 04 2009 Silvan Calarco 4.4.0-3mamba +- automatic rebuild by autodist + +* Sat Apr 14 2007 Tiziano Pratellesi 4.4.0-2mamba +- Update dipendencies + +* Thu Mar 22 2007 Tiziano Pratellesi 4.4.0-1qilnx +- update to 4.4.0 + +* Mon Sep 25 2006 Tiziano Pratellesi 4.3.99.1-1qilnx +- update to 4.3.99.1 + +* Thu Sep 21 2006 Tiziano Pratellesi 4.3.90.2-1qilnx +- package created by autospec