|
|
|
@ -1,13 +1,12 @@
|
|
|
|
|
Name: unique
|
|
|
|
|
Version: 1.1.6
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Single instance support for applications
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
URL: http://www.gnome.org/~ebassi/source/
|
|
|
|
|
Source0: http://download.gnome.org/sources/libunique/1.1/libunique-%{version}.tar.bz2
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
BuildRequires: dbus-glib-devel
|
|
|
|
|
BuildRequires: gnome-doc-utils >= 0.3.2
|
|
|
|
@ -25,8 +24,6 @@ either exits immediately or sends a command to the running instance.
|
|
|
|
|
Summary: Libraries and headers for Unique
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
Requires: pkgconfig
|
|
|
|
|
Requires: gtk-doc
|
|
|
|
|
Requires: dbus-glib-devel
|
|
|
|
|
Requires: gtk2-devel
|
|
|
|
|
|
|
|
|
@ -41,13 +38,9 @@ Headers and libraries for Unique.
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
@ -59,12 +52,15 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%doc %{_datadir}/gtk-doc/html/unique/
|
|
|
|
|
%doc %{_datadir}/gtk-doc
|
|
|
|
|
%{_includedir}/unique-1.0/
|
|
|
|
|
%{_libdir}/pkgconfig/*
|
|
|
|
|
%{_libdir}/lib*.so
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Aug 23 2010 Matthias Clasen <mclasen@redhat.com> - 1.1.6-2
|
|
|
|
|
- Co-own /usr/share/gtk-doc (#604419)
|
|
|
|
|
|
|
|
|
|
* Thu Nov 12 2009 Richard Hughes <rhughes@redhat.com> - 1.1.6-1
|
|
|
|
|
- Update to 1.1.4
|
|
|
|
|
- Brown paper bag release
|
|
|
|
|