Mailinglist Archive: opensuse-commit (1093 mails)
| < Previous | Next > |
commit dar
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Fri, 01 Feb 2008 18:17:27 +0100
- Message-id: <20080201171727.D968E678335@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package dar
checked in at Fri Feb 1 18:17:27 CET 2008.
--------
--- dar/dar.changes 2008-01-25 17:27:39.000000000 +0100
+++ dar/dar.changes 2008-01-31 21:15:58.000000000 +0100
@@ -1,0 +2,9 @@
+Thu Jan 31 21:15:21 CET 2008 - aj@xxxxxxx
+
+- Remove check for old distribution.
+- Remove duplicate files.
+- Do not package .la files.
+- Do not build dar-static to workaround glibc pthread linkage
+ problem.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ dar.spec ++++++
--- /var/tmp/diff_new_pack.n23367/_old 2008-02-01 18:17:07.000000000 +0100
+++ /var/tmp/diff_new_pack.n23367/_new 2008-02-01 18:17:07.000000000 +0100
@@ -16,15 +16,11 @@
Group: System/Filesystems
Summary: Backup and Restore Application
Version: 2.3.6
-Release: 15
+Release: 18
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: %name-%version.tar.bz2
Patch: %name.diff
-%if %suse_version > 1000
Recommends: par
-%else
-Requires: par
-%endif
%description
Dar (Disk Archive) is a hardware-independent backup solution. Dar uses
@@ -99,13 +95,18 @@
--mandir=%_mandir \
--datadir=%_defaultdocdir \
--enable-examples \
- --enable-largefile
+ --enable-largefile \
+ --disable-dar-static
make
%install
make DESTDIR=$RPM_BUILD_ROOT install
install -m 0644 AUTHORS COPYING NEWS TODO ChangeLog \
$RPM_BUILD_ROOT/%_defaultdocdir/%name/
+# Remove duplicate files
+rm
$RPM_BUILD_ROOT/%_defaultdocdir/%name/dar-differential-backup-mini-howto.*.html
+# Remove la files
+rm $RPM_BUILD_ROOT/%_libdir/libdar*.la
%find_lang %name
%clean
@@ -132,11 +133,16 @@
%defattr(-,root,root)
/usr/include/dar
%_libdir/libdar*.a
-%_libdir/libdar*.la
%_libdir/libdar*.so
%_libdir/pkgconfig/libdar*.pc
%changelog
+* Thu Jan 31 2008 aj@xxxxxxx
+- Remove check for old distribution.
+- Remove duplicate files.
+- Do not package .la files.
+- Do not build dar-static to workaround glibc pthread linkage
+ problem.
* Fri Jan 25 2008 adrian@xxxxxxx
- fix open call with O_CREAT and without mode
* Fri Nov 09 2007 adrian@xxxxxxx
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |