Hello community,

here is the log from the commit of package npapi-sdk for openSUSE:Factory 
checked in at 2013-12-31 10:05:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/npapi-sdk (Old)
 and      /work/SRC/openSUSE:Factory/.npapi-sdk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "npapi-sdk"

Changes:
--------
--- /work/SRC/openSUSE:Factory/npapi-sdk/npapi-sdk.changes      2011-09-23 
02:14:47.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.npapi-sdk.new/npapi-sdk.changes 2013-12-31 
10:05:38.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Dec 30 11:53:43 UTC 2013 - [email protected]
+
+- Cleanup with spec-cleaner to remove clean section.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ npapi-sdk.spec ++++++
--- /var/tmp/diff_new_pack.gBRZix/_old  2013-12-31 10:05:38.000000000 +0100
+++ /var/tmp/diff_new_pack.gBRZix/_new  2013-12-31 10:05:38.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package npapi-sdk
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Wolfgang Rosenauer
 #
 # All modifications and additions to the file contributed by third parties
@@ -16,41 +16,36 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           npapi-sdk
-BuildRequires:  pkg-config
-License:        MPL-1.1 or GPL-2.0+ or LGPL-2.1+
 Version:        0.27
-Release:        1
+Release:        0
 Summary:        Netscape Plugin API (NPAPI)
-Url:            https://wiki.mozilla.org/NPAPI
+License:        MPL-1.1 or GPL-2.0+ or LGPL-2.1+
 Group:          System/Libraries
+Url:            https://wiki.mozilla.org/NPAPI
 Source:         npapi-sdk-%{version}.tar.bz2
 Source1:        npapi-sdk.pc.in
+BuildRequires:  pkg-config
 Provides:       npapi-devel
-BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildArch:      noarch
 
 %description
 This package provides the header and development files to create
 NPAPI browser plugins.
 
 %prep
-%setup -n npapi-sdk -q
+%setup -q -n npapi-sdk
 
 %build
 
 %install
-mkdir -p $RPM_BUILD_ROOT%{_datadir}/pkgconfig
-mkdir -p $RPM_BUILD_ROOT%{_includedir}/npapi
-cp headers/*.h $RPM_BUILD_ROOT%{_includedir}/npapi/
+mkdir -p %{buildroot}%{_datadir}/pkgconfig
+mkdir -p %{buildroot}%{_includedir}/npapi
+cp headers/*.h %{buildroot}%{_includedir}/npapi/
 sed "s:%%VERSION%%:%{version}:g" \
-  %{SOURCE1} > $RPM_BUILD_ROOT%{_datadir}/pkgconfig/npapi-sdk.pc
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+  %{SOURCE1} > %{buildroot}%{_datadir}/pkgconfig/npapi-sdk.pc
 
 %files
 %defattr(-, root, root)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to