rpms/geda-gsymcheck/devel geda-gsymcheck.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chitlesh GOORAH (chitlesh) fedora-extras-commits at redhat.com
Sat Sep 2 12:34:18 UTC 2006


Author: chitlesh

Update of /cvs/extras/rpms/geda-gsymcheck/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4221/devel

Modified Files:
	.cvsignore sources 
Added Files:
	geda-gsymcheck.spec 
Log Message:
auto-import geda-gsymcheck-20060123-5 on branch devel from geda-gsymcheck-20060123-5.src.rpm


--- NEW FILE geda-gsymcheck.spec ---
Name:             geda-gsymcheck
Version:          20060123
Release:          5%{?dist}

Summary:          Symbol checker for electronics schematics editor
Group:            Applications/Engineering
License:          GPL

URL:              http://www.geda.seul.org/tools/gsymcheck/index.html
Source:           ftp://ftp.geda.seul.org/pub/geda/devel/20060123/geda-gsymcheck-20060123.tar.gz

BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:    libgeda-devel
Requires:         geda-symbols

%description
Gsymcheck is a utility to check symbols for gschem.
It is part of the gEDA project.

%prep
%setup -q

%build
%configure  --with-docdir=%{_datadir}/gEDA/docs
make %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
make install DESTDIR=%{buildroot}

%{__mv} AUTHORS AUTHORS.tmp
iconv -f ISO-8859-1 -t UTF8 AUTHORS.tmp > AUTHORS && \
      %{__rm} -f AUTHORS.tmp || %{__mv} AUTHORS.tmp AUTHORS

%clean
%{__rm} -rf %{buildroot}

# geda-symbols is the Owner of the following directories
#%dir %{_datadir}/gEDA
#%dir %{_datadir}/gEDA/bitmap
#%dir %{_datadir}/gEDA/scheme
#%dir %{gedadocdir}
#%dir %{gedadocdir}/man

%files
%defattr(-,root,root,-)
%doc AUTHORS BUGS ChangeLog COPYING README
%{_bindir}/gsymcheck
%{_datadir}/gEDA/system-gsymcheckrc
%{_mandir}/man1/gsymcheck.*
%{_datadir}/gEDA/docs/man/gsymcheck.html

%Changelog
* Sat Sep 02 2006 Chitlesh Goorah <chitlesh at fedoraproject.org> - 20060123-5
- Encoded AUTHORS into UTF8 from ISO-8859-1

* Sat Sep 02 2006 Chitlesh Goorah <chitlesh at fedoraproject.org> - 20060123-4
- Fixed ownership of the bitmap directory
- Encoded AUTHORS into UTF8

* Mon Aug 28 2006 Chitlesh Goorah <chitlesh at fedoraproject.org> - 20060123-3
- rebuilt for FC5 and later with minor fixes

* Wed Feb 22 2006 Wojciech Kazubski <wk at ire.pw.edu.pl> - 20060123-2.fc4
- more cleanup

* Fri Jan 27 2006 Wojciech Kazubski <wk at ire.pw.edu.pl> - 20060123-1.fc4
- updated to version 20060123

* Sun Jan 1 2006 Wojciech Kazubski <wk at ire.pw.edu.pl> - 20050820-2.fc4
- specfile cleanup

* Wed Aug 24 2005 Wojciech Kazubski <wk at ire.pw.edu.pl> - 20050820-1.fc4
- updated to version 20050820

* Sun Jul 3 2005 Wojciech Kazubski <wk at ire.pw.edu.pl> - 20050313-1.fc4
- rebuilt for Fedora Core 4

* Tue Mar 14 2005 Wojciech Kazubski <wk at ire.pw.edu.pl> - 20050313-1.fc3.wk
- updated to version 20050313

* Wed Dec 28 2004 Wojciech Kazubski <wk at ire.pw.edu.pl> - 20041228-1.fc3.wk
- updated to version 20041228

* Sun Dec 12 2004 Wojciech Kazubski <wk at ire.pw.edu.pl> - 20040111-1.fc3.wk
- rebuilt for Fedora Core 3

* Wed Jan 14 2004 Wojciech Kazubski <wk at ire.pw.edu.pl> - 20040111-1
- updated to version 20040111, built on Fedora Core 1
- modified specfile

* Thu Sep 4 2003 Wojciech Kazubski <wk at ire.pw.edu.pl> - 20030901-1
- updated to version 20030901

* Wed May 28 2003 Wojciech Kazubski <wk at ire.pw.edu.pl> - 20030525-1
- updated to version 20030525, compiled on RedHat 9

* Thu Feb 27 2003 Wojciech Kazubski <wk at ire.pw.edu.pl> - 200302223-2
- recompiled with libgdgeda 2.0.9

* Tue Feb 25 2003 Wojciech Kazubski <wk at ire.pw.edu.pl> - 20030223-1
- updated to version 20030223

* Fri Nov 8 2002 Wojciech Kazubski <wk at ire.pw.edu.pl> - 20021103-1
- updated to version 20021103, compiled on RedHat 8.0

* Wed Sep 4 2002 Wojciech Kazubski <wk at ire.pw.edu.pl> - 20020825-1
- updated to version 20020825

* Sat Jun 1 2002 Wojciech Kazubski <wk at ire.pw.edu.pl> - 20020527-1
- updated to version 20020527

* Wed Feb 13 2002 Wojciech Kazubski <wk at ire.pw.edu.pl> - 20020209-1
- updated to version 20020209

* Tue Nov 27 2001 Wojciech Kazubski <wk at ire.pw.edu.pl> - 20010722-2
- man directory changed, some corrections, previous patch no more needed

* Wed Aug 8 2001 Wojciech Kazubski <wk at ire.pw.edu.pl> - 20010722-1
- updated to version 20010722; built on redhat-7.0
- bulild directory changed, patched for improper rc file location

* Mon Mar 7 2001 L.J.H. Timmerman <bert.timmerman at corusgroup.com>
- updated to version 20010304

* Thu Aug 10 2000 Emmanuel Rouat <emmanuel.rouat at wanadoo.fr>
- added '*' as manpage extension because Mandrake compresses them 
with bzip2 while redhat use gzip
- rebuilt with latest version of rpm

* Thu Jul  6 2000 Emmanuel Rouat <emmanuel.rouat at wanadoo.fr>
- added man page and ChangeLog
- updated to version 20000704

* Thu Oct 14 1999 Emmanuel Rouat <emmanuel.rouat at wanadoo.fr>
- updated to version 19991011

* Wed Sep 22 1999 Emmanuel Rouat <emmanuel.rouat at wanadoo.fr>
- New spec file for gsymcheck

# end of file


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/geda-gsymcheck/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	2 Sep 2006 12:33:24 -0000	1.1
+++ .cvsignore	2 Sep 2006 12:34:18 -0000	1.2
@@ -0,0 +1 @@
+geda-gsymcheck-20060123.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/geda-gsymcheck/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	2 Sep 2006 12:33:24 -0000	1.1
+++ sources	2 Sep 2006 12:34:18 -0000	1.2
@@ -0,0 +1 @@
+ee9d1662b40af471a0ff9e9ab94b9f85  geda-gsymcheck-20060123.tar.gz




More information about the fedora-extras-commits mailing list