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
|
||||
Version: 0.4.4
|
||||
Version: 0.7.45
|
||||
Release: 1mamba
|
||||
Summary: A patternmaking program which allows designers to create and model patterns of clothing
|
||||
Group: Graphical Desktop/Applications/Graphics
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://valentina-project.org/
|
||||
# https://bitbucket.org/dismine/valentina/commits/610ac13345d7 select tag
|
||||
Source: https://bitbucket.org/dismine/valentina/get/v%{version}.tar.bz2
|
||||
URL: https://gitlab.com/smart-pattern/valentina
|
||||
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
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
@ -18,7 +18,6 @@ BuildRequires: libqt5-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
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}.
|
||||
|
||||
|
||||
%debug_package
|
||||
#% debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -c
|
||||
mv dismine-valentina-*/* .
|
||||
rm -rf dismine-valentina-*
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
qmake-qt5 Valentina.pro
|
||||
@ -67,17 +64,22 @@ qmake-qt5 Valentina.pro
|
||||
%{_bindir}/valentina
|
||||
%{_datadir}/applications/tape.desktop
|
||||
%{_datadir}/applications/valentina.desktop
|
||||
%{_datadir}/pixmaps/*.png
|
||||
%dir %{_datadir}/valentina
|
||||
%{_datadir}/valentina/diagrams.rcc
|
||||
%dir %{_datadir}/valentina/labels
|
||||
%{_datadir}/valentina/labels/*
|
||||
%dir %{_datadir}/valentina/tables
|
||||
%dir %{_datadir}/valentina/tables/standard
|
||||
%{_datadir}/valentina/tables/standard/*
|
||||
%{_datadir}/valentina/tables/*
|
||||
%dir %{_datadir}/valentina/tables/templates
|
||||
%{_datadir}/valentina/tables/templates/*
|
||||
%dir %{_datadir}/valentina/translations
|
||||
%{_datadir}/valentina/translations/measurements_*.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}
|
||||
%defattr(-,root,root)
|
||||
@ -91,5 +93,8 @@ qmake-qt5 Valentina.pro
|
||||
%doc ChangeLog.txt README.txt
|
||||
|
||||
%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
|
||||
- package created using the webbuild interface
|
||||
|
Loading…
Reference in New Issue
Block a user