[Xnee] fix build

fantom fantom at fedoraproject.org
Tue Nov 22 14:40:13 UTC 2011


commit 314d923b98d8191d27b532e78022713fd199846a
Author: Casper <casper at Blackbird.(none)>
Date:   Tue Nov 22 15:39:43 2011 +0100

    fix build

 Xnee.spec |   21 ++++++++++++---------
 1 files changed, 12 insertions(+), 9 deletions(-)
---
diff --git a/Xnee.spec b/Xnee.spec
index 294c9a9..4041af8 100644
--- a/Xnee.spec
+++ b/Xnee.spec
@@ -1,12 +1,12 @@
 Summary:       X11 environment recorder
 Name:          Xnee
 Version:       3.10
-Release:       6%{?dist}
+Release:       7%{?dist}
 License:       GPLv3+
 Group:         Applications/Multimedia
 URL:           http://www.gnu.org/software/xnee/
 Source0:       ftp://ftp.gnu.org/gnu/xnee/xnee-%{version}.tar.gz
-Source1:       %{name}.desktop
+Source1:       xnee.desktop
 BuildRequires: libXtst-devel
 BuildRequires: gtk2-devel
 BuildRequires: desktop-file-utils
@@ -47,7 +47,7 @@ of it as a robot that can imitate the job you just did.
 
 
 %prep
-%setup -q
+%setup -qn xnee-%{version}
 # For rpmlint warnings of debuginfo package :
 find . \( -name "*.h" -o -name "*.c" \) -exec chmod a-x {} \;
 
@@ -87,16 +87,16 @@ rm -f %{buildroot}%{_datadir}/%{name}/simple_bash.sh
 %files
 %defattr(-,root,root,-)
 %{_bindir}/gnee
-%{_datadir}/pixmaps/%{name}.png
-%{_datadir}/pixmaps/%{name}.xpm
-%{_datadir}/applications/%{name}.desktop
-%{_datadir}/%{name}/
+%{_datadir}/pixmaps/xnee.png
+%{_datadir}/pixmaps/xnee.xpm
+%{_datadir}/applications/xnee.desktop
+%{_datadir}/xnee/
 %{_mandir}/man1/gnee.1*
-%{_mandir}/man1/%{name}.1*
+%{_mandir}/man1/xnee.1*
 
 %files libs
 %defattr(-,root,root,-)
-%doc AUTHORS BUGS COPYING EXAMPLES FAQ NEWS TODO ChangeLog doc/%{name}.pdf
+%doc AUTHORS BUGS COPYING EXAMPLES FAQ NEWS TODO ChangeLog doc/xnee.pdf
 %{_libdir}/libxnee.so.*
 %{_libdir}/libtestcb.so.*
 
@@ -113,6 +113,9 @@ rm -f %{buildroot}%{_datadir}/%{name}/simple_bash.sh
 
 
 %changelog
+* Tue Nov 22 2011 Matthieu Saulnier <casper.le.fantom at gmail.com> 3.10-7
+- rename "xnee" to "Xnee"
+
 * Wed Nov 04 2011 Matthieu Saulnier <casper.le.fantom at gmail.com> 3.10-6
 - move doc files in libs package
 


More information about the scm-commits mailing list