diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-12-28 20:24:50 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-12-28 20:24:50 +0100 |
commit | 09795a01ef859f072920de9df974d1b03b9ab9a4 (patch) | |
tree | 4d05907fc37f1bd781e506f5e196f7435aeec0ab /distribution/posix/xtrkcad.spec | |
parent | 5b4163d8c76b03f0d31b09866aa4bd06b4d8d804 (diff) |
New upstream version 4.2.4aupstream/4.2.4a
Diffstat (limited to 'distribution/posix/xtrkcad.spec')
-rw-r--r-- | distribution/posix/xtrkcad.spec | 84 |
1 files changed, 42 insertions, 42 deletions
diff --git a/distribution/posix/xtrkcad.spec b/distribution/posix/xtrkcad.spec index 4f5e72e..0d78736 100644 --- a/distribution/posix/xtrkcad.spec +++ b/distribution/posix/xtrkcad.spec @@ -1,42 +1,42 @@ -Summary: XTrkCad
-Name: xtrkcad
-Version: 4.2.1
-Release: 1%{?dist}
-License: GPL
-Group: Applications/Engineering
-Vendor: XTrkCad Fork Project
-Source: xtrkcad-source-%{version}.tar.gz
-BuildRoot: /var/tmp/%{name}-root
-BuildRequires: gcc, cmake >= 2.4.7, pkgconfig, gtk2-devel, webkitgtk-devel
-BuildRequires: gettext, gettext-devel, glibc-devel
-%description
-XTrkCad is a CAD program for designing Model Railroad layouts.
-XTrkCad supports any scale, has libraries of popular brands of x
-turnouts and sectional track (plus you add your own easily), can
-automatically use spiral transition curves when joining track
-XTrkCad lets you manipulate track much like you would with actual
-flex-track to modify, extend and join tracks and turnouts.
-Additional features include tunnels, 'post-it' notes, on-screen
-ruler, parts list, 99 drawing layers, undo/redo commands,
-benchwork, 'Print to BitMap', elevations, train simulation and
-car inventory.
-
-%prep
-%setup -n xtrkcad-source-%{version} -q
-
-%build
-cmake -D CMAKE_INSTALL_PREFIX:PATH=/usr/ .
-make
-
-%install
-rm -rf $RPM_BUILD_ROOT/*
-make DESTDIR=$RPM_BUILD_ROOT install
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%files
-%defattr(-, root, root)
-%{_bindir}/xtrkcad
-%{_datadir}
-
+Summary: XTrkCad +Name: xtrkcad +Version: 4.2.3 +Release: 1%{?dist} +License: GPL +Group: Applications/Engineering +Vendor: XTrkCad Fork Project +Source: xtrkcad-source-%{version}.tar.gz +BuildRoot: /var/tmp/%{name}-root +BuildRequires: gcc, cmake >= 2.4.7, pkgconfig, gtk2-devel, webkitgtk-devel +BuildRequires: gettext, gettext-devel, glibc-devel +%description +XTrkCad is a CAD program for designing Model Railroad layouts. +XTrkCad supports any scale, has libraries of popular brands of x +turnouts and sectional track (plus you add your own easily), can +automatically use spiral transition curves when joining track +XTrkCad lets you manipulate track much like you would with actual +flex-track to modify, extend and join tracks and turnouts. +Additional features include tunnels, 'post-it' notes, on-screen +ruler, parts list, 99 drawing layers, undo/redo commands, +benchwork, 'Print to BitMap', elevations, train simulation and +car inventory. + +%prep +%setup -n xtrkcad-source-%{version} -q + +%build +cmake -D CMAKE_INSTALL_PREFIX:PATH=/usr/ . +make + +%install +rm -rf $RPM_BUILD_ROOT/* +make DESTDIR=$RPM_BUILD_ROOT install + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-, root, root) +%{_bindir}/xtrkcad +%{_datadir} + |