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

Orion Poplawski (orion) fedora-extras-commits at redhat.com
Thu Aug 4 17:09:38 UTC 2005


Author: orion

Update of /cvs/extras/rpms/kompose/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21201/devel

Modified Files:
	.cvsignore sources 
Added Files:
	kompose.spec 
Log Message:
auto-import kompose-0.5.3-3 on branch devel from kompose-0.5.3-3.src.rpm


--- NEW FILE kompose.spec ---
Name: kompose
Summary: Provides a full screen view of all open windows
Version: 0.5.3
Release: 3%{?dist}
License: GPL
Group: User Interface/X
Url: http://kompose.berlios.de
Source: http://download.berlios.de/kompose/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: kdelibs-devel >= 3.2, imlib2-devel
Requires: kdebase

%description
Komposé currently allows a fullscreen view of all your virtual desktops where
every window is represented by a scaled screenshot of it's own.

The Composite extension is used if available from the X server.


%prep
%setup -q

%build
unset QTDIR || : ; . /etc/profile.d/qt.sh
export QTLIB=${QTDIR}/lib QTINC=${QTDIR}/include
%configure --disable-rpath
make %{?_smp_mflags}

%install
%makeinstall
desktop-file-install --vendor=fedora \
       --add-category=Qt \
       --add-category=KDE \
       --add-category=Utility \
       --add-category=X-Fedora \
       --delete-original --dir %{buildroot}%{_datadir}/applications \
       $RPM_BUILD_ROOT%{_datadir}/applnk/Utilities/kompose.desktop
install -D src/hi32-app-kompose.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/kompose.png
#Fix doc link
ln -sf ../common $RPM_BUILD_ROOT%{_defaultdocdir}/HTML/en/%{name}

## File lists
# locale's
%find_lang %{name} || touch %{name}.lang
# HTML
HTML_DIR=$(kde-config --expandvars --install html)
if [ -d $RPM_BUILD_ROOT$HTML_DIR ]; then
for lang_dir in $RPM_BUILD_ROOT$HTML_DIR/* ; do
   lang=$(basename $lang_dir)
   echo "%lang($lang) %doc $HTML_DIR/$lang/*" >> %{name}.lang
done
fi

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS COPYING README
%{_bindir}/kompose
%{_datadir}/applications/fedora-kompose.desktop
%{_datadir}/apps/kompose/
%{_datadir}/pixmaps/kompose.png

%changelog
* Mon Jul 25 2005 - Orion Poplawski <orion at cora.nwra.com> 0.5.3-3
- Requires kdebase
- Fix doc symlink.

* Fri Jul 22 2005 - Orion Poplawski <orion at cora.nwra.com> 0.5.3-2
- More spec cleanup

* Fri Jul 22 2005 - Orion Poplawski <orion at cora.nwra.com> 0.5.3-1
- Update to 0.5.3
- Cleanup spec file

* Tue Jul 05 2005 - Orion Poplawski <orion at cora.nwra.com> 0.5.2-0.beta1
- Initial Fedora Extras package


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/kompose/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	4 Aug 2005 17:08:44 -0000	1.1
+++ .cvsignore	4 Aug 2005 17:09:36 -0000	1.2
@@ -0,0 +1 @@
+kompose-0.5.3.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/kompose/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	4 Aug 2005 17:08:44 -0000	1.1
+++ sources	4 Aug 2005 17:09:36 -0000	1.2
@@ -0,0 +1 @@
+d0605f3651ed3f2eca9b961266669d30  kompose-0.5.3.tar.bz2




More information about the scm-commits mailing list