|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: unique
|
|
|
|
Name: unique
|
|
|
|
Version: 1.1.6
|
|
|
|
Version: 1.1.6
|
|
|
|
Release: 10%{?dist}
|
|
|
|
Release: 11%{?dist}
|
|
|
|
Summary: Single instance support for applications
|
|
|
|
Summary: Single instance support for applications
|
|
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Group: System Environment/Libraries
|
|
|
@ -11,6 +11,7 @@ Source0: http://download.gnome.org/sources/libunique/1.1/libunique-%{vers
|
|
|
|
# Fix build -- upstream dead (replaced with GtkApplication)
|
|
|
|
# Fix build -- upstream dead (replaced with GtkApplication)
|
|
|
|
Patch0: fix-unused-but-set-variable.patch
|
|
|
|
Patch0: fix-unused-but-set-variable.patch
|
|
|
|
Patch1: fix-disable-deprecated.patch
|
|
|
|
Patch1: fix-disable-deprecated.patch
|
|
|
|
|
|
|
|
Patch2: libunique-1.1.6-format-security.patch
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: dbus-glib-devel
|
|
|
|
BuildRequires: dbus-glib-devel
|
|
|
|
BuildRequires: gnome-doc-utils >= 0.3.2
|
|
|
|
BuildRequires: gnome-doc-utils >= 0.3.2
|
|
|
@ -38,6 +39,7 @@ Headers and libraries for Unique.
|
|
|
|
%setup -q -n libunique-%{?version}
|
|
|
|
%setup -q -n libunique-%{?version}
|
|
|
|
%patch0 -p1 -b .unused-but-set-variable
|
|
|
|
%patch0 -p1 -b .unused-but-set-variable
|
|
|
|
%patch1 -p1 -b .disable-deprecated
|
|
|
|
%patch1 -p1 -b .disable-deprecated
|
|
|
|
|
|
|
|
%patch2 -p1 -b .format-security
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%configure --enable-gtk-doc --disable-static --enable-introspection=no --enable-maintainer-flags=no
|
|
|
|
%configure --enable-gtk-doc --disable-static --enable-introspection=no --enable-maintainer-flags=no
|
|
|
@ -45,25 +47,26 @@ make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|
|
|
find $RPM_BUILD_ROOT -type f -name "*.la" -delete
|
|
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
|
|
|
%doc AUTHORS ChangeLog COPYING README
|
|
|
|
%doc AUTHORS ChangeLog COPYING README
|
|
|
|
%{_libdir}/lib*.so.*
|
|
|
|
%{_libdir}/lib*.so.*
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
|
|
|
%doc %{_datadir}/gtk-doc
|
|
|
|
%doc %{_datadir}/gtk-doc
|
|
|
|
%{_includedir}/unique-1.0/
|
|
|
|
%{_includedir}/unique-1.0/
|
|
|
|
%{_libdir}/pkgconfig/*
|
|
|
|
%{_libdir}/pkgconfig/*
|
|
|
|
%{_libdir}/lib*.so
|
|
|
|
%{_libdir}/lib*.so
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed May 7 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1.1.6-11
|
|
|
|
|
|
|
|
- Add patch for format-security FTBFS
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.6-10
|
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.6-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|