Index: work/OS/rpm/script =================================================================== --- work/OS/rpm/script (revision 28296) +++ work/OS/rpm/script (nonexistent) @@ -1,21 +0,0 @@ -#!/bin/sh - -VERSION=1.2.8 - -# create rpmbuild root.... usually, rpmdev-setuptree - -# in a temporary directory... - -# export trunk to archive and copy to rpmbuild sources directory -svn export svn://repo.hu/pcb-rnd/trunk pcb-rnd-$VERSION; tar czf pcb-rnd-$VERSION.tgz pcb-rnd-$VERSION -cp pcb-rnd-$VERSION.tgz ~/rpmbuild/SOURCES/ - -# copy spec file to ~/rpmbuild/SPECS -# update version/release as necessary in spec file -cp pcb-rng.spec ~/rpmbuild/SPECS/ - -# to build all: rpmbuild -bs ~/rpmbuild/SPECS/pcb-rng.spec - -# to build sources: rpmbuild -bs ~/rpmbuild/SPECS/pcb-rng.spec - -# alternatively, use mock to build srpm, and then rpm Property changes on: work/OS/rpm/script ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:executable ## -1 +0,0 ## -* \ No newline at end of property Index: work/OS/rpm/TODO =================================================================== --- work/OS/rpm/TODO (revision 28296) +++ work/OS/rpm/TODO (nonexistent) @@ -1,2 +0,0 @@ -- remove unnecessary deps -- proper metadata (email address, packager name) Index: work/OS/rpm/pcb-rnd.spec =================================================================== --- work/OS/rpm/pcb-rnd.spec (revision 28296) +++ work/OS/rpm/pcb-rnd.spec (nonexistent) @@ -1,73 +0,0 @@ -Name: pcb-rnd -Version: 1.2.8 -Release: 1%{?dist} - -Summary: An interactive printed circuit board editor -License: GPLv2 -Group: Applications/Engineering -URL: http://repo.hu/projects/pcb-rnd/ - -# TODO: BuildRequires and Requires will need updates/trimming for pcb-rng -BuildRequires: perl-generators -BuildRequires: tcl, bison, flex, gawk, ImageMagick, gtk2-devel, gd-devel, fontconfig-devel -BuildRequires: cups, tetex-latex, libICE-devel, desktop-file-utils, intltool, gettext-devel -BuildRequires: dbus-devel -BuildRequires: mesa-libGLU-devel gtkglext-devel -BuildRequires: intltool - -Requires: m4 - -Source0: http://repo.hu/projects/pcb-rnd/releases/%{name}-%{version}.tgz - -%description -PCB is an interactive printed circuit board editor. -PCB includes a rats nest feature, design rule checking, and can provide -industry standard RS-274-X (Gerber), NC drill, and centroid data (X-Y data) -output for use in the board fabrication and assembly process. PCB offers -high end features such as an autorouter and trace optimizer which can -tremendously reduce layout time. - - -%prep -%setup -q - -%build - -./configure --all=buildin --prefix=/usr -%{__make} DESTDIR=%{buildroot} - -%install -%{__rm} -rf %{buildroot} -%{__make} DESTDIR=%{buildroot} install -%{__rm} -rf %{buildroot}/usr/lib/debug - -%clean -%{__rm} -rf %{buildroot} - - -%files -#-f %{name} -%defattr(-, root, root, -) -%{_bindir}/fp2anim -%{_bindir}/fp2subc -%{_bindir}/pcb-strip -%{_bindir}/pcb-rnd -%{_bindir}/pcb-prj2lht -%{_bindir}/gsch2pcb-rnd -%{_datadir}/pcb-rnd/pcb-conf.lht -%{_datadir}/pcb-rnd/pcblib/* -%{_datadir}/pcb-rnd/default4.lht -%{_datadir}/pcb-rnd/default_font -%{_datadir}/man/man1/* -%{_datadir}/pcb-rnd/default2.lht -%{_datadir}/pcb-rnd/pcb-menu-gtk.lht -%{_datadir}/pcb-rnd/pcb-menu-lesstif.lht - -# TODO: pcb-rng needs a way to change lib dir to lib64 for different architectures (multilib) -/usr/lib/pcb-rnd/plugins* -/usr/lib/pcb-rnd/*.scm - - -# * Thu Feb 22 2018 name - version -# - ... -%changelog \ No newline at end of file Property changes on: work/OS/rpm/pcb-rnd.spec ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property