Mailinglist Archive: opensuse-commit (1139 mails)
| < Previous | Next > |
commit libgnomecups
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 08 Jan 2007 18:32:09 +0100
- Message-id: <20070108173210.3820267817A@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package libgnomecups
checked in at Mon Jan 8 18:32:09 CET 2007.
--------
--- GNOME/libgnomecups/libgnomecups.changes 2007-01-08 00:10:37.000000000 +0100
+++ /mounts/work_src_done/STABLE/libgnomecups/libgnomecups.changes 2007-01-08 17:52:51.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Jan 8 17:52:42 CET 2007 - sbrabec@xxxxxxx
+
+- Spec file cleanup.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libgnomecups.spec ++++++
--- /var/tmp/diff_new_pack.D25577/_old 2007-01-08 18:32:02.000000000 +0100
+++ /var/tmp/diff_new_pack.D25577/_new 2007-01-08 18:32:02.000000000 +0100
@@ -11,15 +11,14 @@
# norootforbuild
Name: libgnomecups
-#!BuildIgnore: libgnomeprint libgnomeprint-devel libgnomeprintui libgnomeprintui-devel
-BuildRequires: cups cups-devel glib2-devel openssl-devel perl-XML-Parser pkgconfig update-desktop-files
+BuildRequires: cups-devel glib2-devel gnome-common intltool
Version: 0.2.2
-Release: 56
+Release: 58
URL: http://www.gnome.org/
Group: System/GUI/GNOME
License: GNU General Public License (GPL), GNU Library General Public License v. 2.0 and 2.1 (LGPL)
Summary: GNOME CUPS Library
-Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/0.1/%{name}-%{version}.tar.bz2
+Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/0.2/%{name}-%{version}.tar.bz2
Patch0: only-once.patch
Patch1: cups-1.2.patch
Autoreqprov: on
@@ -40,8 +39,7 @@
%package devel
Group: System/GUI/GNOME
Summary: GNOME CUPS Library
-Requires: %{name} = %{version}
-Requires: glib2-devel openssl-devel cups-devel
+Requires: %{name} = %{version} cups-devel glib2-devel zlib-devel
%description devel
A gobject (GLib) wrapper for IPP printer management, which is used by
@@ -56,22 +54,18 @@
Chris Lahey <clahey@xxxxxxxxxx>
%prep
-%setup
+%setup -q
%patch0
%patch1
+rm po/no.*
+sed -i "s/\(ALL_LINGUAS.*\) no /\1 /" configure.in
%build
-rename no nb po/no.*
-sed "s/\(ALL_LINGUAS.*\) no /\1 nb /" configure.in > configure.in.tmp && mv configure.in.tmp configure.in
-sed "s/\(ALL_LINGUAS.*\) no /\1 nb /" configure > configure.tmp && mv configure.tmp configure && chmod a+x configure
-export CFLAGS="$RPM_OPT_FLAGS"
-./configure\
- --prefix=/usr\
- --libdir=/usr/%{_lib}
-make
+autoreconf -f -i
+%configure
+make %{?jobs:-j%jobs}
%install
-rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install
%find_lang %{name}
@@ -81,19 +75,24 @@
%post
%run_ldconfig
+%postun
+%run_ldconfig
+
%files -f %{name}.lang
%defattr (-, root, root)
%doc AUTHORS COPYING COPYING.LIB ChangeLog NEWS README
-/usr/%{_lib}/*.so.*
+%{_libdir}/*.so.*
%files devel
%defattr (-, root, root)
-/usr/%{_lib}/*.*a
-/usr/%{_lib}/*.so
-/usr/%{_lib}/pkgconfig/*.pc
-/usr/include/*
+%{_libdir}/*.*a
+%{_libdir}/*.so
+%{_libdir}/pkgconfig/*.pc
+%{_includedir}/*
%changelog -n libgnomecups
+* Mon Jan 08 2007 - sbrabec@xxxxxxx
+- Spec file cleanup.
* Mon Jan 08 2007 - ro@xxxxxxx
- GNOME moved to /usr
* Mon Nov 20 2006 - fejj@xxxxxxx
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |