[nomnom/f15] Update to 0.2.0

Nicoleau Fabien eponyme at fedoraproject.org
Mon Oct 24 18:52:11 UTC 2011


commit e6e7a7dc5f280bf716681bfb230f6ae673916bc0
Author: eponyme <eponyme at fedoraproject.org>
Date:   Mon Oct 24 20:56:26 2011 +0200

    Update to 0.2.0

 .gitignore  |    1 +
 nomnom.spec |   18 ++++++++++--------
 sources     |    2 +-
 3 files changed, 12 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5110ae8..97e5627 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /nomnom-0.1.4.tar.gz
+/nomnom-0.2.0.tar.gz
diff --git a/nomnom.spec b/nomnom.spec
index f16bbd1..56647f0 100644
--- a/nomnom.spec
+++ b/nomnom.spec
@@ -1,6 +1,6 @@
 Name:           nomnom
-Version:        0.1.4 
-Release:        4%{?dist}
+Version:        0.2.0 
+Release:        1%{?dist}
 Summary:        The graphical video download tool
 
 Group:          Applications/Multimedia
@@ -8,7 +8,6 @@ License:        GPLv3+
 URL:            http://nomnom.sourceforge.net/
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 
-BuildRequires:  cmake
 BuildRequires:  qt-devel
 BuildRequires:  desktop-file-utils
 Requires:       quvi
@@ -25,8 +24,7 @@ onto the application window.
 %prep
 %setup -q
 sed -i -e 's/%{name}.xpm/%{name}/' %{name}.desktop.in
-# to let rpmbuild install docfiles
-sed -i -e 's/doc man1/man1/' CMakeLists.txt
+sed -i -e '/VERSION/d' %{name}.desktop.in
 
 # Default configuration file
 cat > NomNom.conf  <<EOF
@@ -40,7 +38,8 @@ regexp=/(\\\w|\\\s)/g
 EOF
 
 %build
-%cmake .
+%configure
+
 make %{?_smp_mflags}
 
 
@@ -48,12 +47,12 @@ make %{?_smp_mflags}
 mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}
 install -p -m 644 NomNom.conf $RPM_BUILD_ROOT/%{_sysconfdir}
 make install DESTDIR=$RPM_BUILD_ROOT
+%find_lang %{name} --with-qt --all-name
 desktop-file-validate $RPM_BUILD_ROOT/%{_datadir}/applications/%{name}.desktop
-%find_lang %{name} --with-qt
 
 
 %files -f %{name}.lang
-%doc COPYING NEWS README doc/HowtoTranslate
+%doc COPYING NEWS README doc/HowtoTranslate.txt
 %{_bindir}/%{name}
 %dir %{_datadir}/%{name}
 %dir %{_datadir}/%{name}/tr
@@ -64,6 +63,9 @@ desktop-file-validate $RPM_BUILD_ROOT/%{_datadir}/applications/%{name}.desktop
 
 
 %changelog
+* Mon Oct 24 2011 Nicoleau Fabien <nicoleau.fabien at gmail.com> 0.2.0-1
+- Update to 0.2.0
+
 * Fri Sep  2 2011 Nicoleau Fabien <nicoleau.fabien at gmail.com> 0.1.4-4
 - Fix files section to avoid files listed twice
 
diff --git a/sources b/sources
index 6d836f5..118b755 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9104c74746aa1e6c9014c53b4b067bbd  nomnom-0.1.4.tar.gz
+3d2aea0e578928ef345da7a590a9da3c  nomnom-0.2.0.tar.gz


More information about the scm-commits mailing list