rpms/tcl-tileqt/F-8 tcl-tileqt.spec,NONE,1.1 sources,1.1,1.2

Tom Callaway spot at fedoraproject.org
Wed Oct 22 16:36:29 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/tcl-tileqt/F-8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12764/F-8

Modified Files:
	sources 
Added Files:
	tcl-tileqt.spec 
Log Message:
initial branching


--- NEW FILE tcl-tileqt.spec ---
%{!?tcl_version: %define tcl_version %(echo 'puts $tcl_version' | tclsh)}
%{!?tcl_sitearch: %define tcl_sitearch %{_libdir}/tcl%{tcl_version}}
%define realname tileqt
%define betaver b1

Name:		tcl-%{realname}
Version:	0.4
Release:	0.2.%{betaver}%{?dist}
Summary:	QT widget support for Tile Toolkit
Group:		System Environment/Libraries
License:	MIT
URL:		http://www.ellogon.org/petasis/index.php?option=com_content&task=view&id=24&Itemid=40
# Upstream uses php nonsense for downloads. Direct link looks like this:
# http://www.ellogon.org/petasis/index.php?option=com_docman&task=doc_download&gid=55&Itemid=37
Source0:	%{realname}%{version}%{betaver}.tar.gz
BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
Provides:	%{realname} = %{version}-%{release}
Provides:	tk-%{realname} = %{version}-%{release}
BuildRequires:	tcl-devel, tk-devel, qt-devel, tile-devel, libtool
Requires:	tcl(abi) = 8.4

%description
TileQt is a theme for the tile toolkit, which uses the Qt/KDE style engine to 
draw widgets. Thus, Tk applications that use the tile widget set look the same 
as KDE applications under GNU/Linux.

%prep
%setup -q -n %{realname}%{version}%{betaver}
mv configure configure-qt3
cp -a configure-qt4 configure
sed -i 's|/usr/lib/|%{_libdir}/|g' configure

%build
%configure
make %{?_smp_mflags}

%install
rm -rf %{buildroot}
make DESTDIR=%{buildroot} install
install -d %{buildroot}%{tcl_sitearch}
mv %{buildroot}%{_libdir}/%{realname}%{version} %{buildroot}%{tcl_sitearch}/%{realname}%{version}
chmod -x %{buildroot}%{tcl_sitearch}/%{realname}%{version}/pkgIndex.tcl

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc license.terms ChangeLog
%{tcl_sitearch}/%{realname}%{version}/

%changelog
* Wed Oct 15 2008 Tom "spot" Callaway <tcallawa at redhat.com> 0.4-0.2.b1
- use qt4 configure script

* Wed Jun 25 2008 Tom "spot" Callaway <tcallawa at redhat.com> 0.4-0.1.b1
- initial package for Fedora


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/tcl-tileqt/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	22 Oct 2008 15:56:19 -0000	1.1
+++ sources	22 Oct 2008 16:35:58 -0000	1.2
@@ -0,0 +1 @@
+b48430f22a3311cbaab1e5e9d5cd6b07  tileqt0.4b1.tar.gz




More information about the fedora-extras-commits mailing list