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