Author: kwizart
Update of /cvs/free/rpms/vcdimager/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv21940/devel
Modified Files:
vcdimager.spec
Log Message:
Remove static statement
Index: vcdimager.spec
===================================================================
RCS file: /cvs/free/rpms/vcdimager/devel/vcdimager.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- vcdimager.spec 17 Apr 2012 09:45:50 -0000 1.12
+++ vcdimager.spec 2 May 2012 08:01:33 -0000 1.13
@@ -1,7 +1,7 @@
Summary: VideoCD (pre-)mastering and ripping tool
Name: vcdimager
Version: 0.7.24
-Release: 4%{?dist}
+Release: 5%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL:
http://www.gnu.org/software/vcdimager/
@@ -36,7 +36,7 @@
The %{name}-libs package contains shared libraries for %{name}.
%package devel
-Summary: Header files and static library for VCDImager
+Summary: Header files and library for VCDImager
Group: Development/Libraries
Requires: %{name}-libs = %{version}-%{release}
Requires: pkgconfig
@@ -47,7 +47,7 @@
files which can be burned with cdrdao or any other program capable of
burning BIN/CUE files.
-This package contains the header files and a static library to develop
+This package contains the header files and a library to develop
applications that will use VCDImager.
@@ -114,6 +114,9 @@
%changelog
+* Wed May 02 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.7.24-5
+- Remove static statement in the devel sub-package - rfbz#2312
+
* Tue Apr 17 2012 Matthias Saou <matthias(a)saou.eu> 0.7.24-4
- Minor spec file cleanups.