|
|
@ -1,14 +1,12 @@
|
|
|
|
Name: unique
|
|
|
|
Name: unique
|
|
|
|
Version: 0.9.4
|
|
|
|
Version: 1.0.0
|
|
|
|
Release: 5%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Unique instance support for applications
|
|
|
|
Summary: Unique instance support for applications
|
|
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
License: LGPLv2+
|
|
|
|
License: LGPLv2+
|
|
|
|
URL: http://www.gnome.org/~ebassi/source/
|
|
|
|
URL: http://www.gnome.org/~ebassi/source/
|
|
|
|
Source0: http://www.gnome.org/~ebassi/source/unique-%{version}.tar.gz
|
|
|
|
Source0: http://www.gnome.org/~ebassi/source/unique-%{version}.tar.gz
|
|
|
|
Patch0: unique-compile-fix1.patch
|
|
|
|
|
|
|
|
Patch1: unique-compile-fix2.patch
|
|
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: dbus-glib-devel
|
|
|
|
BuildRequires: dbus-glib-devel
|
|
|
@ -36,8 +34,6 @@ Headers and libraries for Unique.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%setup -q
|
|
|
|
%patch0 -p1
|
|
|
|
|
|
|
|
%patch1 -p1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%configure --enable-gtk-doc --disable-static
|
|
|
|
%configure --enable-gtk-doc --disable-static
|
|
|
@ -68,6 +64,12 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
%{_libdir}/lib*.so
|
|
|
|
%{_libdir}/lib*.so
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Jul 31 2008 Richard Hughes <rhughes@redhat.com> - 1.0.0-1
|
|
|
|
|
|
|
|
- Update to latest upstream version
|
|
|
|
|
|
|
|
* First stable release
|
|
|
|
|
|
|
|
* API is frozen
|
|
|
|
|
|
|
|
* D-Bus and socket backends supported
|
|
|
|
|
|
|
|
|
|
|
|
* Fri May 16 2008 Richard Hughes <rhughes@redhat.com> - 0.9.4-5
|
|
|
|
* Fri May 16 2008 Richard Hughes <rhughes@redhat.com> - 0.9.4-5
|
|
|
|
- More updates to the spec file from Dan Horak, rh#446407
|
|
|
|
- More updates to the spec file from Dan Horak, rh#446407
|
|
|
|
|
|
|
|
|
|
|
|