automatic version update by autodist [release 0.7.53-1mamba;Sun Nov 10 2024]
This commit is contained in:
parent
4fc8bf7e53
commit
16efd88779
@ -1,5 +1,5 @@
|
||||
Name: valentina
|
||||
Version: 0.7.52
|
||||
Version: 0.7.53
|
||||
Release: 1mamba
|
||||
Summary: A patternmaking program which allows designers to create and model patterns of clothing
|
||||
Group: Graphical Desktop/Applications/Graphics
|
||||
@ -11,12 +11,18 @@ Source: https://gitlab.com/smart-pattern/valentina.git/v%{version}/valent
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libQt5Concurrent
|
||||
BuildRequires: libQt5Core
|
||||
BuildRequires: libQt5Gui
|
||||
BuildRequires: libQt5Network
|
||||
BuildRequires: libQt5PrintSupport
|
||||
BuildRequires: libQt5Svg-devel
|
||||
BuildRequires: libQt5Widgets
|
||||
BuildRequires: libQt5Xml
|
||||
BuildRequires: libQt5XmlPatterns-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libglvnd-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
@ -39,14 +45,13 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
%description -n lib%{name}-devel
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
|
||||
|
||||
#% debug_package
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
qmake-qt5 Valentina.pro
|
||||
qmake-qt5 Valentina.pro CONFIG+=debug CONFIG+=release CONFIG+=nostrip
|
||||
|
||||
%make
|
||||
|
||||
@ -57,35 +62,24 @@ qmake-qt5 Valentina.pro
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -n lib%{name} -p /sbin/ldconfig
|
||||
%postun -n lib%{name} -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/puzzle
|
||||
%{_bindir}/tape
|
||||
%{_bindir}/valentina
|
||||
%{_datadir}/applications/puzzle.desktop
|
||||
%{_datadir}/applications/tape.desktop
|
||||
%{_datadir}/applications/valentina.desktop
|
||||
%{_datadir}/applications/ua.com.smart-pattern.puzzle.desktop
|
||||
%{_datadir}/applications/ua.com.smart-pattern.tape.desktop
|
||||
%{_datadir}/applications/ua.com.smart-pattern.valentina.desktop
|
||||
%{_metainfodir}/ua.com.smart-pattern.valentina.metainfo.xml
|
||||
%dir %{_datadir}/valentina
|
||||
%{_datadir}/valentina/diagrams.rcc
|
||||
%dir %{_datadir}/valentina/labels
|
||||
%{_datadir}/valentina/labels/*
|
||||
%dir %{_datadir}/valentina/tables
|
||||
%{_datadir}/valentina/tables/*
|
||||
%dir %{_datadir}/valentina/tables/templates
|
||||
%{_datadir}/valentina/tables/templates/*
|
||||
%dir %{_datadir}/valentina/svgfonts
|
||||
%{_datadir}/valentina/svgfonts/*.svg
|
||||
%dir %{_datadir}/valentina/translations
|
||||
%{_datadir}/valentina/translations/measurements_*.qm
|
||||
%{_datadir}/valentina/translations/valentina_*.qm
|
||||
%{_datadir}/icons/hicolor/*/apps/puzzle.png
|
||||
%{_datadir}/icons/hicolor/*/apps/tape.png
|
||||
%{_datadir}/icons/hicolor/*/apps/valentina.png
|
||||
%{_datadir}/icons/hicolor/*/mimetypes/application-x-valentina-layout.png
|
||||
%{_datadir}/icons/hicolor/*/mimetypes/application-x-valentina-i-measurements.png
|
||||
%{_datadir}/icons/hicolor/*/mimetypes/application-x-valentina-pattern.png
|
||||
%{_datadir}/icons/hicolor/*/mimetypes/application-x-valentina-s-measurements.png
|
||||
%{_datadir}/icons/hicolor/*/mimetypes/application-x-valentina-*.png
|
||||
|
||||
%files -n lib%{name}
|
||||
%defattr(-,root,root)
|
||||
@ -97,9 +91,12 @@ qmake-qt5 Valentina.pro
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libqmuparser.so
|
||||
%{_libdir}/libvpropertyexplorer.so
|
||||
%doc ChangeLog.txt README.txt
|
||||
%doc ChangeLog.txt README.md
|
||||
|
||||
%changelog
|
||||
* Sun Nov 10 2024 Automatic Build System <autodist@openmamba.org> 0.7.53-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Oct 31 2022 Automatic Build System <autodist@mambasoft.it> 0.7.52-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user