automatic rebuild by autodist [release 3.0.2-2mamba;Thu Feb 01 2024]
This commit is contained in:
parent
d4b27007bf
commit
39beb0b9fa
@ -1,44 +1,29 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: libunique
|
Name: libunique
|
||||||
Version: 3.0.2
|
Version: 3.0.2
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A library for writing single instance application
|
Summary: A library for writing single instance application
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://live.gnome.org/LibUnique
|
URL: https://wiki.gnome.org/LibUnique
|
||||||
Source: http://ftp.gnome.org/pub/GNOME/sources/libunique/%{majver}/libunique-%{version}.tar.xz
|
Source: https://download.gnome.org/sources/libunique/%{majver}/libunique-%{version}.tar.xz
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libatk-devel
|
BuildRequires: libX11-devel
|
||||||
BuildRequires: libbzip2-devel
|
BuildRequires: libat-spi2-core-devel
|
||||||
BuildRequires: libcairo-devel
|
BuildRequires: libcairo-devel
|
||||||
BuildRequires: libdbus-devel
|
BuildRequires: libdbus-devel
|
||||||
BuildRequires: libdbus-glib-devel
|
BuildRequires: libdbus-glib-devel
|
||||||
BuildRequires: libexpat-devel
|
|
||||||
BuildRequires: libfontconfig-devel
|
|
||||||
BuildRequires: libfreetype-devel
|
|
||||||
BuildRequires: libgdk-pixbuf-devel
|
BuildRequires: libgdk-pixbuf-devel
|
||||||
BuildRequires: libGL-devel
|
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libgtk-devel
|
BuildRequires: libgtk3-devel
|
||||||
|
BuildRequires: libharfbuzz-devel
|
||||||
BuildRequires: libpango-devel
|
BuildRequires: libpango-devel
|
||||||
BuildRequires: libpixman-devel
|
BuildRequires: libsystemd-devel
|
||||||
BuildRequires: libpng14-devel
|
|
||||||
BuildRequires: libpthread-stubs-devel
|
|
||||||
BuildRequires: libselinux-devel
|
|
||||||
BuildRequires: libstdc++6-devel
|
|
||||||
BuildRequires: libX11-devel
|
|
||||||
BuildRequires: libXau-devel
|
|
||||||
BuildRequires: libxcb-devel
|
|
||||||
BuildRequires: libXdmcp-devel
|
|
||||||
BuildRequires: libXrender-devel
|
|
||||||
BuildRequires: libz-devel
|
|
||||||
BuildRequires: udev-devel
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Unique is a library for writing single instance application. If you launch a single instance application twice, the second instance will either just quit or will send a message to the running instance.
|
Unique is a library for writing single instance application. If you launch a single instance application twice, the second instance will either just quit or will send a message to the running instance.
|
||||||
@ -52,8 +37,9 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
%description devel
|
%description devel
|
||||||
Unique is a library for writing single instance application. If you launch a single instance application twice, the second instance will either just quit or will send a message to the running instance.
|
Unique is a library for writing single instance application. If you launch a single instance application twice, the second instance will either just quit or will send a message to the running instance.
|
||||||
Unique makes it easy to write this kind of applications, by providing a base class, taking care of all the IPC machinery needed to send messages to a running instance, and also handling the startup notification side.
|
Unique makes it easy to write this kind of applications, by providing a base class, taking care of all the IPC machinery needed to send messages to a running instance, and also handling the startup notification side.
|
||||||
|
This package contains static libraries and header files needed for development.
|
||||||
|
|
||||||
This package contains static libraries and header files need for development.
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -75,20 +61,23 @@ This package contains static libraries and header files need for development.
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libunique-3.0.so.*
|
%{_libdir}/libunique-3.0.so.*
|
||||||
%doc AUTHORS COPYING ChangeLog NEWS README
|
%{_libdir}/girepository-1.0/Unique-3.0.typelib
|
||||||
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libunique-3.0.la
|
|
||||||
%{_libdir}/libunique-3.0.so
|
|
||||||
%{_libdir}/girepository-1.0/Unique-3.0.typelib
|
|
||||||
%{_datadir}/gir-1.0/Unique-3.0.gir
|
|
||||||
%{_includedir}/unique-3.0/unique/unique*.h
|
%{_includedir}/unique-3.0/unique/unique*.h
|
||||||
|
%{_libdir}/libunique-3.0.so
|
||||||
%dir %{_datadir}/gtk-doc/html/unique-3.0
|
%dir %{_datadir}/gtk-doc/html/unique-3.0
|
||||||
|
%{_datadir}/gir-1.0/Unique-3.0.gir
|
||||||
%{_datadir}/gtk-doc/html/unique-3.0/*
|
%{_datadir}/gtk-doc/html/unique-3.0/*
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
%doc ChangeLog NEWS README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 01 2024 Automatic Build System <autodist@openmamba.org> 3.0.2-2mamba
|
||||||
|
- automatic rebuild by autodist
|
||||||
|
|
||||||
* Mon Jul 25 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0.2-1mamba
|
* Mon Jul 25 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0.2-1mamba
|
||||||
- update to 3.0.2
|
- update to 3.0.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user