rpms/geda-gattrib/devel gattrib.desktop, NONE, 1.1 gattrib.xpm, NONE, 1.1 geda-gattrib.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chitlesh GOORAH (chitlesh) fedora-extras-commits at redhat.com
Tue Sep 5 15:15:40 UTC 2006


Author: chitlesh

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

Modified Files:
	.cvsignore sources 
Added Files:
	gattrib.desktop gattrib.xpm geda-gattrib.spec 
Log Message:
auto-import geda-gattrib-20060824-1 on branch devel from geda-gattrib-20060824-1.src.rpm


--- NEW FILE gattrib.desktop ---
[Desktop Entry]
Encoding=UTF-8
Name=Gattrib
GenericName=gEDA Attribute Editor
Comment=Editor for component attributes on circuit diagrams
Exec=gattrib
Icon=gattrib
Terminal=false
Type=Application
Categories=Education;Science;X-Fedora;Engineering;
Version=20050820


--- NEW FILE gattrib.xpm ---
/* XPM */
static char *geda[]={
"32 32 6 1",
". c None",
"c c #000000",
"a c #005000",
"# c #008b00",
"d c #757373",
"b c #ffffff",
"................................",
"................................",
"................................",
"................................",
"................................",
"...########.....................",
"..a#bbbbbbb#....................",
"ccc#bbbbbbbb#...................",
"dda#bbbbbbbb#...................",
"..a#bbbbbbbb#cccc...............",
"..a#bbbbbbbb#dddc...............",
"ccc#bbbbbbbb#...c..########.....",
"dda#bbbbbbb#a...c.a#bbbbbbb#....",
"..a########a....ccc#bbbbbbbb#...",
"..aaaaaaaaa.....dda#bbbbbbbb#...",
"..................a#bbbbbbbb#ccc",
"..................a#bbbbbbbb#ddd",
"...########.....ccc#bbbbbbbb#...",
"..a#bbbbbbb#....cda#bbbbbbb#a...",
"ccc#bbbbbbbb#...c.a########a....",
"dda#bbbbbbbb#...c.aaaaaaaaa.....",
"..a#bbbbbbbb#cccc...............",
"..a#bbbbbbbb#ddd................",
"ccc#bbbbbbbb#...................",
"dda#bbbbbbb#a...................",
"..a########a....................",
"..aaaaaaaaa.....................",
"................................",
"................................",
"................................",
"................................",
"................................"};


--- NEW FILE geda-gattrib.spec ---
Name:           geda-gattrib
Version:        20060824
Release:        1%{?dist}

Summary:        Attribute editor for gEDA
Group:          Applications/Engineering
License:        GPL

URL:            http://www.geda.seul.org/tools/gattrib/index.html
Source:         ftp://ftp.geda.seul.org/pub/geda/devel/%{version}/%{name}-%{version}.tar.gz
Source1:        gattrib.desktop
# Source 2: from the geda package
Source2:        gattrib.xpm

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

%description
Gattrib is gEDA's attribute editor. It reads a set of gschem .sch files
(schematic files), and creates a spreadsheet showing all components in
rows, with the associated component attributes listed in the columns.
It allows the user to add, modify, or delete component attributes outside
of gschem, and then save the .sch files back out. When it is completed,
it will allow the user to edit attributes attached to components, nets,
and pins. (Currently, only component attribute editing is implemented;
pin attributes are displayed only, and net attributes are TBD.)

%prep
%setup -q

%build
%{__cp} -p configure.ac configure.ac.gdgeda
cat configure.ac.gdgeda | \
   sed -e 's|libgdgeda|gdlib|g'| \
   sed -e 's|gdgeda|gd|g' \
   > configure.ac

autoconf
for f in `find . -name \*.c -or -name \*.h` ; do
   sed -i -e 's|gdgeda/gd.h|gd.h|' $f
done

%configure
make %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
make INSTALL="install -p" install DESTDIR=%{buildroot}

desktop-file-install --vendor=fedora \
    --add-category Engineering \
    --dir=%{buildroot}%{_datadir}/applications \
    --add-category=X-Fedora \
    %{SOURCE1}

%{__mkdir} -p %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/
%{__cp} -p %{SOURCE2} %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/gattrib.xpm

%post
touch --no-create %{_datadir}/icons/hicolor || :
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :

%postun
touch --no-create %{_datadir}/icons/hicolor || :
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :

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

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

%files
%defattr(-,root,root,-)
%doc AUTHORS BUGS ChangeLog COPYING NEWS NOTES README* ToDos
%doc design/{gEDA_Structures_updated.png,ProgramArchitecture.gnumeric}
%{_bindir}/gattrib
%{_datadir}/gEDA/system-gattribrc
%{_datadir}/applications/fedora-gattrib.desktop
%{_datadir}/icons/hicolor/32x32/apps/gattrib.xpm

%Changelog
* Tue Sep 05 2006 Chitlesh Goorah <chitlesh at fedoraproject.org> - 20060824-1
- Upstream release 20060824

* Mon Sep 04 2006 Chitlesh Goorah <chitlesh at fedoraproject.org> - 20060123-4
- Fixed icon in gnome/kde menus
- dropped libpng-devel as BR since libgeda-devel already requires it

* Sun Sep 03 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

* Tue Mar 14 2004 Wojciech Kazubski <wk at ire.pw.edu.pl> - 20040313-1
- version 20040313

* Sat Mar 6 2004 Wojciech Kazubski <wk at ire.pw.edu.pl> - 20040303-1
- version 20040304, built on Fedora Core 1
- initialization of spec file.

# end of file


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/geda-gattrib/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	5 Sep 2006 15:14:35 -0000	1.1
+++ .cvsignore	5 Sep 2006 15:15:40 -0000	1.2
@@ -0,0 +1 @@
+geda-gattrib-20060824.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/geda-gattrib/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	5 Sep 2006 15:14:35 -0000	1.1
+++ sources	5 Sep 2006 15:15:40 -0000	1.2
@@ -0,0 +1 @@
+9d02e29758d169221ca3ba7f4b3b974a  geda-gattrib-20060824.tar.gz




More information about the fedora-extras-commits mailing list