rpms/gdmap/devel gdmap.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Damien Durand (splinux) fedora-extras-commits at redhat.com
Fri Jul 7 13:37:38 UTC 2006


Author: splinux

Update of /cvs/extras/rpms/gdmap/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11152/devel

Modified Files:
	.cvsignore sources 
Added Files:
	gdmap.spec 
Log Message:
auto-import gdmap-0.7.5-3 on branch devel from gdmap-0.7.5-3.src.rpm


--- NEW FILE gdmap.spec ---
Name:           gdmap
Version:        0.7.5
Release:        3%{?dist}
Summary:        A tool which allows to visualize disk space

Group:          Applications/System
License:        GPL
URL:            http://gdmap.sourceforge.net
Source0:        http://belnet.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  gtk2-devel, libxml2-devel, desktop-file-utils, gettext, intltool

%description
GdMap is a tool which allows you to visualize disk space with one single
picture. To display directory structures, cushion treemaps are used to
visualize a complete folder or even the whole hard drive with one picture.

%prep
%setup -q


%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT


desktop-file-install --vendor fedora --delete-original \
  --add-category X-Fedora                              \
  --add-category System                                \
  --delete-original                                    \
  --dir $RPM_BUILD_ROOT%{_datadir}/applications        \
  $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop

%find_lang GdMap

%clean
rm -rf $RPM_BUILD_ROOT


%files -f GdMap.lang
%defattr(-,root,root,-)
%doc COPYING
%{_bindir}/%{name}
%{_datadir}/applications/*.desktop
%{_datadir}/%{name}/pixmaps/*
%{_datadir}/pixmaps/*
%{_mandir}/man1/*


%changelog
* Fri Jul 7 2006 Damien Durand <splinux at fedoraproject.org> - 0.7.5-3
- Fixed mixed-use-of-spaces-and-tabs and %%find_lang in changelog
- added category System and delete-original in desktop-file-install

* Tue Apr 6 2006 Damien Durand <splinux at fedoraproject.org> - 0.7.5-2
- Fix Buidrequires, add intltool
- Fix locales, add %%find_lang GdMap and %%files -f GdMap.lang and remove {_datadir}/locales

* Tue Apr 6 2006 Damien Durand <splinux at fedoraproject.org> - 0.7.5-1
- Initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gdmap/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	7 Jul 2006 13:36:57 -0000	1.1
+++ .cvsignore	7 Jul 2006 13:37:38 -0000	1.2
@@ -0,0 +1 @@
+gdmap-0.7.5.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gdmap/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	7 Jul 2006 13:36:57 -0000	1.1
+++ sources	7 Jul 2006 13:37:38 -0000	1.2
@@ -0,0 +1 @@
+e27f9a4c029449182ce5a4dbec38870e  gdmap-0.7.5.tar.gz




More information about the fedora-extras-commits mailing list