]> git.pld-linux.org Git - packages/atomix.git/commitdiff
- updated to 3.34.0 auto/th/atomix-3.34.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 31 Oct 2019 06:56:39 +0000 (07:56 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 31 Oct 2019 06:56:39 +0000 (07:56 +0100)
atomix.spec

index f1557bf2b2e0bfaff2d99fd4edc1754d5c971e9f..6c9375feddcb53076ca277e150197bf3054f8625 100644 (file)
@@ -1,22 +1,22 @@
 Summary:       Little game where you have to build molecules out of single atoms
 Summary(pl.UTF-8):     Mała gra, w której trzeba budować cząsteczki z pojedynczych atomów
 Name:          atomix
-Version:       3.22.0
+Version:       3.34.0
 Release:       1
 License:       GPL v2+
 Group:         X11/Applications/Games
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/atomix/3.22/%{name}-%{version}.tar.xz
-# Source0-md5: 027372b149248de71adc3a48d2943f99
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/atomix/3.34/%{name}-%{version}.tar.xz
+# Source0-md5: 080777a9ab03ad91b6d23455a624b670
 URL:           https://wiki.gnome.org/Apps/Atomix
-BuildRequires: appstream-glib-devel
-BuildRequires: autoconf >= 2.63
-BuildRequires: automake >= 1:1.10
 BuildRequires: gdk-pixbuf2-devel >= 2.0.5
 BuildRequires: gettext-tools
 BuildRequires: glib2-devel >= 1:2.36.0
 BuildRequires: gtk+3-devel >= 3.10.0
-BuildRequires: intltool >= 0.40.0
+BuildRequires: libgnome-games-support-devel >= 1
+BuildRequires: meson >= 0.41
+BuildRequires: ninja >= 1.5
 BuildRequires: pkgconfig
+BuildRequires: rpmbuild(macros) >= 1.736
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -39,20 +39,14 @@ oryginalna wersja na Amigę.
 %setup -q
 
 %build
-%{__intltoolize}
-%{__aclocal} -I m4
-%{__autoconf}
-%{__autoheader}
-%{__automake}
-%configure \
-       --disable-silent-rules
-%{__make}
+%meson build
+
+%ninja_build -C build
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install \
-       DESTDIR=$RPM_BUILD_ROOT
+%ninja_install -C build
 
 %find_lang %{name}
 
@@ -61,10 +55,10 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README
+%doc AUTHORS ChangeLog MAINTAINERS NEWS README
 %attr(755,root,root) %{_bindir}/atomix
-%{_datadir}/appdata/atomix.appdata.xml
 %{_datadir}/atomix
+%{_datadir}/metainfo/atomix.appdata.xml
 %{_desktopdir}/atomix.desktop
 %{_iconsdir}/hicolor/*x*/apps/atomix.png
 %{_iconsdir}/hicolor/symbolic/apps/atomix-symbolic.svg
This page took 0.160217 seconds and 4 git commands to generate.