Mailinglist Archive: opensuse-commit (1175 mails)

< Previous Next >
commit nut for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Thu, 29 Jan 2009 23:43:51 +0100
  • Message-id: <20090129224351.D44F86780B0@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package nut for openSUSE:Factory
checked in at Thu Jan 29 23:43:51 CET 2009.


--------
--- nut/nut.changes 2009-01-27 00:38:13.000000000 +0100
+++ nut/nut.changes 2009-01-28 15:52:11.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Jan 28 15:51:40 CET 2009 - crrodriguez@xxxxxxx
+
+- remove static libraries and "la" files
+- add missing openssl-devel to Requires of -devel package
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ nut.spec ++++++
--- /var/tmp/diff_new_pack.I24904/_old 2009-01-29 23:43:16.000000000 +0100
+++ /var/tmp/diff_new_pack.I24904/_new 2009-01-29 23:43:16.000000000 +0100
@@ -28,7 +28,7 @@
Conflicts: apcupsd
Summary: Network UPS Tools Core (Unbreakable Power Supply Monitoring)
Version: 2.2.2
-Release: 66
+Release: 68
Url: http://www.networkupstools.org/
Source: %{name}-%{version}.tar.bz2
Source1: upsd.init
@@ -422,7 +422,7 @@
License: GPL v2 or later
Summary: Network UPS Tools (Unbreakable Power Supply Monitoring)
Group: Development/Libraries/C and C++
-Requires: %{name} = %{version}
+Requires: %{name} = %{version} openssl-devel

%description devel
Network UPS Tools is a collection of programs which provide a common
@@ -493,7 +493,7 @@

%build
autoreconf -f -i
-%configure\
+%configure --disable-static --with-pic\
--sysconfdir=%{CONFPATH}\
--datadir=%{_datadir}/nut\
--with-all\
@@ -544,6 +544,7 @@
mkdir $RPM_BUILD_ROOT%{HTMLPATH}/nut $RPM_BUILD_ROOT%{CGIPATH}/nut
mv $RPM_BUILD_ROOT%{HTMLPATH}/*.{html,png} $RPM_BUILD_ROOT%{HTMLPATH}/nut/
mv $RPM_BUILD_ROOT%{CGIPATH}/*.cgi $RPM_BUILD_ROOT%{CGIPATH}/nut
+%{__rm} -f %{buildroot}%{_libdir}/*.la

%pre
usr/sbin/useradd -r -o -g %{GROUP} -s /bin/false \
@@ -694,11 +695,13 @@
%defattr(-,root,root)
%{_includedir}/*.h
%{_libdir}/*.so
-%{_libdir}/*.*a
%{_libdir}/pkgconfig/*.pc
%doc %{_mandir}/man3/*.*

%changelog
+* Wed Jan 28 2009 crrodriguez@xxxxxxx
+- remove static libraries and "la" files
+- add missing openssl-devel to Requires of -devel package
* Tue Jan 27 2009 ro@xxxxxxx
- pass --with-udev-dir to configure to fix build
(hal does not own /etc/udev anymore)


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



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread