mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
9bbe91be03
* fix(lint): prismlauncher* fluent-icon-theme * fix(lint): fix lints for 6 packages (#578) * fix(lint): fix rpmlint lints for youki package * fix(lint): fix rpmlint lints for xdg-desktop-portal-pantheon * fix(lint): fix rpmlint lints for wingpanel package * fix(lint): fix rpmlint lints for wingpanel-indicator-sound package * fix(lint): fix rpmlint lints for wingpanel-indicator-session package * fix(lint): fix rpmlint lints for wingpanel-indicator-power package * fix(lint): * * fix random typos * feat: revert anda/desktops * fix: armcord-bin authy blahaj * fix: ... anki authy discord~ aya~sound groovy kotlin libappimage qt5-pim * fix: ... qdjango moby-buildx nim-nightly nim system76-scheduler unity-scope-home kondo pop-launcher fuc graalvm vala-lint-nightly * fix: armcord-bin authy blahaj groovy * fix: ... libappimage moby0buildx nim-nightly nim system76-scheduler subatomic * fix blahaj * fix: kondo * fix: libappimage moby-buildx system76-scheduler nim-nightly * fix: subatomic * fix: subatomic * fix: nim * Update anki.spec Signed-off-by: madomado <wboy111@outlook.com> * fix: libappimage nim-nightly * fix: moby-buildx subatomic * fix: moby-buildx subatomic --------- Signed-off-by: madomado <wboy111@outlook.com> Co-authored-by: HTGAzureX1212 <39023054+HTG-YT@users.noreply.github.com>
62 lines
1.4 KiB
RPMSpec
62 lines
1.4 KiB
RPMSpec
Name: libunity-misc
|
|
Version: 4.0.5
|
|
Release: %autorelease
|
|
Summary: Misc Unity shell libraries
|
|
|
|
License: LGPL-2.0 AND LGPL-2.0 AND GPL-2.0
|
|
URL: https://launchpad.net/libunity-misc
|
|
Source0: http://archive.ubuntu.com/ubuntu/pool/universe/libu/libunity-misc/libunity-misc_%{version}+14.04.20140115.orig.tar.gz
|
|
|
|
BuildRequires: make
|
|
BuildRequires: g++
|
|
BuildRequires: gcc
|
|
BuildRequires: libX11-devel
|
|
BuildRequires: gnome-common
|
|
BuildRequires: gtk-doc
|
|
BuildRequires: libX11-devel
|
|
BuildRequires: gtk3-devel
|
|
BuildRequires: glib2-devel
|
|
|
|
%description
|
|
A simple library that implements a subset of the XPath spec to allow selecting
|
|
nodes in an object tree.
|
|
|
|
%package devel
|
|
Summary: Development files for %{name}
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
%description devel
|
|
The %{name}-devel package contains libraries and header files for
|
|
developing applications that use %{name}.
|
|
|
|
%prep
|
|
%autosetup -n libunity-misc-%{version}+14.04.20140115
|
|
find ./ -type f -exec sed -i 's/-Werror//' {} \;
|
|
NOCONFIGURE=1 \
|
|
./autogen.sh
|
|
|
|
%build
|
|
%configure \
|
|
--disable-silent-rules \
|
|
--disable-static
|
|
%make_build
|
|
|
|
%install
|
|
%make_install
|
|
rm -fv %{buildroot}%{_libdir}/lib*.la
|
|
%ldconfig_post
|
|
|
|
%files
|
|
%license COPYING COPYING.GPL COPYING.LGPL-2
|
|
%{_libdir}/libunity-misc.so.*
|
|
|
|
%files devel
|
|
%{_libdir}/libunity-misc.so
|
|
%{_libdir}/pkgconfig/unity-misc.pc
|
|
%dir %{_includedir}/unity-misc
|
|
%dir %{_includedir}/unity-misc/unity-misc
|
|
%{_includedir}/unity-misc/unity-misc/*.h
|
|
|
|
%changelog
|
|
%autochangelog
|