rpms/tcl-tileqt/devel import.log, NONE, 1.1 tcl-tileqt.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Tom Callaway spot at fedoraproject.org
Wed Oct 22 16:03:48 UTC 2008


Author: spot

Update of /cvs/extras/rpms/tcl-tileqt/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9645/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log tcl-tileqt.spec 
Log Message:

initial commit



--- NEW FILE import.log ---
tcl-tileqt-0_4-0_2_b1_fc10:HEAD:tcl-tileqt-0.4-0.2.b1.fc10.src.rpm:1224691254


--- 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.5

%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: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/tcl-tileqt/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	22 Oct 2008 15:56:19 -0000	1.1
+++ .cvsignore	22 Oct 2008 16:03:18 -0000	1.2
@@ -0,0 +1 @@
+tileqt0.4b1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/tcl-tileqt/devel/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:03:18 -0000	1.2
@@ -0,0 +1 @@
+b48430f22a3311cbaab1e5e9d5cd6b07  tileqt0.4b1.tar.gz




More information about the fedora-extras-commits mailing list