mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-27 13:58:27 +00:00
bd09bb3e59
The following packages now receive updates automatically: apparmor dbus-test-runner frame geis geoname glewmx grail lomiri-app-launcher lomiri-ui-toolkit nlohmann-json click gsettigs-ubuntu-touch-schemas unity-greeter Note that some specs are modified to: - fails when there is an update * now we know there's an update * doesn't make a version with the old sources (horrible) - fix source urls so that it works when the package is bumped automatically Some packages are also intentionally avoided because either it's too hard to implement autoupdate or it's a bad idea (such as properties-cpp-devel which doesn't really receive updates + there's a patch by cat-master21)
67 lines
1.5 KiB
RPMSpec
67 lines
1.5 KiB
RPMSpec
Name: frame
|
|
Version: 2.5.0
|
|
Release: %autorelease
|
|
Summary: Touch Frame Library
|
|
|
|
License: GPLv3 AND LGPLv3
|
|
URL: https://launchpad.net/frame
|
|
Source0: http://archive.ubuntu.com/ubuntu/pool/universe/f/frame/frame_%{version}daily13.06.05+16.10.20160809.orig.tar.gz
|
|
Patch0: http://archive.ubuntu.com/ubuntu/pool/universe/f/frame/frame_%{version}daily13.06.05+16.10.20160809-0ubuntu3.diff.gz
|
|
|
|
BuildRequires: automake libtool gnome-common
|
|
BuildRequires: intltool
|
|
BuildRequires: make
|
|
BuildRequires: gcc
|
|
BuildRequires: g++
|
|
BuildRequires: libX11-devel
|
|
BuildRequires: libXi-devel
|
|
BuildRequires: libXext-devel
|
|
BuildRequires: xorg-x11-server-devel
|
|
BuildRequires: asciidoc
|
|
|
|
%description
|
|
Frame handles the buildup and synchronization of a set of simultaneous touches.
|
|
|
|
%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 -c -p1
|
|
|
|
%build
|
|
NOCONFIGURE=1 \
|
|
./autogen.sh
|
|
|
|
PYTHON=%{__python3}
|
|
export PYTHON
|
|
|
|
%configure \
|
|
--disable-silent-rules \
|
|
--disable-static
|
|
|
|
%make_build
|
|
|
|
%install
|
|
%make_install
|
|
rm -fv %{buildroot}%{_libdir}/*.la
|
|
|
|
%files
|
|
%license COPYING COPYING.GPL3
|
|
%{_libdir}/libframe.so.*
|
|
|
|
%files devel
|
|
%{_bindir}/frame-test-x11
|
|
%dir %{_includedir}/oif
|
|
%{_includedir}/oif/*.h
|
|
%{_libdir}/libframe.so
|
|
%{_libdir}/pkgconfig/*.pc
|
|
%{_mandir}/man1/frame-test-x11.1.gz
|
|
|
|
%changelog
|
|
%autochangelog
|