librecad 1.0.2
OBS-URL: https://build.opensuse.org/package/show/graphics/librecad?expand=0&rev=5
This commit is contained in:
@@ -14,10 +14,9 @@
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
Name: librecad
|
||||
Summary: Computer-aided design (CAD) software package for 2D design and drafting
|
||||
Version: 1.0.0
|
||||
Version: 1.0.2
|
||||
Release: 0
|
||||
URL: http://librecad.org/
|
||||
License: GPL-2.0
|
||||
@@ -28,19 +27,18 @@ Provides: qcad
|
||||
Obsoletes: qcad <= 2.0.5
|
||||
|
||||
#Git-Clone: git://github.com/LibreCAD/LibreCAD
|
||||
Source: LibreCAD-%version.tar.xz
|
||||
Source: librecad-%version.tar.xz
|
||||
Source2: %name-rpmlintrc
|
||||
Patch1: librecad-dxflib25.diff
|
||||
Patch2: librecad-use-fparser.diff
|
||||
Patch3: librecad-no-date.diff
|
||||
Patch2: librecad-no-date.diff
|
||||
BuildRoot: %_tmppath/%name-%version-build
|
||||
BuildRequires: gcc-c++, dxflib-devel, fparser-devel, libqt4-devel, xz
|
||||
|
||||
%description
|
||||
|
||||
%prep
|
||||
%setup -qn LibreCAD-%version
|
||||
%patch -P 1 -P 2 -P 3 -p1
|
||||
%setup -qn LibreCAD-LibreCAD-a5c34b2
|
||||
%patch -P 1 -P 2 -p1
|
||||
|
||||
%build
|
||||
qmake QMAKE_CFLAGS+="%optflags" QMAKE_CXXFLAGS+="%optflags";
|
||||
@@ -54,3 +52,5 @@ install -pm0755 unix/librecad "$b/%_bindir/";
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%_bindir/librecad
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user