Compare commits
55 commits
F-13-split
...
rawhide
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
eeec4cfa6e | ||
|
|
2988a0de8f | ||
|
|
5b5922b1fd | ||
|
|
162b1f6847 | ||
|
|
f0eea3e5ef | ||
| 315c13ceab | |||
|
|
0c15aa49d6 | ||
|
|
f3d1535982 | ||
|
|
95eb740c7c | ||
|
|
a774657bf2 | ||
|
|
5a43e9adf8 | ||
|
|
ad3c05fec7 | ||
|
|
c4833df592 | ||
|
|
05ba6a2e24 | ||
|
|
ae9849c50f | ||
|
|
62fc621b5d | ||
|
|
7c15ca4c14 | ||
|
|
1dc0615887 | ||
|
|
b1fe8e272c | ||
|
|
da4b97861e | ||
|
|
44c1a697e6 | ||
|
|
5b8ec5d9da | ||
|
|
426c8701db | ||
|
|
17516be489 | ||
|
|
79b8e29062 | ||
|
|
6c5a854fb3 | ||
|
|
41e54ab332 | ||
| c22ecc6960 | |||
|
|
b55553b5e5 | ||
|
|
beec9d289b | ||
|
a864eeb7f4 |
|||
| 856706b143 | |||
|
|
d196bc7051 | ||
|
|
2103e5fc0f | ||
|
|
aba57eb46e | ||
|
|
ce4ea0f102 | ||
|
|
f06b0df4b4 | ||
|
|
aef9c8357e | ||
|
|
6c9ba52e28 | ||
| d64be3d2e1 | |||
|
|
dd8e3e4223 | ||
|
|
0431839157 | ||
|
|
1dff31a523 | ||
|
|
c5694aa41c | ||
|
|
876b574acf | ||
|
|
fed3f610f2 | ||
|
|
e747256b29 | ||
|
|
68f3ff2356 | ||
|
|
eae4ee8394 | ||
|
|
c0bb1d6c03 | ||
|
|
a22041c670 | ||
|
|
710c14e6f5 | ||
|
|
95efb9c850 | ||
|
|
d639c83600 | ||
|
|
cb3586520a |
6 changed files with 209 additions and 100 deletions
|
|
@ -1 +0,0 @@
|
||||||
xfce4-dev-tools-4.7.2.tar.bz2
|
|
||||||
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
xfce4-dev-tools-4.7.2.tar.bz2
|
||||||
|
/xfce4-dev-tools-4.7.3.tar.bz2
|
||||||
|
/xfce4-dev-tools-4.7.4.tar.bz2
|
||||||
|
/xfce4-dev-tools-4.8.0.tar.bz2
|
||||||
|
/xfce4-dev-tools-4.9.1.tar.bz2
|
||||||
|
/xfce4-dev-tools-4.9.2.tar.bz2
|
||||||
|
/xfce4-dev-tools-4.10.0.tar.bz2
|
||||||
|
/xfce4-dev-tools-4.12.0.tar.bz2
|
||||||
|
/xfce4-dev-tools-4.13.0.tar.bz2
|
||||||
|
/xfce4-dev-tools-4.14.0.tar.bz2
|
||||||
|
/xfce4-dev-tools-4.16.0.tar.bz2
|
||||||
|
/xfce4-dev-tools-4.18.0.tar.bz2
|
||||||
|
/xfce4-dev-tools-4.18.1.tar.bz2
|
||||||
|
/xfce4-dev-tools-4.19.4.tar.bz2
|
||||||
|
/xfce4-dev-tools-4.20.0.tar.bz2
|
||||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
||||||
# Makefile for source rpm: xfce4-dev-tools
|
|
||||||
# $Id$
|
|
||||||
NAME := xfce4-dev-tools
|
|
||||||
SPECFILE = $(firstword $(wildcard *.spec))
|
|
||||||
|
|
||||||
define find-makefile-common
|
|
||||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
|
||||||
endef
|
|
||||||
|
|
||||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
|
||||||
|
|
||||||
ifeq ($(MAKEFILE_COMMON),)
|
|
||||||
# attept a checkout
|
|
||||||
define checkout-makefile-common
|
|
||||||
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
|
||||||
endef
|
|
||||||
|
|
||||||
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
|
||||||
endif
|
|
||||||
|
|
||||||
include $(MAKEFILE_COMMON)
|
|
||||||
150
changelog
Normal file
150
changelog
Normal file
|
|
@ -0,0 +1,150 @@
|
||||||
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.16.0-5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.16.0-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.16.0-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.16.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Dec 27 2020 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 4.16.0-1
|
||||||
|
- Update to 4.16.0
|
||||||
|
|
||||||
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.14.0-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.14.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Aug 12 2019 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 4.14.0-1
|
||||||
|
- Update to 4.14.0
|
||||||
|
|
||||||
|
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.13.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jul 02 2019 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 4.13.0-1
|
||||||
|
- Update to 4.13.0
|
||||||
|
|
||||||
|
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.12.0-9
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.12.0-8
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.12.0-7
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.12.0-6
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.12.0-5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.12.0-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 4.12.0-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.12.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Mar 10 2015 Kevin Fenzi <kevin@scrye.com> 4.12.0-1
|
||||||
|
- Update to 4.12
|
||||||
|
|
||||||
|
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.10.0-7
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.10.0-6
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.10.0-5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun May 19 2013 Christoph Wickert <cwickert@fedoraproject.org> - 4.10.0-4
|
||||||
|
- Require missing dependencies (#964474)
|
||||||
|
|
||||||
|
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.10.0-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.10.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Apr 28 2012 Christoph Wickert <cwickert@fedoraproject.org> - 4.10.0-1
|
||||||
|
- Update to 4.10.0 final
|
||||||
|
- Add VCS key
|
||||||
|
|
||||||
|
* Sat Apr 14 2012 Kevin Fenzi <kevin@scrye.com> - 4.9.2-1
|
||||||
|
- Update to 4.9.2 (Xfce 4.10pre2)
|
||||||
|
|
||||||
|
* Sun Apr 01 2012 Kevin Fenzi <kevin@scrye.com> - 4.9.1-1
|
||||||
|
- Update to 4.9.1
|
||||||
|
- Packge is no longer noarch.
|
||||||
|
|
||||||
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.8.0-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.8.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Jan 16 2011 Kevin Fenzi <kevin@tummy.com> - 4.8.0-1
|
||||||
|
- Update to 4.8.0 final.
|
||||||
|
|
||||||
|
* Sun Jan 02 2011 Christoph Wickert <cwickert@fedoraproject.org> - 4.7.4-1
|
||||||
|
- Update to 4.7.4
|
||||||
|
|
||||||
|
* Sun Oct 31 2010 Christoph Wickert <cwickert@fedoraproject.org> - 4.7.3-1
|
||||||
|
- Update to 4.7.3
|
||||||
|
|
||||||
|
* Mon Sep 21 2009 Christoph Wickert <cwickert@fedoraproject.org> - 4.7.2-1
|
||||||
|
- Update to 4.7.2
|
||||||
|
|
||||||
|
* Sun Sep 20 2009 Christoph Wickert <cwickert@fedoraproject.org> - 4.7.1-1
|
||||||
|
- Update to 4.7.1
|
||||||
|
|
||||||
|
* Wed Aug 19 2009 Christoph Wickert <cwickert@fedoraproject.org> - 4.7.0-1
|
||||||
|
- Update to 4.7.0
|
||||||
|
|
||||||
|
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.6.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Feb 26 2009 Kevin Fenzi <kevin@tummy.com> - 4.6.0-1
|
||||||
|
- Update to 4.6.0
|
||||||
|
|
||||||
|
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.5.99.1-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Jan 26 2009 Kevin Fenzi <kevin@tummy.com> - 4.5.99.1-1
|
||||||
|
- Update to 4.5.99.1
|
||||||
|
|
||||||
|
* Tue Jan 13 2009 Kevin Fenzi <kevin@tummy.com> - 4.5.93-1
|
||||||
|
- Update to 4.5.93
|
||||||
|
|
||||||
|
* Sun Dec 28 2008 Kevin Fenzi <kevin@tummy.com> - 4.5.92-1
|
||||||
|
- Update to 4.5.92
|
||||||
|
|
||||||
|
* Mon Sep 08 2008 Christoph Wickert <cwickert@fedoraproject.org> - 4.4.0.1-1
|
||||||
|
- Update to 4.4.0.1
|
||||||
|
|
||||||
|
* Tue Aug 12 2008 Jason L Tibbitts III <tibbs@math.uh.edu> - 4.4.0-2
|
||||||
|
- Fix license tag.
|
||||||
|
|
||||||
|
* Mon Jan 22 2007 Christoph Wickert <cwickert@fedoraproject.org> - 4.4.0-1
|
||||||
|
- Update to 4.4.0.
|
||||||
|
|
||||||
|
* Sat Nov 11 2006 Christoph Wickert <cwickert@fedoraproject.org> - 4.3.99.2-1
|
||||||
|
- Update to 4.3.99.2.
|
||||||
|
|
||||||
|
* Tue Oct 03 2006 Christoph Wickert <cwickert@fedoraproject.org> - 4.3.99.1-3
|
||||||
|
- Require gettext-devel.
|
||||||
|
- Install m4 macros also to /usr/share/aclocal.
|
||||||
|
|
||||||
|
* Tue Oct 03 2006 Christoph Wickert <cwickert@fedoraproject.org> - 4.3.99.1-2
|
||||||
|
- Some more requires: glib2-devel, make and gtk-doc.
|
||||||
|
- Own %%{_datadir}/xfce4
|
||||||
|
|
||||||
|
* Sat Sep 23 2006 Christoph Wickert <cwickert@fedoraproject.org> - 4.3.99.1-1
|
||||||
|
- Initial Fedora Extras release.
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
b76d6b7548b4bf248a4af9b0dbdf34e8 xfce4-dev-tools-4.7.2.tar.bz2
|
SHA512 (xfce4-dev-tools-4.20.0.tar.bz2) = 2ee8d0e4512c326ad404310f15081a8c6eec026634bcc2e76873cecc5b4356c3425d883c07f05e5a76a500c135d62809e6323f318ac6fc33d16023a9c5bd5441
|
||||||
|
|
|
||||||
|
|
@ -1,94 +1,60 @@
|
||||||
Name: xfce4-dev-tools
|
%global prerel pre1
|
||||||
Version: 4.7.2
|
%global xfceversion 4.20
|
||||||
Release: 1%{?dist}
|
|
||||||
Summary: Xfce developer tools
|
|
||||||
|
|
||||||
Group: Development/Tools
|
Name: xfce4-dev-tools
|
||||||
License: GPLv2+
|
Version: 4.20.0
|
||||||
URL: http://xfce.org/~benny/projects/xfce4-dev-tools/
|
Release: %autorelease
|
||||||
Source0: http://archive.xfce.org/src/xfce/xfce4-dev-tools/4.7/%{name}-%{version}.tar.bz2
|
Summary: Xfce developer tools
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
||||||
|
|
||||||
Requires: glib2-devel, gettext-devel, gtk-doc, libtool, intltool, make
|
License: GPL-2.0-or-later
|
||||||
BuildArch: noarch
|
URL: https://docs.xfce.org/xfce/xfce4-dev-tools/start
|
||||||
|
#VCS git:https://gitlab.xfce.org/xfce/xfce4-dev-tools.git
|
||||||
|
Source0: http://archive.xfce.org/xfce/%{xfceversion}/src/%{name}-%{version}.tar.bz2
|
||||||
|
|
||||||
|
BuildRequires: gettext-devel
|
||||||
|
BuildRequires: libtool
|
||||||
|
BuildRequires: intltool
|
||||||
|
BuildRequires: make
|
||||||
|
BuildRequires: glib2-devel
|
||||||
|
BuildRequires: libxslt-devel
|
||||||
|
BuildRequires: meson
|
||||||
|
Requires: autoconf
|
||||||
|
Requires: automake
|
||||||
|
Requires: gawk
|
||||||
|
Requires: git
|
||||||
|
Requires: glib2-devel
|
||||||
|
Requires: grep
|
||||||
|
Requires: intltool
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains common tools required by Xfce developers and people
|
This package contains common tools required by Xfce developers and people
|
||||||
that want to build Xfce from SVN.
|
that want to build Xfce from Git.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
%make_install
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} INSTALL='install -p'
|
|
||||||
|
|
||||||
mkdir $RPM_BUILD_ROOT%{_datadir}/aclocal/
|
|
||||||
install -p -m 644 m4macros/xdt*.m4 $RPM_BUILD_ROOT%{_datadir}/aclocal/
|
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%license COPYING
|
||||||
%doc AUTHORS COPYING ChangeLog HACKING NEWS README
|
%doc AUTHORS ChangeLog HACKING NEWS
|
||||||
|
%{_bindir}/xfce-build
|
||||||
|
%{_bindir}/xfce-do-release
|
||||||
|
%{_bindir}/xfce-get-release-notes
|
||||||
|
%{_bindir}/xfce-get-translations
|
||||||
|
%{_bindir}/xfce-update-news
|
||||||
%{_bindir}/xdt-autogen
|
%{_bindir}/xdt-autogen
|
||||||
%{_bindir}/xdt-commit
|
%{_bindir}/xdt-check-abi
|
||||||
%dir %{_datadir}/xfce4
|
%{_bindir}/xdt-csource
|
||||||
%{_datadir}/xfce4/dev-tools/
|
%{_bindir}/xdt-gen-visibility
|
||||||
%{_datadir}/aclocal/*
|
%{_datadir}/aclocal/*
|
||||||
|
%{_mandir}/man1/xdt-csource.1.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Sep 21 2009 Christoph Wickert <cwickert@fedoraproject.org> - 4.7.2-1
|
%autochangelog
|
||||||
- Update to 4.7.2
|
|
||||||
|
|
||||||
* Sun Sep 20 2009 Christoph Wickert <cwickert@fedoraproject.org> - 4.7.1-1
|
|
||||||
- Update to 4.7.1
|
|
||||||
|
|
||||||
* Wed Aug 19 2009 Christoph Wickert <cwickert@fedoraproject.org> - 4.7.0-1
|
|
||||||
- Update to 4.7.0
|
|
||||||
|
|
||||||
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.6.0-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Feb 26 2009 Kevin Fenzi <kevin@tummy.com> - 4.6.0-1
|
|
||||||
- Update to 4.6.0
|
|
||||||
|
|
||||||
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.5.99.1-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon Jan 26 2009 Kevin Fenzi <kevin@tummy.com> - 4.5.99.1-1
|
|
||||||
- Update to 4.5.99.1
|
|
||||||
|
|
||||||
* Tue Jan 13 2009 Kevin Fenzi <kevin@tummy.com> - 4.5.93-1
|
|
||||||
- Update to 4.5.93
|
|
||||||
|
|
||||||
* Sun Dec 28 2008 Kevin Fenzi <kevin@tummy.com> - 4.5.92-1
|
|
||||||
- Update to 4.5.92
|
|
||||||
|
|
||||||
* Mon Sep 08 2008 Christoph Wickert <cwickert@fedoraproject.org> - 4.4.0.1-1
|
|
||||||
- Update to 4.4.0.1
|
|
||||||
|
|
||||||
* Tue Aug 12 2008 Jason L Tibbitts III <tibbs@math.uh.edu> - 4.4.0-2
|
|
||||||
- Fix license tag.
|
|
||||||
|
|
||||||
* Mon Jan 22 2007 Christoph Wickert <cwickert@fedoraproject.org> - 4.4.0-1
|
|
||||||
- Update to 4.4.0.
|
|
||||||
|
|
||||||
* Sat Nov 11 2006 Christoph Wickert <cwickert@fedoraproject.org> - 4.3.99.2-1
|
|
||||||
- Update to 4.3.99.2.
|
|
||||||
|
|
||||||
* Tue Oct 03 2006 Christoph Wickert <cwickert@fedoraproject.org> - 4.3.99.1-3
|
|
||||||
- Require gettext-devel.
|
|
||||||
- Install m4 macros also to /usr/share/aclocal.
|
|
||||||
|
|
||||||
* Tue Oct 03 2006 Christoph Wickert <cwickert@fedoraproject.org> - 4.3.99.1-2
|
|
||||||
- Some more requires: glib2-devel, make and gtk-doc.
|
|
||||||
- Own %%{_datadir}/xfce4
|
|
||||||
|
|
||||||
* Sat Sep 23 2006 Christoph Wickert <cwickert@fedoraproject.org> - 4.3.99.1-1
|
|
||||||
- Initial Fedora Extras release.
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue