Hello community,

here is the log from the commit of package smssend for openSUSE:Factory checked 
in at 2012-02-14 19:08:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/smssend (Old)
 and      /work/SRC/openSUSE:Factory/.smssend.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "smssend", Maintainer is "mse...@novell.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/smssend/smssend.changes  2011-11-28 
12:57:37.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.smssend.new/smssend.changes     2012-02-14 
19:08:47.000000000 +0100
@@ -1,0 +2,6 @@
+Sun Nov 27 14:53:40 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant/unwanted tags/section (cf. specfile guidelines)
+- Use %_smp_mflags for parallel building
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ smssend.spec ++++++
--- /var/tmp/diff_new_pack.hYsOyT/_old  2012-02-14 19:08:49.000000000 +0100
+++ /var/tmp/diff_new_pack.hYsOyT/_new  2012-02-14 19:08:49.000000000 +0100
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:           smssend
@@ -30,7 +29,7 @@
 Patch1:         %{name}-%{version}-updated_scripts.diff.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Summary:        interface to internet SMS forwarding services
-Url:            http://zekiller.skytech.org/smssend_menu_en.html
+URL:            http://zekiller.skytech.org/smssend_menu_en.html
 
 %description
 smssend is a utility providing a command line interface to the GSM
@@ -42,12 +41,6 @@
 Keep in mind that these internet to SMS gateways may not tolerate and
 may even forbid their use via scripts.
 
-
-
-Authors:
---------
-    Christophe 'Ze KiLleR' Calmejane <zekil...@skytech.org>
-
 %prep
 %setup -a 1
 %patch1
@@ -58,28 +51,21 @@
 autoreconf --force --install
 cd skyutils-%{skyutils_version}
 autoreconf --force --install
-CFLAGS="$RPM_OPT_FLAGS" \
-CXXFLAGS="$RPM_OPT_FLAGS" \
-./configure --libdir=${PWD}/src/.libs \
+%configure --libdir=${PWD}/src/.libs \
                --disable-shared \
                --enable-static
-make
+make %{?_smp_mflags}
 cd ..
-CFLAGS="$RPM_OPT_FLAGS" \
-CXXFLAGS="$RPM_OPT_FLAGS" \
-./configure --mandir=%{_mandir} \
-                --prefix=%{_prefix} \
-                --infodir=%{_infodir} \
+%configure \
                --datadir=/usr/share \
                --disable-shared \
                --with-skyutils=${PWD}/skyutils-%{skyutils_version} \
                --with-data-dir=/usr/share/xfce
 # feel free to improve following change and please notify upstream
 sed -i "s:\(^LIBS =.*\):\1 -lcrypto:" Makefile
-make
+make %{?_smp_mflags}
 
 %install
-[ -d %{buildroot} -a "%{buildroot}" != "" ] && rm -rf  %{buildroot} 
 make DESTDIR=$RPM_BUILD_ROOT install 
 cd skyutils-%{skyutils_version}
 mkdir -p ${RPM_BUILD_ROOT}/usr/share/doc/packages/smssend/skyutils
@@ -88,9 +74,6 @@
 cp -p INSTALL ChangeLog AUTHORS COPYING NEWS README AUTHORS 
${RPM_BUILD_ROOT}/usr/share/doc/packages/smssend
 install -m 644 scripts/*.sms ${RPM_BUILD_ROOT}/usr/share/smssend/
 
-%clean
-[ -d %{buildroot} -a "%{buildroot}" != "" ] && rm -rf  %{buildroot} 
-
 %files
 %defattr(-,root,root)
 %doc /usr/share/doc/packages/smssend

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to