update to 0.7.45 [release 0.7.45-1mamba;Tue Mar 02 2021]
This commit is contained in:
parent
620064c98d
commit
563d5e8c5c
@ -1,14 +1,14 @@
|
|||||||
Name: valentina
|
Name: valentina
|
||||||
Version: 0.4.4
|
Version: 0.7.45
|
||||||
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
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://valentina-project.org/
|
URL: https://gitlab.com/smart-pattern/valentina
|
||||||
# https://bitbucket.org/dismine/valentina/commits/610ac13345d7 select tag
|
Source: https://gitlab.com/smart-pattern/valentina.git/v%{version}/valentina-%{version}.tar.bz2
|
||||||
Source: https://bitbucket.org/dismine/valentina/get/v%{version}.tar.bz2
|
#Source: https://bitbucket.org/dismine/valentina/get/v%{version}.tar.bz2
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -18,7 +18,6 @@ BuildRequires: libqt5-devel
|
|||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Valentina is a cross-platform patternmaking program which allows designers to create and model patterns of clothing.
|
Valentina is a cross-platform patternmaking program which allows designers to create and model patterns of clothing.
|
||||||
@ -40,12 +39,10 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
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 -c
|
%setup -q
|
||||||
mv dismine-valentina-*/* .
|
|
||||||
rm -rf dismine-valentina-*
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
qmake-qt5 Valentina.pro
|
qmake-qt5 Valentina.pro
|
||||||
@ -67,17 +64,22 @@ qmake-qt5 Valentina.pro
|
|||||||
%{_bindir}/valentina
|
%{_bindir}/valentina
|
||||||
%{_datadir}/applications/tape.desktop
|
%{_datadir}/applications/tape.desktop
|
||||||
%{_datadir}/applications/valentina.desktop
|
%{_datadir}/applications/valentina.desktop
|
||||||
%{_datadir}/pixmaps/*.png
|
|
||||||
%dir %{_datadir}/valentina
|
%dir %{_datadir}/valentina
|
||||||
%{_datadir}/valentina/diagrams.rcc
|
%{_datadir}/valentina/diagrams.rcc
|
||||||
|
%dir %{_datadir}/valentina/labels
|
||||||
|
%{_datadir}/valentina/labels/*
|
||||||
%dir %{_datadir}/valentina/tables
|
%dir %{_datadir}/valentina/tables
|
||||||
%dir %{_datadir}/valentina/tables/standard
|
%{_datadir}/valentina/tables/*
|
||||||
%{_datadir}/valentina/tables/standard/*
|
|
||||||
%dir %{_datadir}/valentina/tables/templates
|
%dir %{_datadir}/valentina/tables/templates
|
||||||
%{_datadir}/valentina/tables/templates/*
|
%{_datadir}/valentina/tables/templates/*
|
||||||
%dir %{_datadir}/valentina/translations
|
%dir %{_datadir}/valentina/translations
|
||||||
%{_datadir}/valentina/translations/measurements_*.qm
|
%{_datadir}/valentina/translations/measurements_*.qm
|
||||||
%{_datadir}/valentina/translations/valentina_*.qm
|
%{_datadir}/valentina/translations/valentina_*.qm
|
||||||
|
%{_datadir}/icons/hicolor/*/apps/tape.png
|
||||||
|
%{_datadir}/icons/hicolor/*/apps/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)
|
||||||
@ -91,5 +93,8 @@ qmake-qt5 Valentina.pro
|
|||||||
%doc ChangeLog.txt README.txt
|
%doc ChangeLog.txt README.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 02 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.45-1mamba
|
||||||
|
- update to 0.7.45
|
||||||
|
|
||||||
* Fri Jul 15 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.4-1mamba
|
* Fri Jul 15 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.4-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user