Mailinglist Archive: opensuse-commit (1159 mails)
| < Previous | Next > |
commit libiptcdata
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Wed, 10 Oct 2007 00:16:49 +0200
- Message-id: <20071009221649.9A482678182@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package libiptcdata
checked in at Wed Oct 10 00:16:49 CEST 2007.
--------
--- libiptcdata/libiptcdata.changes 2007-01-31 00:58:24.000000000 +0100
+++ /mounts/work_src_done/STABLE/libiptcdata/libiptcdata.changes 2007-10-08 18:53:16.833346000 +0200
@@ -1,0 +2,6 @@
+Mon Oct 8 18:53:00 CEST 2007 - maw@xxxxxxx
+
+- Split off a libiptcdata0 subpackage
+- s#%run_ldconfig#/sbin/ldconfig# in %post and %postun.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libiptcdata.spec ++++++
--- /var/tmp/diff_new_pack.f11401/_old 2007-10-10 00:16:40.000000000 +0200
+++ /var/tmp/diff_new_pack.f11401/_new 2007-10-10 00:16:40.000000000 +0200
@@ -12,14 +12,15 @@
Name: libiptcdata
Version: 0.2.1
-Release: 36
-URL: http://libiptcdata.sourceforge.net/
+Release: 75
+Url: http://libiptcdata.sourceforge.net/
Group: System/Libraries
-License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
+License: LGPL v2 or later
Summary: IPTC Metadata Tag Manipulation Library
Source: %{name}-%{version}.tar.bz2
-Autoreqprov: on
+AutoReqProv: on
BuildRoot: %{_tmppath}/%{name}-%{version}-build
+Requires: libiptcdata0
%description
libiptcdata is a library for parsing, editing, and saving IPTC data.
@@ -30,10 +31,32 @@
often used by popular photo management applications. The library
provides routines for parsing, viewing, modifying, and saving this
metadata. The libiptcdata package also includes a command line utility,
-iptc, for editing IPTC data in JPEG files.
+iptc, for editing IPTC data in JPEG files. The library implements the
+IPTC Information Interchange Model according to its specification.
-The library implements the IPTC Information Interchange Model according
-to its specification.
+
+
+Authors:
+--------
+ David Moore <dcm@xxxxxxx>
+ Luka Renko <luka.renko@xxxxxxxxx>
+
+%package -n libiptcdata0
+Group: System/Libraries
+Summary: IPTC Metadata Tag Manipulation Library
+Requires: %{name} = %{version}
+
+%description -n libiptcdata0
+libiptcdata is a library for parsing, editing, and saving IPTC data.
+
+libiptcdata is a library for manipulating the International Press
+Telecommunications Council (IPTC) metadata stored within multimedia
+files such as images. This metadata can include captions and keywords,
+often used by popular photo management applications. The library
+provides routines for parsing, viewing, modifying, and saving this
+metadata. The libiptcdata package also includes a command line utility,
+iptc, for editing IPTC data in JPEG files. The library implements the
+IPTC Information Interchange Model according to its specification.
@@ -110,18 +133,21 @@
%clean
rm -rf $RPM_BUILD_ROOT
-%post
-%run_ldconfig
+%post -n libiptcdata0
+/sbin/ldconfig
-%postun
-%run_ldconfig
+%postun -n libiptcdata0
+/sbin/ldconfig
%files
%defattr (-, root, root)
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
-%{_libdir}/*.so.*
%{_bindir}/*
+%files -n libiptcdata0
+%defattr (-, root, root)
+%{_libdir}/*.so.*
+
%files devel
%defattr (-, root, root)
%{_libdir}/*.so
@@ -134,8 +160,10 @@
%dir %{_datadir}/gtk-doc
%dir %{_datadir}/gtk-doc/html
%{_datadir}/gtk-doc/html/*
-
-%changelog -n libiptcdata
+%changelog
+* Mon Oct 08 2007 - maw@xxxxxxx
+- Split off a libiptcdata0 subpackage
+- s#%%run_ldconfig#/sbin/ldconfig# in %%post and %%postun.
* Wed Jan 31 2007 - ro@xxxxxxx
- GNOME moved to /usr
* Tue Jan 23 2007 - ro@xxxxxxx
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |