rpms/vcdimager/F-17 vcdimager.spec,1.11,1.12

Nicolas Chauvet kwizart at rpmfusion.org
Wed May 2 10:01:33 CEST 2012


Author: kwizart

Update of /cvs/free/rpms/vcdimager/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv21940/F-17

Modified Files:
	vcdimager.spec 
Log Message:
Remove static statement



Index: vcdimager.spec
===================================================================
RCS file: /cvs/free/rpms/vcdimager/F-17/vcdimager.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- vcdimager.spec	25 Jan 2012 15:01:39 -0000	1.11
+++ vcdimager.spec	2 May 2012 08:01:33 -0000	1.12
@@ -1,12 +1,13 @@
 Summary: VideoCD (pre-)mastering and ripping tool
 Name: vcdimager
 Version: 0.7.24
-Release: 3%{?dist}
+Release: 5%{?dist}
 License: GPLv2+
 Group: Applications/Multimedia
 URL: http://www.gnu.org/software/vcdimager/
 Source: ftp://ftp.gnu.org/pub/gnu/vcdimager/vcdimager-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+Requires: %{name}-libs = %{version}-%{release}
 Requires(post): info
 Requires(preun): info
 BuildRequires: libcdio-devel >= 0.72
@@ -15,8 +16,6 @@
 BuildRequires: pkgconfig >= 0.9
 BuildRequires: popt-devel
 
-Requires: %{name}-libs = %{version}-%{release}
-
 %description
 VCDImager allows you to create VideoCD BIN/CUE CD images from MPEG
 files. These can be burned with cdrdao or any other program capable of
@@ -37,10 +36,9 @@
 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
 Requires: libcdio-devel
 
@@ -49,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.
 
 
@@ -59,20 +57,20 @@
 
 %build
 %configure --disable-static --disable-dependency-tracking
-%{__make} %{?_smp_mflags}
+make %{?_smp_mflags}
 
 
 %install
-%{__rm} -rf %{buildroot}
-%{__make} DESTDIR=%{buildroot} install INSTALL="install -p"
+rm -rf %{buildroot}
+make DESTDIR=%{buildroot} install INSTALL="install -p"
 find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
 
 # Sometimes this file gets created... but we don't want it!
-%{__rm} -f %{buildroot}%{_infodir}/dir
+rm -f %{buildroot}%{_infodir}/dir
 
 
 %clean
-%{__rm} -rf %{buildroot}
+rm -rf %{buildroot}
 
 
 %post libs -p /sbin/ldconfig
@@ -116,6 +114,12 @@
 
 
 %changelog
+* Wed May 02 2012 Nicolas Chauvet <kwizart at gmail.com> - 0.7.24-5
+- Remove static statement in the devel sub-package - rfbz#2312
+
+* Tue Apr 17 2012 Matthias Saou <matthias at saou.eu> 0.7.24-4
+- Minor spec file cleanups.
+
 * Wed Jan 25 2012 Nicolas Chauvet <kwizart at gmail.com> - 0.7.24-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the rpmfusion-commits mailing list