rpms/qgtkstyle/devel qgtkstyle.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Shawn Starr (spstarr) fedora-extras-commits at redhat.com
Tue May 27 20:52:58 UTC 2008


Author: spstarr

Update of /cvs/pkgs/rpms/qgtkstyle/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv831/devel

Modified Files:
	.cvsignore sources 
Added Files:
	qgtkstyle.spec 
Log Message:
Initial packaging of QGtkStyle for Fedora



--- NEW FILE qgtkstyle.spec ---
%define qgtkstyle_version 0.0
%define svn_date 20080526
%define svn_revision 617
%define snapshot %{svn_date}svn%{svn_revision}

# Tarfile created from svn snapshot
# svn co svn://labs.trolltech.com/svn/styles/gtkstyle qgtkstyle-%{qgtkstyle_version}
# tar cjf qgtkstyle-%{qgtkstyle_version}-%{snapshot}.tar.bz2 qgtkstyle-%{qgtkstyle_version}/

%define tarfile %{name}-%{qgtkstyle_version}-%{snapshot}.tar.bz2

Summary:        Qt style rendering using GTK+ themes
Name:           qgtkstyle
Version:        %{qgtkstyle_version}
Release:        0.1.%{snapshot}%{?dist}
License:        GPLv2
Group:          User Interface/Desktops
URL:            http://labs.trolltech.com/page/Projects/Styles/GtkStyle
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  qt4-devel >= 4.4.0
BuildRequires:  gtk2-devel
Requires:	qt4-x11 >= 4.4.0

# Fedora specific snapshot no upstream release (yet)
Source0:        %{tarfile}

%description
This is a Qt style rendered using GTK to give a native 
appearence for Qt applications running on the GNOME desktop. 

%prep
%setup -q -n %{name}-%{version}

%build
CXXFLAGS="%{optflags}" qmake-qt4
make %{?_smp_mflags}

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}/%{_qt4_plugindir}/styles
make install INSTALL_ROOT=%{buildroot}

%clean
rm -rf %{buildroot}

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%{_qt4_plugindir}/styles/libgtkstyle.so

%changelog
* Tue May 27 2008 Shawn Starr <shawn.starr at rogers.com> 0.0-0.1.20080526svn617
- Initial Fedora package.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/qgtkstyle/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	27 May 2008 20:20:19 -0000	1.1
+++ .cvsignore	27 May 2008 20:52:19 -0000	1.2
@@ -0,0 +1 @@
+qgtkstyle-0.0-20080526svn617.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/qgtkstyle/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	27 May 2008 20:20:19 -0000	1.1
+++ sources	27 May 2008 20:52:19 -0000	1.2
@@ -0,0 +1 @@
+7e89765c1b7b9f5abe448e8de3e0cab6  qgtkstyle-0.0-20080526svn617.tar.bz2




More information about the scm-commits mailing list