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

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Wed Jan 5 09:20:17 UTC 2005


Author: mschwendt

Update of /cvs/extras/rpms/xdesktopwaves/devel
In directory cvs.fedora.redhat.com:/tmp/cvs-serv6231/devel

Modified Files:
	.cvsignore sources 
Added Files:
	xdesktopwaves.spec 
Log Message:
auto-import xdesktopwaves-1.2-1 on branch devel from xdesktopwaves-1.2-1.src.rpm


--- NEW FILE xdesktopwaves.spec ---
# $Id: xdesktopwaves.spec,v 1.4 2004/12/07 07:32:08 adrian Exp $

Name:          xdesktopwaves
Version:       1.2
Release:       1
Summary:       Simulation of water waves on the X Window System desktop
License:       GPL
Group:         Amusements/Graphics
URL:           http://xdesktopwaves.sf.net/
Source:        http://dl.sf.net/xdesktopwaves/xdesktopwaves-1.2.tar.gz
BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: xorg-x11-devel, desktop-file-utils

%description
xdesktopwaves is a cellular automata setting the background of your X
Window System desktop under water. Windows and mouse are like ships on
the sea. Each movement of these ends up in moving water waves. You can
even have rain and/or storm stirring up the water.

%prep
%setup -q

%build
%{__make} CFLAGS="$RPM_OPT_FLAGS -I/usr/X11R6/include" \
    LFLAGS="-L/usr/X11R6/%{_lib}" %{?_smp_mflags}

%install
%{__rm} -rf $RPM_BUILD_ROOT
%{__mkdir_p} $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
%{__mkdir_p} $RPM_BUILD_ROOT{%{_datadir}/applications,%{_datadir}/pixmaps}
%{__make} install BINDIR=$RPM_BUILD_ROOT%{_bindir} MAN1DIR=$RPM_BUILD_ROOT%{_mandir}/man1
%{__cp} -p %{name}.xpm $RPM_BUILD_ROOT%{_datadir}/pixmaps

cat > %{name}.desktop <<EOF
[Desktop Entry]
Encoding=UTF-8
Name=xdesktopwaves
Type=Application
Comment=Simulation of water waves on the X Window System desktop
Exec=xdesktopwaves
Icon=xdesktopwaves.xpm
Terminal=false
EOF

desktop-file-install --vendor fedora --delete-original \
  --dir %{buildroot}%{_datadir}/applications           \
  --add-category X-Fedora                              \
  --add-category Application                           \
  --add-category Graphics                              \
  %{name}.desktop


%clean
%{__rm} -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc COPYING README
%{_bindir}/%{name}
%{_mandir}/man1/*
%{_datadir}/applications/*%{name}.desktop
%{_datadir}/pixmaps/%{name}.xpm

%changelog
* Wed Jan  5 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.2-1
- Make with proper LFLAGS to support /usr/X11R6/lib64 location
  (fix confirmed as necessary via Matthias Saou's package).

* Tue Dec 07 2004 Adrian Reber <adrian at lisas.de> - 0:1.2-0.fdr.1
- updated to 1.2

* Mon Nov 22 2004 Adrian Reber <adrian at lisas.de> - 0:1.0-0.fdr.1
- initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/xdesktopwaves/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	5 Jan 2005 09:19:26 -0000	1.1
+++ .cvsignore	5 Jan 2005 09:20:15 -0000	1.2
@@ -0,0 +1 @@
+xdesktopwaves-1.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/xdesktopwaves/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	5 Jan 2005 09:19:26 -0000	1.1
+++ sources	5 Jan 2005 09:20:15 -0000	1.2
@@ -0,0 +1 @@
+a91384eab6050402fd2112124ea7c8bb  xdesktopwaves-1.2.tar.gz




More information about the fedora-extras-commits mailing list