Mailinglist Archive: opensuse-commit (1138 mails)
| < Previous | Next > |
commit gtkzip
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Fri, 26 Jan 2007 02:02:26 +0100
- Message-id: <20070126010227.07C64678180@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package gtkzip
checked in at Fri Jan 26 02:02:26 CET 2007.
--------
--- GNOME/gtkzip/gtkzip.changes 2006-01-25 21:32:13.000000000 +0100
+++ /mounts/work_users/ro/STABLE/gtkzip/gtkzip.changes 2007-01-26 01:43:32.858043000 +0100
@@ -1,0 +2,5 @@
+Fri Jan 26 01:43:27 CET 2007 - ro@xxxxxxx
+
+- GNOME moved to /usr
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gtkzip.spec ++++++
--- /var/tmp/diff_new_pack.c22750/_old 2007-01-26 02:02:21.000000000 +0100
+++ /var/tmp/diff_new_pack.c22750/_new 2007-01-26 02:02:21.000000000 +0100
@@ -1,35 +1,36 @@
#
# spec file for package gtkzip (Version 0.5.1)
#
-# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
-# Please submit bugfixes or comments via http://www.suse.de/feedback/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: gtkzip
BuildRequires: db1-devel gcc-c++ giflib-devel gnome-libs-devel libpng-devel libtiff-devel xorg-x11
-License: GPL
+License: GNU General Public License (GPL)
Group: Hardware/Other
Autoreqprov: on
Version: 0.5.1
-Release: 1051
+Release: 1101
Source: http://www.smallpig.net/gtkzip/gtkzip-%{version}.src.tar.gz
Patch0: gtkzip-%{version}.diff
Patch1: gtkzip-%{version}-info.patch
Patch2: gtkzip-%{version}-prototypes.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Summary: maintaining your Iomega Zip drive disks
+Summary: Maintaining Your Iomega Zip Drive Disks
Url: http://www.smallpig.net/gtkzip/
%description
GtkZip is a program for maintaining your Iomega Zip drive disks under
-Linux. This program is written fully in c using the GTK widget set. It
-allows the user to mount/umount disks easily. An additional feature is
-the ability to change (with password) the protection status of a disk.
+Linux. This program is written fully in C using the GTK widget set. It
+allows the user to mount and umount disks easily. An additional feature
+is the ability to change (with password) the protection status of a
+disk.
@@ -44,13 +45,12 @@
%patch2
%build
-%define prefix /opt/gnome/
-aclocal -I /opt/gnome/share/aclocal
+aclocal
automake -a
autoconf
CFLAGS="$RPM_OPT_FLAGS -Wall" \
./configure --mandir=%{_mandir} \
- --prefix=%{prefix} \
+ --prefix=%{_prefix} \
--infodir=%{_infodir}
make
@@ -64,9 +64,11 @@
%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README
-/opt/gnome/bin/gtkzip
+%{_prefix}/bin/gtkzip
%changelog -n gtkzip
+* Fri Jan 26 2007 - ro@xxxxxxx
+- GNOME moved to /usr
* Wed Jan 25 2006 - mls@xxxxxxx
- converted neededforbuild to BuildRequires
* Mon Apr 18 2005 - mjancar@xxxxxxx
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |