[quazip] Update to 0.6.1

Nicolas Chauvet kwizart at fedoraproject.org
Sun Jan 26 19:18:03 UTC 2014


commit eb7e7a0441a28fddbce0f811e3d4a3bf693d4a33
Author: Nicolas Chauvet <kwizart at gmail.com>
Date:   Sun Jan 26 20:20:04 2014 +0100

    Update to 0.6.1

 .gitignore              |    1 +
 quazip-0.5.1-zlib.patch |   31 -------------------------------
 quazip.spec             |   16 ++++++----------
 sources                 |    2 +-
 4 files changed, 8 insertions(+), 42 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bf0f997..052a2aa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ quazip-0.3.tar.gz
 /quazip-0.4.4.tar.gz
 /quazip-0.5.tar.gz
 /quazip-0.5.1.tar.gz
+/quazip-0.6.1.tar.gz
diff --git a/quazip.spec b/quazip.spec
index 3e792b4..9ade690 100644
--- a/quazip.spec
+++ b/quazip.spec
@@ -1,12 +1,10 @@
 Name:		quazip
-Version:	0.5.1
-Release:	2%{?dist}
+Version:	0.6.1
+Release:	1%{?dist}
 Summary:	Qt/C++ wrapper for the minizip library
 License:	GPLv2+ or LGPLv2+
-Group:		System Environment/Libraries
 URL:		http://quazip.sourceforge.net/
 Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
-Patch0:         quazip-0.5.1-zlib.patch
 BuildRequires:	qt4-devel
 BuildRequires:	doxygen graphviz
 
@@ -33,7 +31,6 @@ for developing applications that use %{name}.
 
 %prep
 %setup -q
-%patch0 -p1 -b .zl
 
 # Fixes build and install
 sed -i 's\PREFIX/lib\PREFIX/%{_lib}\' %{name}/%{name}.pro
@@ -58,21 +55,20 @@ make INSTALL="install -p" INSTALL_ROOT=%{buildroot} install
 
 %postun -p /sbin/ldconfig
 
-%clean
-rm -rf %{buildroot}
-
 %files
-%defattr(-,root,root,-)
 %doc COPYING NEWS.txt README.txt
 %{_libdir}/*.so.*
 
 %files devel
-%defattr(-,root,root,-)
 %doc doc/html
 %{_includedir}/%{name}
 %{_libdir}/*.so
 
 %changelog
+* Sun Jan 26 2014 Nicolas Chauvet <kwizart at gmail.com> - 0.6.1-1
+- Update to 0.6.1
+- Clean spec file
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index dc2e7c4..e2e9352 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-eec6b9b6f19654230dfcd158f29ea9d0  quazip-0.5.1.tar.gz
+7d0a7389656bed7414afb81c2b05dc39  quazip-0.6.1.tar.gz


More information about the scm-commits mailing list