rpms/xfce4-dev-tools/devel xfce4-dev-tools.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Christoph Wickert (cwickert) fedora-extras-commits at redhat.com
Thu Oct 5 13:31:04 UTC 2006


Author: cwickert

Update of /cvs/extras/rpms/xfce4-dev-tools/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4903/devel

Modified Files:
	.cvsignore sources 
Added Files:
	xfce4-dev-tools.spec 
Log Message:
auto-import xfce4-dev-tools-4.3.99.1-3.fc5 on branch devel from xfce4-dev-tools-4.3.99.1-3.fc5.src.rpm


--- NEW FILE xfce4-dev-tools.spec ---
Name:		xfce4-dev-tools
Version:	4.3.99.1
Release:	3%{?dist}
Summary:	Xfce developer tools

Group:		Development/Tools
License:	GPL
URL:		http://xfce.org/~benny/projects/xfce4-dev-tools/
Source0: 	http://www.xfce.org/archive/xfce-%{version}/src/%{name}-%{version}.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

Requires:	glib2-devel, gettext-devel, gtk-doc, libtool, intltool, make
BuildArch:	noarch

%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
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir}

mkdir $RPM_BUILD_ROOT%{_datadir}/aclocal/
install -m 644 m4macros/xdt*.m4 $RPM_BUILD_ROOT%{_datadir}/aclocal/ 

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog HACKING NEWS README
%{_bindir}/xdt-autogen
%dir %{_datadir}/xfce4
%{_datadir}/xfce4/dev-tools
%{_datadir}/aclocal/*

%changelog
* Tue Oct 03 2006 Christoph Wickert <fedora christoph-wickert de> - 4.3.99.1-3
- Require gettext-devel.
- Install m4 macros also to /usr/share/aclocal.

* Tue Oct 03 2006 Christoph Wickert <fedora christoph-wickert de> - 4.3.99.1-2
- Some more requires: glib2-devel, make and gtk-doc.
- Own %%{_datadir}/xfce4

* Sat Sep 23 2006 Christoph Wickert <fedora christoph-wickert de> - 4.3.99.1-1
- Initial Fedora Extras release.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/xfce4-dev-tools/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	5 Oct 2006 13:30:20 -0000	1.1
+++ .cvsignore	5 Oct 2006 13:31:04 -0000	1.2
@@ -0,0 +1 @@
+xfce4-dev-tools-4.3.99.1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/xfce4-dev-tools/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	5 Oct 2006 13:30:20 -0000	1.1
+++ sources	5 Oct 2006 13:31:04 -0000	1.2
@@ -0,0 +1 @@
+dc6403caf82edfb896eb3878385b439a  xfce4-dev-tools-4.3.99.1.tar.bz2




More information about the scm-commits mailing list