Hello community,

here is the log from the commit of package d0_blind_id for openSUSE:Factory 
checked in at 2016-02-03 10:19:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/d0_blind_id (Old)
 and      /work/SRC/openSUSE:Factory/.d0_blind_id.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "d0_blind_id"

Changes:
--------
--- /work/SRC/openSUSE:Factory/d0_blind_id/d0_blind_id.changes  2015-02-24 
13:06:47.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.d0_blind_id.new/d0_blind_id.changes     
2016-02-03 10:19:54.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Feb  1 16:06:33 UTC 2016 - [email protected]
+
+- Tiny spec file cleanups
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ d0_blind_id.spec ++++++
--- /var/tmp/diff_new_pack.MExYgW/_old  2016-02-03 10:19:55.000000000 +0100
+++ /var/tmp/diff_new_pack.MExYgW/_new  2016-02-03 10:19:55.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package d0_blind_id
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -51,8 +51,8 @@
 %package devel
 Summary:        Development files for the Blind-ID library
 Group:          Development/Libraries/Other
-Requires:       libd0_blind_id0 = %{version}
-Requires:       libd0_rijndael0 = %{version}
+Requires:       libd0_blind_id0 = %{version}-%{release}
+Requires:       libd0_rijndael0 = %{version}-%{release}
 
 %description devel
 Development files for the Blind-ID library for user identification using RSA 
blind signatures
@@ -61,7 +61,7 @@
 %setup -q
 
 %build
-autoreconf -fi
+autoreconf -fiv
 %configure \
        --enable-static=no \
        --enable-rijndael \
@@ -70,15 +70,12 @@
 make %{?_smp_mflags}
 
 %install
-make install DESTDIR=%{buildroot} %{?_smp_mflags}
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %post   -n libd0_blind_id0 -p /sbin/ldconfig
-
 %postun -n libd0_blind_id0 -p /sbin/ldconfig
-
 %post   -n libd0_rijndael0 -p /sbin/ldconfig
-
 %postun -n libd0_rijndael0 -p /sbin/ldconfig
 
 %files
@@ -100,7 +97,9 @@
 %defattr(-,root,root)
 %doc COPYING
 %{_includedir}/%{name}
-%{_libdir}/libd0*.so
-%{_libdir}/pkgconfig/d0_*.pc
+%{_libdir}/libd0_blind_id.so
+%{_libdir}/libd0_rijndael.so
+%{_libdir}/pkgconfig/d0_blind_id.pc
+%{_libdir}/pkgconfig/d0_rijndael.pc
 
 %changelog


Reply via email to