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

Ian Chapman (oddsocks) fedora-extras-commits at redhat.com
Tue Oct 2 18:53:46 UTC 2007


Author: oddsocks

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

Modified Files:
	.cvsignore sources 
Added Files:
	kbiof.spec 
Log Message:



--- NEW FILE kbiof.spec ---
Name:           kbiof
Version:        0.3
Release:        1%{?dist}
Summary:        KDE port of the original BIOF XScreenSaver
Group:          Amusements/Graphics
License:        GPLv2+
URL:            http://www.fmtec.it/felinux/kbiof.php
Source0:        http://www.fmtec.it/felinux/download/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  kdebase-devel
BuildRequires:  libGLU-devel
Requires:       xscreensaver-base

%description
An OpenGL screensaver for KDE which displays 3D primitives in animated patterns


%prep
%setup -qn %{name}


%build
%configure --disable-rpath
make %{?_smp_mflags}


%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}

# Convert symlink to relative
rm -f %{buildroot}%{_docdir}/HTML/en/%{name}/common
pushd %{buildroot}%{_docdir}/HTML/en/%{name}
ln -s ../common common
popd


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%{_bindir}/%{name}.kss
%{_datadir}/applnk/System/ScreenSavers/%{name}.desktop
%{_docdir}/HTML/*/%{name}
%doc AUTHORS COPYING README


%changelog
* Sat Sep 29 2007 Ian Chapman <packages[AT]amiga-hardware.com> 0.3-1
- Initial release

Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/kbiof/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	2 Oct 2007 16:07:38 -0000	1.1
+++ .cvsignore	2 Oct 2007 18:53:14 -0000	1.2
@@ -0,0 +1 @@
+kbiof-0.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/kbiof/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	2 Oct 2007 16:07:38 -0000	1.1
+++ sources	2 Oct 2007 18:53:14 -0000	1.2
@@ -0,0 +1 @@
+dd9bf4afca5bdbb95b6ae4f5cbe515b7  kbiof-0.3.tar.gz




More information about the fedora-extras-commits mailing list