rpms/geda-gattrib/EL-5 import.log, NONE, 1.1 .cvsignore, 1.8, 1.9 geda-gattrib.spec, 1.9, 1.10 sources, 1.8, 1.9 gattrib.desktop, 1.5, NONE gattrib.xpm, 1.1, NONE

Chitlesh GOORAH chitlesh at fedoraproject.org
Sat Dec 27 23:04:25 UTC 2008


Author: chitlesh

Update of /cvs/pkgs/rpms/geda-gattrib/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27522/EL-5

Modified Files:
	.cvsignore geda-gattrib.spec sources 
Added Files:
	import.log 
Removed Files:
	gattrib.desktop gattrib.xpm 
Log Message:
20081220




--- NEW FILE import.log ---
geda-gattrib-20081220-1_fc10:EL-5:geda-gattrib-20081220-1.fc10.src.rpm:1230418971


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/geda-gattrib/EL-5/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	3 Sep 2007 05:43:27 -0000	1.8
+++ .cvsignore	27 Dec 2008 23:03:55 -0000	1.9
@@ -1 +1 @@
-geda-gattrib-1.2.0.tar.gz
+geda-gattrib-1.4.2.tar.gz


Index: geda-gattrib.spec
===================================================================
RCS file: /cvs/pkgs/rpms/geda-gattrib/EL-5/geda-gattrib.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- geda-gattrib.spec	3 Sep 2007 05:43:27 -0000	1.9
+++ geda-gattrib.spec	27 Dec 2008 23:03:55 -0000	1.10
@@ -1,7 +1,7 @@
-%define         real_ver   1.2.0
+%define         real_ver   1.4.2
 
 Name:           geda-gattrib
-Version:        20070902
+Version:        20081220
 Release:        1%{?dist}
 
 Summary:        Attribute editor for gEDA
@@ -9,13 +9,10 @@
 License:        GPLv2
 
 URL:            http://www.geda.seul.org/tools/gattrib/index.html
-Source:         http://geda.seul.org/release/v1.2/%{relver}/%{name}-%{real_ver}.tar.gz
-Source1:        gattrib.desktop
-# Source 2: from the geda package
-Source2:        gattrib.xpm
+Source:         http://geda.seul.org/release/v1.4/%{real_ver}/%{name}-%{real_ver}.tar.gz
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:  libgeda-devel, desktop-file-utils gawk
+BuildRequires:  libgeda-devel, desktop-file-utils, gettext-devel, gawk, intltool
 
 Requires:       geda-symbols
 
@@ -34,20 +31,20 @@
 
 %build
 
-%configure
+%configure --disable-update-mime-database \
+           --disable-update-desktop-database
 %{__make} %{?_smp_mflags}
 
 %install
 %{__rm} -rf %{buildroot}
-%{__make} INSTALL="install -p" install DESTDIR=%{buildroot}
+%{__make} INSTALL="%{_bindir}/install -p" install DESTDIR=%{buildroot}
 
-desktop-file-install --vendor=fedora \
-    --add-category Engineering \
+desktop-file-install --vendor=fedora           \
     --dir=%{buildroot}%{_datadir}/applications \
-    %{SOURCE1}
+    --delete-original                          \
+    %{buildroot}%{_datadir}/applications/%{name}.desktop
 
-%{__mkdir} -p %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/
-%{__cp} -p %{SOURCE2} %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/gattrib.xpm
+%find_lang %{name}
 
 %post
 touch --no-create %{_datadir}/icons/hicolor || :
@@ -62,26 +59,44 @@
 
 # geda-symbols is the Owner of the following directories
 #%dir %{_docdir}/gEDA/readmes
-#%dir %{_docdir}/gEDA/man
 #%dir %{_docdir}/gEDA/examples
 #%dir %{_datadir}/gEDA/bitmap
+#%dir %{_datadir}/gEDA/gafrc.d
 
 # libgeda is the Owner of the following directories
 #%dir %{_datadir}/gEDA
 #%dir %{_datadir}/doc/gEDA/
 #%dir %{_datadir}/gEDA/scheme
 
-%files
+%files -f %{name}.lang
 %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}/gEDA/gattrib-menus.xml
-%{_datadir}/applications/fedora-gattrib.desktop
-%{_datadir}/icons/hicolor/32x32/apps/gattrib.xpm
+%{_datadir}/applications/fedora-geda-gattrib.desktop
+%{_datadir}/icons/hicolor/*/apps/%{name}.*
+
 
 %Changelog
+* Sun Dec 21 2008 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> - 20081220-1
+- new upstream release
+- stripped off contents that upstream accepted from us.
+
+* Tue Nov 11 2008 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> - 20080929-1
+- New upstream release
+
+* Sun Feb 03 2008 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> - 20080127-2
+- fix desktop file
+- added gettext-devel and intltool as BR
+
+* Sat Feb 02 2008 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> - 20080127-1
+- New upstream release
+
+* Tue Jan 22 2008 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> - 20071231-1
+- New upstream release
+
 * Mon Sep 03 2007 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> - 20070902-1
 - New upstream release
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/geda-gattrib/EL-5/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	3 Sep 2007 05:43:27 -0000	1.8
+++ sources	27 Dec 2008 23:03:55 -0000	1.9
@@ -1 +1 @@
-39acaa05c12c78f5a1fece22760e9d91  geda-gattrib-1.2.0.tar.gz
+f5e85cceedb47b55437b8f14888d10cf  geda-gattrib-1.4.2.tar.gz


--- gattrib.desktop DELETED ---


--- gattrib.xpm DELETED ---




More information about the fedora-extras-commits mailing list