OBS User unknown 2007-02-02 13:42:55 +00:00 committed by Git OBS Bridge
parent 0e6b4ff079
commit 95ca1e6e57
2 changed files with 14 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 31 18:37:50 CET 2007 - maw@suse.de
- Don't install %{_includedir}/nspr4/prvrsion.h with the executable
bit set.
-------------------------------------------------------------------
Sat Oct 21 10:05:27 CEST 2006 - aj@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package mozilla-nspr (Version 4.6.3)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@ -12,9 +12,9 @@
Name: mozilla-nspr
BuildRequires: gcc-c++
License: Other License(s), see package
License: GNU General Public License (GPL), GNU Library General Public License v. 2.0 and 2.1 (LGPL)
Version: 4.6.3
Release: 1
Release: 14
Summary: Netscape Portable Runtime
URL: http://www.mozilla.org/projects/nspr/
Group: System/Libraries
@ -81,6 +81,8 @@ cp mozilla/nsprpub/config/nspr.pc $RPM_BUILD_ROOT/%{_libdir}/pkgconfig
cp -L mozilla/nsprpub/dist/lib/*.so $RPM_BUILD_ROOT/%{_libdir}
cp -L mozilla/nsprpub/dist/lib/*.a $RPM_BUILD_ROOT/%{_libdir}/nspr/
cp -rL mozilla/nsprpub/dist/include/nspr/* $RPM_BUILD_ROOT/%{_includedir}/nspr4/
# #31667
chmod -x $RPM_BUILD_ROOT/%{_includedir}/nspr4/prvrsion.h
%post -p /sbin/ldconfig
@ -99,6 +101,9 @@ cp -rL mozilla/nsprpub/dist/include/nspr/* $RPM_BUILD_ROOT/%{_includedir}/nspr4/
%{_libdir}/nspr/
%changelog -n mozilla-nspr
* Wed Jan 31 2007 - maw@suse.de
- Don't install %%{_includedir}/nspr4/prvrsion.h with the executable
bit set.
* Sat Oct 21 2006 - aj@suse.de
- from openSUSE BuildService (thanks Wolfgang Rosenauer):
- update to version 4.6.3: Bug fix release.