rpms/pwlib/devel pwlib.spec,1.55,1.56

Tom Callaway spot at fedoraproject.org
Fri Aug 29 20:16:29 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/pwlib/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10009

Modified Files:
	pwlib.spec 
Log Message:
fix license tag


Index: pwlib.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pwlib/devel/pwlib.spec,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- pwlib.spec	23 Jul 2008 20:28:45 -0000	1.55
+++ pwlib.spec	29 Aug 2008 20:15:59 -0000	1.56
@@ -1,23 +1,23 @@
 Summary:	Portable Windows Library
 Name:		pwlib
 Version:	1.10.10
-Release:        8%{?dist}
+Release:        9%{?dist}
 URL:		http://www.openh323.org/
 Source0:	http://www.ekiga.org/pwlib-%{version}.tar.gz
-License: MPL
-Group: System Environment/Libraries
-BuildRoot: %{_tmppath}/%{name}-root
-BuildPrereq:	expat  openssl-devel pkgconfig
-Patch0: pwlib-1.10-libperms.patch
-Patch1: pwlib-1.10.10.rescale.patch
+License:	MPLv1.0
+Group:		System Environment/Libraries
+BuildRoot:	%{_tmppath}/%{name}-root
+BuildRequires:	expat, openssl-devel, pkgconfig
+Patch0:		pwlib-1.10-libperms.patch
+Patch1:		pwlib-1.10.10.rescale.patch
 
 %ifnarch  s390 s390x
-BuildRequires: libdv-devel libraw1394-devel libavc1394-devel
-Requires: libdv libraw1394 libavc1394
+BuildRequires:	libdv-devel, libraw1394-devel, libavc1394-devel
+Requires:	libdv, libraw1394, libavc1394
 %endif
-BuildRequires: alsa-lib-devel libstdc++-devel
-Requires: alsa-lib libstdc++
-BuildRequires: openldap-devel expat-devel SDL-devel flex bison
+BuildRequires:	alsa-lib-devel, libstdc++-devel
+Requires:	alsa-lib, libstdc++
+BuildRequires:	openldap-devel, expat-devel, SDL-devel, flex, bison
 
 %description
 PWLib is a moderately large class library that has its genesis many
@@ -30,10 +30,10 @@
 you from using it in whatever project you have in mind if you so desire.
 
 %package devel
-Summary: Development package for pwlib
-Group: Development/Libraries
-Requires: pwlib = %{PACKAGE_VERSION}
-Requires: openssl-devel
+Summary:	Development package for pwlib
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+Requires:	openssl-devel
 %description devel
 The pwlib-devel package includes the libraries and header files for pwlib.
 
@@ -44,11 +44,10 @@
 
 %build
 export CFLAGS="$CFLAGS -DLDAP_DEPRECATED"
-%configure --prefix=/usr --enable-opal --enable-plugins --disable-oss --enable-v4l2 --disable-avc
-make
+%configure --prefix=%{_prefix} --enable-opal --enable-plugins --disable-oss --enable-v4l2 --disable-avc
+make %{?_smp_mflags}
 
 %install
-
 rm -rf $RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT%{_bindir}
 mkdir -p $RPM_BUILD_ROOT%{_libdir}
@@ -94,10 +93,13 @@
 %defattr(-,root,root)
 %{_libdir}/libpt*.so
 %{_includedir}/*
- %{_datadir}/pwlib
+%{_datadir}/pwlib
 %attr(755,root,root) %{_bindir}/*
 
 %changelog
+* Fri Aug 29 2008 Tom "spot" Callaway <tcallawa at redhat.com> 1.10.10-9
+- fix license tag
+
 * Wed Jul 23 2008 Jarod Wilson <jwilson at redhat.com> 1.10.10-8
 - Disable avc support, since pwlib uses a long-since deprecated
   and now removed libraw1394 interface for it...




More information about the fedora-extras-commits mailing list